Click here to Skip to main content
16,015,481 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
asp.net membership,user databases use uniqueidentifier as a primary key.Is it any problem with scalability for potential million users?
Posted

 
Share this answer
 
Because of an offline module in a distributed system We used uniqueidentifier data type as primary key for all tables in our database, and in last 2 years yet we have not received any duplicate value in primary key columns(no conflict).

Thanks
 
Share this answer
 
v3

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900