Dynamic MySQL partitioning based on UnixTime
问题 My DB design includes multiple MYISAM tables with measurements collected online, Each row record contains auto-incremented id, some data and an integer representing unixtime. I am designing an aging mechanism, and i am interested to use MySQL partitioning to partition each such table based on unixtime dynamically. Say that i am interested that each partition will represent single month of data, last partition should represent 2 months, if records arrive for the next not represented month, the