In my current design, I have HiLo setup to have a MaxLo of 1000. Is this being excessive? Could I reduce this number to something like 100 and still be ok?
We\'re running an ASP.NET database application which uses HiLo to generate ids for entities. On top of this application, we have several websites using the same database. What we\'re seeing is that we
I will have a table with more than 7 billion rows so I need long for primary 开发者_开发技巧key. How to specify the HiLo to use In64 instead of int?
I have an issue on my hands that I\'ve spent several days searching for an answer to no avail... We\'re using HiLo Id generation, and everything seems to be working fine, as long as the entity table
Yo Quick q: are Nh开发者_开发问答ibernate HiLo ids unique accross the DB? The reason I ask is that we have multiple entities which have an image associated with them. On the client - I am simply sto
I\'m about to switch some of my entities from identity to hilo id-generator. I\'m don\'t have a clue how the tables holding the next-high values should be designed.