mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-25 04:43:33 +00:00
28436fc627
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. CockroachDB is inspired by Google's Spanner and F1 technologies, and it's completely open source. PR: 221635 Submitted by: James Nugent <freebsd@jen20.com> Approved by: mat (mentor) Differential Revision: https://reviews.freebsd.org/D12088
12 lines
512 B
Plaintext
12 lines
512 B
Plaintext
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.
|
|
|
|
CockroachDB is inspired by Google's Spanner and F1 technologies, and
|
|
it's completely open source.
|
|
|
|
WWW: https://cockroachlabs.io/
|