Sample Header Ad - 728x90

Does the collation of ENUM columns impact their size?

0 votes
1 answer
302 views
What does it mean when we say that an ENUM has a charset of utf8mb4, versus latin1? My understanding is that the ENUM holds a numeric index (1, 2, 3, 4...) that identifies which of the ENUM values (abc, def, ghi, jkl...). If I use utf8mb4 for an ENUM column, is the column using more storage than it would if I used latin1?
Asked by Nuno (829 rep)
Feb 13, 2021, 01:06 AM
Last activity: Feb 13, 2021, 02:59 AM