开发者

MySql Partitioning

开发者 https://www.devze.com 2022-12-10 23:09 出处:网络
I\'m trying to create partitions in one big table, but I\'m getting this error: 1505 - Partition management on a not partitioned table is not possible

I'm trying to create partitions in one big table, but I'm getting this error:

1505 - Partition management on a not partitioned table is not possible

There is any command to convert the table开发者_Go百科? Or do I have to create a new one and import all data?

There is any problem when using Partitioning with Replication?

Thanks in advance,

Pedro


Try:

ALTER TABLE table_name PARTITION BY ...
0

精彩评论

暂无评论...
验证码 换一张
取 消

关注公众号