Hacker News new | ask | show | jobs
by spectrox 2933 days ago
It is worth mentioning that if you're stuck with InnoDB + COMPACT + utf8mb4 then you should be using VARCHAR(191) instead of VARCHAR(255) for unique columns.

https://dev.mysql.com/doc/refman/5.7/en/innodb-row-format-an...