TDH Socket
Description
TDH_Socket_Plugin_for_MySQL is a MySQL plugin which like HandlerSocket.
Installation
This entry records only its repository, not the path inside it, so there is no
exact command to give. Open the source below and copy the folder into
~/.claude/skills/, or the file into ~/.claude/agents/.
README
About TDH_Socket_Plugin_for_MySQL
TDH_Socket_Plugin_for_MySQL is a MySQL plugin which like HandlerSocket(https://github.com/DeNADev/HandlerSocket-Plugin-for-MySQL). And it provide more features and better performance. It direct access the MySQL handler to bypass sql parse for better performance, and it use thread pool and a series of strategy to have high performance.
Features:
- Like HandlerSocket with Full Functionality
- Connection Multiplexing (Dynamic IOStrategy) ,use only one port
- DDL no hang (can close opened table manually)
- Support stream output (like dump)
- Large amount of data ,less memory used
- Easy to use
- Execute command without open_table at first(it can be cached with thread)
- Java Client (https://github.com/alibaba/tdhs-java-client) support JDBC
- Support multithreading modifying operation
- A table must be executed in a constant thread
- One table modifying operation can be configured for concurrency (may cause deadlock)
- Client can assign thead which to execute the request
- Dynamic working thread number adjustment (more Physical Reads ,more thread working)
- Better performance than HandlerSocket when have many Physical Reads scene
- Can Throttling the Physical Reads
More documents are available in doc/.
Related Skills
Auto Update
Pull the latest ECC repo changes and reinstall the current managed targets.
Development Ecc Guide
Navigate ECC's current agents, skills, commands, hooks, install profiles, and docs from the live repository su
Development Epic Claim
Claim an epic issue, stamp coordination state, and sync local ownership.
Development Epic Publish
Publish a validated epic update back to the issue and local cache.
Development Epic Review
Mark epic review requested, approved, or changes requested.
Development Epic Unblock
Sweep blocked epic issues and reopen anything whose dependencies are closed.
Development Related Agents
Django Build Resolver
Django/Python build, migration, and dependency error resolution specialist. Fixes pip/Poetry errors, migration
Openai Codex CLI
(55.8k ⭐) - Lightweight coding agent that runs in your terminal.
src/agents/ — 11 Agent Definitions
**Generated:** 2026-04-11