Best way to handle large (UUID) as a MySQL table primary key

前端 未结 3 1885
后悔当初
后悔当初 2020-12-16 01:48

I have a UUID string that I want to use as my MySQL tables primary key, the UUID is a 32 character hexadecimal string (after \'-\' characters are stripped). Due to the fact

3条回答
  •  野趣味
    野趣味 (楼主)
    2020-12-16 02:08

    It depends on storage engine also. TokuDB should handle all these problems.

提交回复
热议问题