为提高效率,请提供以下信息,问题描述清晰能够更快得到解决:
【概述】 场景 + 问题概述
可能有普通转分区表的需求,什么时候能支持alter table partition 这种语法
[HY000]: alter table partition is unsupported
【背景】 做过哪些操作
【现象】 业务和数据库现象
【问题】 当前遇到的问题,参考 AskTUG 的 Troubleshooting 读性能慢-慢语句
【统计信息是否最新】
【执行计划内容】
【 SQL 文本、schema 以及 数据分布】
mysql5.7版本和8.0版本均支持
如:
create table test1 (app varchar(100), b varchar(20));
alter table test1 partition by list columns(app)(
partition p1 values in ('p1')
);
【业务影响】
【TiDB 版本】
5.1
【附件】 相关日志及监控(https://metricstool.pingcap.com/)
- TiUP Cluster Display 信息
- TiUP CLuster Edit config 信息
- TiDB-Overview Grafana监控
- TiDB Grafana 监控
- TiKV Grafana 监控
- PD Grafana 监控
- 对应模块日志(包含问题前后 1 小时日志)