🔭 Currently working on cloud-native MySQL kernel R&D — storage engines, replication, query optimization
🧠 Background in Postgres-XC, Greenplum, RadonDB, ClickHouse, and mainstream RDBMS internals (MySQL / PostgreSQL)
📝 Technical blog → dbkernel.com · dbkernel.github.io
💬 Ask me about database internals → open an issue
| Project | Description |
|---|---|
| sealdb/neosql | MySQL-kernel-based fork with enterprise features — columnar storage, HTAP |
| sealdb/neodb | Enhanced radon with distributed transactions and read/write consistency |
| sealdb/metatroni | Enhanced patroni — MySQL & PostgreSQL HA |
| sealdb/neoha | Enhanced xenon — MySQL & PostgreSQL HA, consensus via Raft and etcd |
| sealdb/sealdb | SealDB platform — unified OLTP + OLAP, storage-compute separation |
| Project | Description |
|---|---|
| radondb/radon | Distributed SQL database |
| radondb/xenon | MySQL high availability with Raft-based replication |
flowchart TB
subgraph Foundation["RadonDB Foundation"]
radon["radondb/radon<br/><i>Distributed SQL</i>"]
xenon["radondb/xenon<br/><i>MySQL HA / Raft</i>"]
end
subgraph Kernel["Kernel Track"]
mysql["MySQL Kernel"]
neosql["sealdb/neosql<br/><i>Enterprise · Columnar · HTAP</i>"]
end
subgraph SealDB["SealDB Enhancements"]
neodb["sealdb/neodb<br/><i>Distributed Txn · Consistency</i>"]
neoha["sealdb/neoha<br/><i>MySQL + PG HA · Raft / etcd</i>"]
end
sealdb["sealdb/sealdb<br/><b>Unified Platform</b><br/><i>OLTP + OLAP · Storage-Compute Separation</i>"]
mysql --> neosql
radon -->|"enhance"| neodb
xenon -->|"enhance"| neoha
neosql --> sealdb
neodb --> sealdb
neoha --> sealdb
style sealdb fill:#1a1a2e,stroke:#fe428e,stroke-width:2px,color:#fff
style neosql fill:#16213e,stroke:#4ecca3,color:#fff
style neodb fill:#16213e,stroke:#4ecca3,color:#fff
style neoha fill:#16213e,stroke:#4ecca3,color:#fff
- MySQL 生态现有计算下推方案汇总 (2024)
- MySQL 测试框架 MTR 系列教程 (2023, 4-part series)
- 业内 MySQL 线程池主流方案详解 (MariaDB / Percona / AliSQL / TXSQL)



