Community

A comparison of HandlerSocket and mysql client libraries with Python

(Haidong Ji) I’ve done some benchmark testing of 2 Python modules for MySQL data retrieval: MySQLdb and pyhs. MySQLdb uses MySQL’s client libraries, whereas pyhs, which uses HandlerSocket that bypasses MySQL’s client layer and interfaces Innodb storage engine’s files directly. In my testing, Handler

Read More - Register for Free Membership