tegdb-server: Putting a PostgreSQL-Compatible Protocol in Front of TegDB
tegdb-server explores how a small embedded database can be exposed through a PostgreSQL-compatible server surface.
tegdb-server explores how a small embedded database can be exposed through a PostgreSQL-compatible server surface.
scale-kv is a Rust storage experiment that explores transactional KV, page structures, quorum behavior, and distributed-system complexity.
QuackLake explores a WASM-first analytics shape with DuckDB-WASM, object storage, a range gateway, and a small control plane.
TegDB is a small embedded database experiment focused on simplicity, reliability, WAL recovery, and a SQL-like interface.
OB Sizer is a frontend-only capacity estimator for OceanBase migration conversations.
OceanBase targets high availability and scalability in a shared-nothing cluster. The core engineering challenge is to make four critical subsystems work together with predictable…
Many customers have TLS enabled, which is different from the lab environment.
Recently, I encountered a problem where a user wanted to synchronize data from PostgreSQL to TiDB (which uses the same protocol as MySQL) and wanted to know whether the data after…
Sysbench is a tool commonly used in database testing. Since version 1.0, it has supported more powerful custom functions, allowing users to conveniently write some Lua scripts to…
When using TiDB, you may occasionally encounter some exceptions, such as the “Lost connection to MySQL server during query” error. This indicates that the connection between the…