hilo
What's a good MaxLo value for the HiLo algorithm?
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?[详细]
2023-03-04 19:51 分类:问答Running out of NHibernate HiLo-ids resulting in negative numbers
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[详细]
2023-02-07 13:11 分类:问答NHibernate HiLo as long
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?[详细]
2023-01-19 02:46 分类:问答NHibernate HiLo generation and SQL 2005/8 Schemas
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[详细]
2023-01-02 23:23 分类:问答NHibernate Hi-Lo
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[详细]
2022-12-30 01:57 分类:问答NHibernate and hilo generator: how to design key-tables?
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.[详细]
2022-12-19 05:14 分类:问答