Overview
YugabyteDB is a distributed SQL database built for modern, cloud-native applications. It combines the familiar features of PostgreSQL with the scalability and resilience required for distributed systems. YugabyteDB achieves this by distributing data across multiple nodes, ensuring high availability and fault tolerance. It's compatible with PostgreSQL at the wire protocol level, allowing developers to use existing PostgreSQL drivers and tools. The database supports ACID transactions and provides strong consistency guarantees. YugabyteDB is suited for applications that need to scale globally, handle large amounts of data, and maintain high uptime. It serves as a unified database, consolidating multiple database systems into a single, scalable platform. Target users include developers, architects, and operators building and managing cloud-native applications.
Common tasks