Link to home
Start Free TrialLog in
Avatar of ditkis
ditkis

asked on

Is MySQL 5.1 stable?

Hello,

Is mysql 5.1 stable enough for a large application. I need to use it's partitioning funcionality.

Thank you!
Avatar of todd_farmer
todd_farmer
Flag of United States of America image

Well, it's still in beta.  Obviously, MySQL would like it to be GA, so there are outstanding bugs that are preventing it from getting there.  MERGE tables are an alternative in 4.1 or 5.0, although those also have a number of issues that can cause problems if you aren't careful.
Avatar of ditkis
ditkis

ASKER

As I understand, MERGE wokrs only with MyISAM, we need some solution for InnoDB. Do you know of anything that can help us split very large table (handreds of millions of rows)  into several ones?
ASKER CERTIFIED SOLUTION
Avatar of todd_farmer
todd_farmer
Flag of United States of America image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial