Skip to content

Latest commit

 

History

History
executable file
·
115 lines (110 loc) · 4.95 KB

index.md

File metadata and controls

executable file
·
115 lines (110 loc) · 4.95 KB
title summary type homepage toc
CockroachDB Docs
Read the documentation for CockroachDB, a distributed SQL database built on a transactional and strongly-consistent key-value store.
first_page
true
false

CockroachDB is a distributed SQL database built on a transactional and strongly-consistent key-value store. It scales horizontally; survives disk, machine, rack, and even datacenter failures with minimal latency disruption and no manual intervention; supports strongly-consistent ACID transactions; and provides a familiar SQL API for structuring, manipulating, and querying data.

The project is currently in Beta. For details about upcoming features, see the Roadmap.


Quickstart CockroachDB

Start CockroachDB locally and try out the built-in SQL client.

Install CockroachDB

Run a multi-node cluster across multiple machines.

Frequently asked questions about CockroachDB

Get answers to frequently asked questions about CockroachDB.

Join the CockroachDB Community Forum

Looking for answers about how to use CockroachDB? Head to the CockroachDB Community Forum, where you can find answers, ask questions, and help out fellow CockroachDB users.

Recent Blog Posts