In MySQL 5.1.6 and above, you have the option to make this a partitioned table by days.In MySQL 5.5 and above, you can create multiple partitions per day.Prior to MySQL 5.1.6, you only have the traditional table structure available.
MySQL 5.1.6以降では、これを日ごとにパーティションテーブルにすることができます。 MySQL 5.5以降では、1日に複数のパーティションを作成できます。 MySQL 5.1.6より前のバージョンでは、伝統的な従来のテーブル構造しか利用できません。
In MySQL 5.1.6 and above, you have the option to make this a partitioned table by days.Prior to this release, you only have the traditional table structure available.
MySQL 5.1.6以降では、これを日ごとにパーティションテーブルにすることができます。このリリースより前では、従来のテーブル構造しか利用できません。