Most developers think of LioranDB as a document database.
Internally, however, its storage engine does not understand documents, objects, fields, or JSON.
It understands only:
table + key bytes + value bytes
Enter fullscreen mode
Most developers think of LioranDB as a document database. Internally, however, its storage engine...
Most developers think of LioranDB as a document database.
Internally, however, its storage engine does not understand documents, objects, fields, or JSON.
It understands only:
table + key bytes + value bytes
Enter fullscreen mode

LioranDB: Support the Indian government initiative that Indian data should stay in...

Over the past few weeks I've been benchmarking LioranDB V2, a document database engine written...

For a long time, backend engineering has been divided into two camps: Relational databases (SQL) for...

Disk structures are durable, but updating them for every write is expensive. LioranDB uses memtables...

I built a storage engine from scratch. Here's everything I learned. Not a wrapper. Not a...

If you've ever built a CLI tool, an Electron app, or a local-first prototype in Node.js, you've faced...