Overview of seekdb features
developseekdb is a state store designed for AI agents, offering:
- MySQL Compatibility: Built on the OceanBase SQL engine, supporting the MySQL protocol and ACID compliance.
- Hybrid Search: Combines vector, full-text, and scalar filtering in one SQL statement.
- High Performance: Uses an asynchronous index pipeline (Change Stream) and 2-level HNSW (incremental + snapshot) to provide high QPS with stable P99 latency during concurrent streaming writes and searches.
- Sandboxing: Kernel-level Copy-on-Write (COW) via
FORK DATABASEfor safe agent exploration. - Deployment Modes: Supports embedded (in-process), single-node server, and OceanBase distributed cluster modes.