Skip to content

YantrikDB

v0.6.4 Feature

This release adds 1 notable feature for engineering teams evaluating rollout.

✓ No known CVEs patched
Read the diff → Tool health → What is this tool? →

✓ No known CVEs patched in this version

Topics

agent-memory ai-agents anthropic claude-code cognitive-memory database
+12 more
embeddings hnsw knowledge-graph llm llm-memory mcp memory persistent-memory python rust semantic-memory vector-db

Summary

AI summary

Added a read connection pool with default size 4 to eliminate serialization on recall paths.

Full changelog

v0.6.4 — read connection pool for concurrent recall

Adds Vec<Mutex> pool of additional read conns (default
4 via YANTRIKDB_READ_POOL env). Eliminates serialization on recall
paths that previously all queued through the single Mutex.
SQLite WAL handles concurrent readers natively; the pool just
gives them independent locks.

Server-side benchmark deltas (v0.8.9 server):

  • 10-conc recall: 7×200/3×503 → 10/10 (p99 341ms → 143ms)
  • 50-conc recall: 0×200/47×503/3-timeouts → 33×200/17×503/0 timeouts

Forget-immediately-hides invariant verified: 0 stale reads
sequential, 0 stale under race (5 readers per probe × 5 probes).

Weekly OSS security release digest.

The CVE patches and breaking changes that affected production tools this week. One email, every Sunday.

No spam, unsubscribe anytime.

Share this release

Track YantrikDB

Get notified when new releases ship.

Sign up free

About YantrikDB

All releases →

Related context

Earlier breaking changes

  • v0.7.20 `correct()` now mutates in place, preserving rid and adding revision history (BREAKING CHANGE).
  • v0.7.9 Pure-additive; existing engines keep English models on v0.1.0.

Beta — feedback welcome: [email protected]