TDH_Socket_Plugin_for_MySQL is a MySQL plugin which like HandlerSocket(https://github.com/DeNADev/HandlerSocket-Plugin-for-MySQL).
And it provide more features and better performance.
It direct access the MySQL handler to bypass sql parse for better performance, and it use thread pool and a series of strategy to have high performance.
Features:
Like HandlerSocket with Full Functionality
Connection Multiplexing (Dynamic IOStrategy) ,use only one port
DDL no hang (can close opened table manually)
Support stream output (like dump)
Large amount of data ,less memory used
Easy to use
Execute command without open_table at first(it can be cached with thread)
About TDH_Socket_Plugin_for_MySQL
TDH_Socket_Plugin_for_MySQL is a MySQL plugin which like HandlerSocket(https://github.com/DeNADev/HandlerSocket-Plugin-for-MySQL). And it provide more features and better performance. It direct access the MySQL handler to bypass sql parse for better performance, and it use thread pool and a series of strategy to have high performance.
Features:
More documents are available in doc/.