18 Jul
2023
18 Jul
'23
4:32 p.m.
On 18.07.2023 14:44, Raj, Rahul wrote:
[AMD Official Use Only - General]
Thank you, Axel!
1. Out of the multiple compression methods that it finds and links, how do I know which one it uses at runtime while testing or benchmarking MariaDB?
When you create a compressed table, you can specify the compression algorithm to use. RTFM: https://mariadb.com/kb/en/innodb-page-compression/ and generally https://mariadb.com/kb/en/optimization-and-tuning-compression/
2. Is there a way that it links only one method at a time, and rest method it says NOT FOUND even it is present in the system.
Not really. Of course you can build the server without a certain plugin. Or you (re)move the respective plugin from $PLUGINDIR and restart the server. BR, XL