Search Results

2
votes

Most efficient data type for UUID in database besides a native UUID.

In my experience, the UUID broken up into two integers will still be more efficient than using a char field. Different DBs react in different ways though. Collation could make a difference there t …