Subject Primary Key - GUID
Author alanpltse
I would like to use the GUID as primary key field.
However, the BIGINT is 64 bit and it cannot be used to store GUID.
What alternative data type can I use to store the GUID?
If say, define the primary fieled as VARCHAR(38), is the index wide
enough to do sorting or searching ?