LioranDB V2 Pre-Alpha Benchmark Summary
Over the past few weeks I've been benchmarking LioranDB V2 , a document database engine written completely from scratch in Rust . Instead of publish…
Tech news from the best sources
Over the past few weeks I've been benchmarking LioranDB V2 , a document database engine written completely from scratch in Rust . Instead of publish…
A normal secondary index can answer: status = "active" It cannot efficiently answer: documents containing "distributed database" LioranDB therefore…
A document database usually stores a primary record by document ID. But applications also ask questions such as: Find users where status = "active"…