Open NoskyOrg opened 1 month ago
描述您想要的功能:
tidb 支持预创建一些region,这个之前已经得到了支持 https://github.com/hanchuanchuan/goInception/issues/508
现在希望 alter 语句也能支持此参数的调整
如:
alter table t1 SHARD_ROW_ID_BITS=6;
提示异常
Not supported statement of alter option
可参考文档,资料,引用等:
TiDB文档
https://docs.pingcap.com/zh/tidb/v6.5/shard-row-id-bits#shard_row_id_bits
解析是支持,只是checkTableOptions没加上
描述您想要的功能:
tidb 支持预创建一些region,这个之前已经得到了支持 https://github.com/hanchuanchuan/goInception/issues/508
现在希望 alter 语句也能支持此参数的调整
如:
提示异常
可参考文档,资料,引用等:
TiDB文档
https://docs.pingcap.com/zh/tidb/v6.5/shard-row-id-bits#shard_row_id_bits