MySQL的PARTITION BY LIST中值列表的限制是什么?

时间:2019-05-08 23:26:50

标签: mysql partitioning partition database-partitioning

按列表分区时

CREATE TABLE my_table (...)
PARTITION BY LIST(my_column)
( PARTITION p0 VALUES IN (xxx),
  ...
);

xxx的上限是多少?

0 个答案:

没有答案