Question
When to use UUID
I use MYSQL, but I think this is a general database design
question:
Is it a good idea to use CreateUUID to generate field data for unique indexes and primary keys? I don't know an awful lot about the performance aspect of databases and I'm concerned that using keys and indexes that are 35 characters long, will waste disk space and processing time.
If I did use UUIDs, would Partial indexing be the best way to handle them?
Is it a good idea to use CreateUUID to generate field data for unique indexes and primary keys? I don't know an awful lot about the performance aspect of databases and I'm concerned that using keys and indexes that are 35 characters long, will waste disk space and processing time.
If I did use UUIDs, would Partial indexing be the best way to handle them?
