MySQL table partitioning qn:

Posted by JVXR on Stack Overflow See other posts from Stack Overflow or by JVXR
Published on 2010-04-01T07:34:19Z Indexed on 2010/04/01 11:03 UTC
Read the original article Hit count: 431

Filed under:
|
|

I have a table (innodb) that will have billions of records eventually. Every 2nd week I expect ~ 500K records to get dropped into the table. I would want to partition this table based on the date on which the data is imported - luckily this is a field in the table that is of the format yyyy-mm-dd - Is it possible to partition it based on this date column ? I tried looking at the 18th chapter of mysql docs but couldn't figure out if this is possible.

-tia

© Stack Overflow or respective owner

Related posts about mysql

Related posts about table