HandlerSocket is a MySQL plugin that implements a NoSQL protocol for MySQL

learn more… | top users | synonyms

0
votes
0answers
81 views

Very bad Handler socket write performance

I am trying to experiment with handler socket with percona server 5.5 in ubuntu precise on 4 core box with 4 Gb of memory. loose_handlersocket_port = 9998 loose_handlersocket_port_wr = 9999 ...
0
votes
0answers
91 views

memcached and handler socket

Our cloud based social app server uses handler socket plugin / MySQL for storage. We thought of deploying Memcached servers to cache frequent and complex query results. but as handler socket is ...
1
vote
2answers
168 views

Can I specify what fields I want to receive from query when using HandlerSockets?

Can I specify what fields I want to receive from query when using HandlerSockets ? Here is my sample table CREATE TABLE pushed_media ( user_id BINARY(12) NOT NULL, story_id BINARY(12) NOT ...