UUID/GUID as primary key.
am 25.01.2007 23:54:47 von zeyaisWhat is your opinion on using UUID or GUID as primary key?
If I need to use a large (at least 4 digits) random unique number, what
strategy would you recommend in MySql.
Note: I develop using C# against MySQL 4.1.
Thanks.