Foreign keys vs partitioning
Posted
by Industrial
on Stack Overflow
See other posts from Stack Overflow
or by Industrial
Published on 2010-03-24T23:31:22Z
Indexed on
2010/03/24
23:33 UTC
Read the original article
Hit count: 442
Hi!
Since foreign keys are not supported by partitioned mySQL databases for the moment, I would like to hear some pro's and con's for a read-heavy application that will handle around 1-400 000 rows per table. Unfortunately, I dont have enough experience yet in this area to make the conclusion by myself...
Thanks a lot!
References:
http://stackoverflow.com/questions/1537219/how-to-handle-foreign-key-while-partitioning
http://stackoverflow.com/questions/2496140/mysql-partitioning-with-foreign-keys
© Stack Overflow or respective owner