I am evaluating using NHibernate as the ORM for our platform. In our
environment, there are multiple servers performing operations on the
database. I'd like to be able to use sequential IDs when adding new
records to certain tables. I have read about and experimented with the
'guid.comb' ID generator.

If I were to use guid.comb for ID generation on multiple servers, how
would that affect table fragmentation on database (SQL Server)? Is
there any risk of ID collision when more than one server is adding
records with guid.comb as the ID generator?

Thanks.

-- 
You received this message because you are subscribed to the Google Groups 
"nhusers" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/nhusers?hl=en.

Reply via email to