User Tools

Site Tools


cockroachdb

CockroachDB

A cloud-native SQL database

Repository: https://github.com/cockroachdb/cockroach Website: https://www.cockroachlabs.com/

Snippet from Wikipedia: CockroachDB

CockroachDB is a source-available distributed SQL database management system developed by Cockroach Labs. The relational functionally is built on top of a distributed, transactional, consistent key-value store that can survive a variety of different underlying infrastructure failures, and is wire-compatible with PostgreSQL which means users can take advantage of a wide range of drivers and tools from the extensive PostgreSQL ecosystem. A CockroachDB cluster consists of a number of nodes that can be spread across failure domains such as data centres or public cloud regions. A cluster can be scaled both horizontally (by adding nodes) and vertically (by increasing the resources allocated to the existing nodes). It can provide high levels of resilience and availability and can be run in a variety of environments such as bare metal, VMs, containers and Kubernetes, both in private data centers and in the cloud. CockroachDB gets its name from cockroaches, as they are known for being disaster-resistant.

cockroachdb.txt · Last modified: 2024/04/28 03:23 by 127.0.0.1