Ross ROSS = Recommend OSS · open-source software intelligence for agents

DeNA/HandlerSocket-Plugin-for-MySQL

HandlerSocket is a NoSQL plugin for MySQL, working as a daemon inside the mysqld process, to accept tcp connections, and execute requests from clients. HandlerSocket does not support SQL queries; instead it supports simple CRUD operations on tables. observed · 2026-08-28

github.com/DeNA/HandlerSocket-Plugin-for-MySQL · C++ · NOASSERTION (other) observed · 2026-08-28

Health v2 · maintenance only

32/100

  • Activity 0
  • Release rhythm 35
  • Longevity 100

Flags: no_releases no_license

How is this computed?

round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-03. Adoption (stars, forks) is never an input.

  • gap_med: n/a
  • age_days: 5863
  • days_rel: n/a
  • days_push: 2484
  • n_releases_24m: 0

Full methodology

Adoption not part of the score

1135 stars · 148 forks observed · 2026-08-28

What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded

HandlerSocket is a NoSQL plugin for MySQL that runs as a daemon inside the mysqld process, accepting TCP connections and executing simple CRUD operations on tables without SQL parsing. It bypasses the SQL layer for much lower CPU, disk, and network overhead in some workloads.

Use cases

  • get key-value style reads from MySQL without SQL overhead
  • run fast CRUD operations on MySQL tables from a NoSQL client
  • reduce CPU usage for high-volume MySQL point queries
  • batch many client requests against MySQL efficiently
  • use MySQL as a NoSQL data store with a compact protocol
  • connect to MySQL from C++, Perl, PHP, Java, Python, or Ruby clients

When to choose

  • you need very high-throughput simple lookups or writes on existing MySQL tables
  • you want NoSQL-style access while keeping data in MySQL with ACID storage
  • SQL parsing overhead is your bottleneck for point queries

When to avoid

  • you need complex queries, joins, or SQL features
  • you are not on GNU/Linux
  • you want an actively developed project - development has largely stalled
  • you prefer modern alternatives like MySQL's built-in memcached plugin or dedicated NoSQL stores

Facets

plugin · maturity maintenance

database database-driver http-server databases backend developer-tools cpp self-hosted nosql mysql-plugin crud tcp-server high-performance key-value-access linux mysql

1 source

Member repositories

RepositoryRoleHealth v2
DeNA/HandlerSocket-Plugin-for-MySQLmain32

For agents

markdown · JSON · MCP: product_card(name="DeNA/HandlerSocket-Plugin-for-MySQL")

Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem