|
|
|
|
|
by swaminarayan
77 days ago
|
|
Interesting approach — especially around modifying SQLite’s internals. In SNKV, I’m taking almost the opposite direction:
keeping B-tree / storage-layer ideas and removing the SQL layer entirely,
to expose a minimal key-value interface. Curious how you think about the tradeoff between simplifying the query layer vs the storage layer. https://github.com/hash-anu/snkv |
|