Open yogurtnaturalny opened 7 years ago
Did you already tried to convert an actual database to tokudb? any impression on it?
Hello
Yes, however the problem is a TokuDB do not understand foreign keys so tables like mtalogs need to drop them. This will require to change a code how logs are push to database also adding php multithreading will help with this problem, however this might require that every change to database will ned to have a separate mysql connection so all CPU cores will be in use.
MariaDB 10.1 and Percona MySQL support TokuDB engine, any chance to add this/change from InnoDB? 99% of SQL query is "REPLACE" so changing storage engine will help with speed and take off a load from the server.
TokuDB Documentation