Partitioning mySQL tables that has foreign keys?

Posted by Industrial on Stack Overflow See other posts from Stack Overflow or by Industrial
Published on 2010-03-22T22:10:14Z Indexed on 2010/05/29 10:42 UTC
Read the original article Hit count: 308

Filed under:
|
|

Hi! What would be an appropriate way to do this, since mySQL obviously doesnt enjoy this. To leave either partitioning or the foreign keys out from the database design would not seem like a good idea to me. I'll guess that there is a workaround for this?

Update 03/24:

http://opendba.blogspot.com/2008/10/mysql-partitioned-tables-with-trigger.html

http://stackoverflow.com/questions/1537219/how-to-handle-foreign-key-while-partitioning

Thanks!

© Stack Overflow or respective owner

Related posts about mysql

Related posts about foreign-keys