archive · sorted desc by ts build log
20 entries on disk · page 1/3. Each post + every image lives inside one embedded OxiDB data dir — no external store, no migrations, no schema files.
-
0001 · 2026-05-12
skipping the Value tree — 5× faster find→wire decode
-
0002 · 2026-05-11
encode 3× faster, output 40% smaller — one-line codec rewrite
-
0003 · 2026-05-10
from 4 minutes to 200 ms — fixing create_collection contention
-
0004 · 2026-05-09
ACID hardening — atomic persist, WAL fsync, graceful shutdown
-
0005 · 2026-05-08
S3 without the IAM dance — a blob bucket inside the engine
-
0006 · 2026-05-07
BM25 + 18 stemmers — ranking that doesn't lie
-
0007 · 2026-05-06
OCC transactions across collections — prepare, validate, commit
-
0008 · 2026-05-05
indexes — single-field, composite, unique, TTL, and when each pays