MySQL implementations are often kept relatively small, often just a few hundred GB or less. Anything beyond this quickly leads to painful operational problems such as poor insertion rates, slow queries, hours to days offline for schema changes, prolonged downtime for dump/reload, etc. The promise of scalable MySQL has remained largely unfulfilled, until TokuDB.
TokuDB v5.0 delivers
- Exceptional Agility — Hot Schema Changes allow read/write operations during index creation or column/field addition
- Unmatched Speed — Fractal Tree indexes are optimized for index insertion performance
- Maximum Scalability — Fractal Tree index performance scales even as the primary index …