Details
-
Task
-
Status: Closed (View Workflow)
-
Major
-
Resolution: Fixed
-
None
Description
The TokuDB storage engine has been deprecated by upstream:
TokuDB is deprecated in the 8.0 series and will be supported through the 8.0 series until further notice. This storage engine will not be included in the next major release of Percona Server for MySQL. We recommend MyRocks as a long-term migration path.
We have neither knowledge nor resources to take over TokuDB maintenance.
TokuDB users can consider migrating to InnoDB or RocksDB, imperfect as it is. Or ask TokuDB owner to resume TokuDB maintenance.
Attachments
Issue Links
- relates to
-
MDEV-22839 ROW_FORMAT=COMPRESSED vs PAGE_COMPRESSION=1 - size comparison
-
- Open
-
-
MDEV-8843 Ship TokuBackup as part of MariaDB
-
- Closed
-
-
MDEV-11101 storage/tokudb uses much more space than other engines
-
- Closed
-
-
MDEV-21803 wrong dependency for mariadb-plugin-tokudb
-
- Closed
-
-
MDEV-21944 Remove TokuDB from Debian packaging?
-
- Closed
-
Alex/AT, it sounds like you are using page_compressed with InnoDB, and not ROW_FORMAT=COMPRESSED (which I would like to remove; see
MDEV-23497for a first ‘deprecation warning’ step in 10.6)? Did you find a filesystem where fragmentation is not an issue? Note: in 10.5,MDEV-15528andMDEV-8139improved the handling of page_compressed tables, by punching holes over completely freed pages.Please reply in MDEV-22839.