Skip to content

Multi-process Access

AingDB is designed for single‑process use. If multiple processes may write concurrently, add OS‑level coordination (file locks or a broker process) and schedule compactions off the hot path.

Released under MIT License.