Mysql – handler socket on tokudb engine

handler-socketMySQLtokudb

I am trying to setup handler socket to work with tokudb engine. Database I am running is percona server and i have got tokudb enabled and the tables all have tokudb engine.

I was wondering if anyone knows handler socket is compatible with tokudb aswell.

Any advise on this would be appreciated.

Thanks

Best Answer

MariaDB documentation page for HandlerSocket says:

HandlerSocket gives you direct access to InnoDB/XtraDB and SPIDER.

It doesn't mention TokuDB (despite it being distributed with MariaDB), so I would exclude that this engine is supported.