Hi, I have to create tables in database (sql server 2008) that can
have very large number of rows (about
17 000 000 000 records in one table).
What is the best option for Id generator in my case?
I think of HiLo, but don't know if it supports numbers that large (Int
64).

The other problem I have is that I will sometimes need to manually
insert records in the db (bulk insert in MS Sql manager with INSERT
INTO... SELECT ... FROM..) and how will nhibernate handle that
scenario?
I mean ie. If i manually insert 5 rows in the table, and then try to
insert some more record with nhibernate, what if nhibernate try to
insert record with ID already in the table.

Please help

-- 
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