Details
-
Bug
-
Status: Closed (View Workflow)
-
Major
-
Resolution: Fixed
-
10.1(EOL), 10.2(EOL), 10.3(EOL), 10.4(EOL), 10.5, 10.6
Description
The MariaDB implementation of page_compressed tables for InnoDB uses sparse files. In the worst case, in the data file, every data page will consist of some data followed by a hole. This may be extremely inefficient in some file systems.
If the underlying storage device is thinly provisioned (can compress data on the fly), it would be good to write regular files (with sequences of NUL bytes at the end of each page_compressed block) and let the storage device take care of compressing the data.
Attachments
Issue Links
- blocks
-
MDEV-11068 Review which innodb_compression_algorithm to support in binary packages
- Closed
- is blocked by
-
MDEV-26042 Atomic write capability is not detected correctly
- Closed
- relates to
-
MDEV-26192 Sparse files are being created on thinly provisioned storage
- Closed