rqlite
rqlite is a lightweight, distributed relational database, which uses SQLite as its storage engine. Forming a cluster is very straightforward, it gracefully handles leader elections, and tolerates failures of machines, including the leader. …
Dgraph is a horizontally scalable and distributed GraphQL database with a graph backend. It provides ACID transactions, consistent replication and linearizable reads. It’s built from ground up to perform for …
1. Chopping up a query Way how to slice up a query is to divide and conquer, keeping it essentially the same but running it in smaller “chunks” that affect …