How do I optimize indexes in MySQL with null columns?

后端 未结 0 1718
隐瞒了意图╮
隐瞒了意图╮ 2021-01-15 18:44

I have a table with following columns:

CREATE TABLE some_table (
    col_1 ...
    col_2 ...
    col_3 ...
    col_4 .         


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