-1

What is the current value that Atlassian Confluence is using for their "HiVal"-value for the Hi-Lo algorithm in NHibernate?

Is this a hard-coded value, or is it determined algorithmically? Is it documented somewhere?

Bhargav Rao
  • 50,140
  • 28
  • 121
  • 140
Rebam1
  • 23
  • 3
  • 10

1 Answers1

1

The HiVal is recalculated in Confluence dynamically, based on the existing persisted HiVal in the table. If you have own a commercial license for Confluence, you can download the source code and look at com.atlassian.hibernate.extras.ResettableTableHiLoGenerator to see the algorithm.

jaysee00
  • 8,242
  • 1
  • 15
  • 10