6 ms·
CockroachDB is made up of several layers to implement SQL and transactions on top of a distributed key-value store: https://www.cockroachlabs.com/docs/stable/ar
by Artemis2 8y ago
CockroachDB is made up of several layers to implement SQL and transactions on top of a distributed key-value store: https://www.cockroachlabs.com/docs/stable/architecture/overview.html#layers https://www.cockroachlabs.com/docs/stable/architecture/overv...
TiDB has a similar architecture: https://www.pingcap.com/docs/architecture/ https://www.pingcap.com/docs/architecture/
- gigatexal 8y agoThe TiDB approach is a lot more like Aurora though as you have much finer grained controls over how many storage and query nodes you have.