⚡High PerformanceSorted array B-Tree with binary search for O(log n) operations. Zero copy lookups with in memory storage.
🔒ACID TransactionsFull ACID compliance with MVCC snapshot isolation. Begin, commit, and rollback transactions with automatic cleanup.
⏰TTL SupportTime to live for keys with automatic expiration. Purge expired entries on demand or let them expire on read.
🗜️CompressionBuilt-in support for zstd, brotli, gzip compression. Decompression support for lzma and xz.
📦Batch OperationsEfficient bulk insert and delete operations. Prefix-based deletion and counting for namespace management.
🔍Rich Query APISearch by prefix, filter with custom predicates, sort with custom comparators, and iterate over key ranges.
📤Export and ImportExport to raw snapshot, JSONL, or CSV formats. Import from any supported format for data portability.