CockroachDB yugabyte ‐ distributed postgres compatibile db - ghdrako/doc_snipets GitHub Wiki

CockroachDB

CockroachDB is wire-compatible with PostgreSQL

YubabyteDB

In YugabyteDB, operations are logically divided into two primary layers: the query layer and the storage layer. The query layer handles user requests and directs these requests to the appropriate data, ensuring efficient processing and retrieval. Conversely, the storage layer is tasked with optimal data storage on disk, managing replication, and maintaining data consistency.