benrr101 / dolomite

Backend WCF service for Dolomite
Other
2 stars 0 forks source link

GUID primary keys should go. #34

Open benrr101 opened 10 years ago

benrr101 commented 10 years ago

As per http://www.sqlskills.com/blogs/kimberly/guids-as-primary-keys-andor-the-clustering-key/ the guid primary keys in the database should probably go is we want the stupid thing to be performant.

Though we could still use GUIDs as a unique, non-clustered index.