-
CockroachDB
is mainly a distributed, replicated, transactional key-value store. -
The Challenges of Writing a Massive and Complex Go Application
- Design decisions while building cockroachDB
- Gc cost is based on the number of allocations, not the number of bytes
- Values that are used together can be allocated in one struct
- [Incomplete]