Is there any performance benefit to keep the values defined in ENUM sorted in MariaDB?

前端 未结 0 1842
眼角桃花
眼角桃花 2020-12-16 00:30

I think the title is pretty self-explanatory. Suppose we have this table:

CREATE TABLE tickets (
    id INT PRIMARY KEY AUTO_INCREMENT,
    title VARCHAR(255)         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题