Commit History

Author SHA1 Message Date
  fszontagh e417ce6faf release(v2.1.0): client API cleanup — BREAKING 2 months ago
  fszontagh fb16f38163 release(v2.0.0): LMDB storage substrate 2 months ago
  fszontagh 0642caedaa feat(storage): hard-flip SimilaritySearch handler to LMDB-first 2 months ago
  fszontagh 8c72ad4da2 feat(storage): vector dual-write into _vectors_<collection> sub-db 2 months ago
  fszontagh f1ff6a7c62 refactor(storage): drop defensive MemoryStore fallback from Exists/Get 2 months ago
  fszontagh 85e0158572 feat(storage): move dual-write mirror under MemoryStore lock 2 months ago
  fszontagh 9d02eacad3 feat(storage): hard-flip Find handler to LMDB-first 2 months ago
  fszontagh ba78aa94bc feat(storage): hard-flip Exists+Get reads to LMDB-first 2 months ago
  fszontagh 7cb6ae9fb0 feat(storage): shadow-read on Find handler against doc_store_ 2 months ago
  fszontagh e53adb57f6 feat(storage): shadow-read on Get handler against doc_store_ 2 months ago
  fszontagh 4eeb784bc1 refactor(storage): lift filter evaluation to shared filter_eval.hpp 2 months ago
  fszontagh 0bf7b1af19 feat(storage): shadow-read on Exists handler against doc_store_ 2 months ago
  fszontagh d997562630 feat(storage): dual-write mirror + boot backfill into LmdbDocumentStore 2 months ago
  fszontagh 08030237b9 feat(storage): add DocumentStore::exists() bound-check 2 months ago
  fszontagh 9ad6677500 feat(storage): open LmdbEnv in DatabaseService alongside MemoryStore 2 months ago
  fszontagh 772c5a5e6c feat(storage): migration safety nets (failure, restart, idempotence) 2 months ago
  fszontagh be465f503e feat(storage): migrate vector fields to _vectors_<collection> sub-db 2 months ago
  fszontagh 15893b19b6 feat: auto-migrate v1.x data dirs on boot 2 months ago
  fszontagh eb052d9542 feat(storage): v1.x → v2.0 migration core 2 months ago
  fszontagh 237658f23a test(storage): port filter+sort+projection coverage to DocumentStore 2 months ago
  fszontagh 44ede0b960 feat(storage): LmdbDocumentStore implementation 2 months ago
  fszontagh c28043e749 feat(storage): DocumentStore interface + failing tests 2 months ago
  fszontagh aa4c606f49 feat(storage): WriteTxn + ReadTxn + LmdbDbi primitives 2 months ago
  fszontagh 6b5f64bb73 feat(storage): LmdbEnv RAII wrapper 2 months ago
  fszontagh 4ff093258b build: add lmdb build + runtime dependency (v2.0 scaffolding) 2 months ago
  fszontagh 3a2e4ce4f4 spec+plan: v2.0 storage engine architecture + execution plan (phase C T2) 2 months ago
  fszontagh 92bb2da199 spike: v2.0 storage engine — LMDB candidate measured (phase C T1) 2 months ago
  fszontagh 57b4a75331 release(v1.11.0): binary-backed Document storage with field-fast-path (phase B) 2 months ago
  fszontagh 9db468b83b test: add bench_doc_memory for phase B RSS verification 2 months ago
  fszontagh eaceb7eb55 test: migrate test callsites to Document binary accessors (phase B T7) 2 months ago