Mysql8 partition by month, partition pruning not working

前端 未结 0 1283
孤独总比滥情好
孤独总比滥情好 2021-01-26 09:59

I have a large table that I have partitioned by month

CREATE TABLE `log` (
  `id` bigint unsigned NOT NULL AUTO_INCREMENT,
  `logdate` date NOT NULL,
 ...
,
  PRI         


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