This question shows research effort; it is useful and clear
0
This question does not show any research effort; it is unclear or not useful
Bookmark this question.
Show activity on this post.
我正在尝试使用日期作为分区列对 MySQL 表进行分区(基本上是尝试对其进行分区,以便存储 30 天的数据,其余的数据会自动清除)。但是,当我尝试使用日期列按范围分区时,编译器给了我错误“主键必须包括表的分区函数中的所有列”。但是,我不能将日期列作为主键,因为很多日期恰好是相同的,所以它们不再是唯一的。有没有办法解决这个问题?