HandlerSocket gives you direct access to InnoDB/XtraDB and SPIDER. It was included in MariaDB 5.3 as a ready-to use plugin.
HandlerSocket is a NoSQL plugin for MySQL/MariaDB. It works as a daemon inside the mysqld process, accepting TCP connections, and executing requests from clients. HandlerSocket does not support SQL queries. Instead, it supports simple CRUD operations on tables.
HandlerSocket can be much faster than mysqld/libmysql in some cases because it has lower CPU, disk, and network overhead:
Title | Description |
---|---|
HandlerSocket Installation | Installing the HandlerSocket plugin |
HandlerSocket Configuration Options | HandlerSocket Configuration Options |
HandlerSocket Client Libraries | Available HandlerSocket Client Libraries |
Testing HandlerSocket in a Source Distribution | Testing HandlerSocket in a source distribution |
HandlerSocket External Resources | HandlerSocket external resources and documentation |
© 2019 MariaDB
Licensed under the Creative Commons Attribution 3.0 Unported License and the GNU Free Documentation License.
https://mariadb.com/kb/en/handlersocket/