Skip to content

Latest commit

 

History

History
11 lines (8 loc) · 440 Bytes

cockroachdb.md

File metadata and controls

11 lines (8 loc) · 440 Bytes

CockroachDB

  • 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]