Comments - InnoDB Page Compression

11 months, 3 weeks ago Dmitrii Kustov

Is there a way to check what algorithm is used for page compression on a table? I recently moved from zlib to lz4, and it occurred to me, that it would be nice to update my smart optimization library (https://github.com/Simbiat/optimize-tables) with logic to optimize a table, if most of the pages in it are compressed with an algorithm different from the one set as default. Unfortunately, I do not see a way to check that. Am I missing something? If not, would that be even technically possible, so that this could turn into a feature request, perhaps?

 
Content reproduced on this site is the property of its respective owners, and this content is not reviewed in advance by MariaDB. The views, information and opinions expressed by this content do not necessarily represent those of MariaDB or any other party.