June 19, 2013

Post: HandlerSocket on SSD

… for server and Dell PowerEdge R900 for client running Perl script (single thread) with HandlerSocket client. Table is standard sysbench table with 300 mil rows and I used kind of PK lookups queries to HandlerSocket

Comment: HandlerSocket on SSD

… observed the 10,000 qps limit when testing Handlersocket with both PHP and Perl, under certain conditions. i.e not persisting the… connects… So using persistent connection objects for both MySQLi and HandlerSocket access methods I achieved 40,000 qps via MySQL (avg… HanderSocket (rock solid, no fluctuations). And this was with execute_single statements only. I suggest you re-run your tests and…

Comment: HandlerSocket on SSD

… observed the 10,000 qps limit when testing Handlersocket with both PHP and Perl, under certain conditions. i.e not persisting the… connects… So using persistent connection objects for both MySQLi and HandlerSocket access methods I achieved 40,000 qps via MySQL (avg… HanderSocket (rock solid, no fluctuations). And this was with execute_single statements only. I suggest you re-run your tests and…