Data Replication in YugabyteDB
Explore the different data replication options available with YugabyteDB including synchronous, asynchronous, read replicas, xCluster, and change data capture (CDC).
Explore the different data replication options available with YugabyteDB including synchronous, asynchronous, read replicas, xCluster, and change data capture (CDC).
In YugabyteDB, you can manage the number of shards (tablets) using flags like ysql_num_tablets for total control or ysql_num_shards_per_tserver for control per tserver. Dynamic auto-splitting is also supported for automatic adjustments as data grows.
YugabyteDB uses LSM Tree / SST Files to minimize the risk of data corruption, in contrast to PostgreSQL’s method. This approach, coupled with independent compactions and checksum verification, enhances data integrity.
We are thrilled to announce our achievement of two prestigious certifications, ISO 22301 and ISO 9001, showcasing our commitment to maintaining business continuity and delivering exceptional quality for our enterprise customers running critical workloads with YugabyteDB, YugabyteDB Anywhere, and YugabyteDB Managed database offerings.
Discover how a Yugabyte telecom customer transformed their operations by transitioning to YugabyteDB, a modern, cloud-native, distributed SQL database. The shift to a highly scalable and resilient data layer allowed them to lead the telecom services sector, meeting evolving customer demands in the dynamic digital landscape.
This edition of the Distributed SQL Tips and Tricks blog looks at a simple and efficient approach to achieve TTL-like functionality in YSQL API using database partitions.
This edition of the Distributed SQL Tips and Tricks blog looks at how to use READ COMMITTED isolation in YugabyteDB to avoid restart errors in YSQL, ensuring a smoother database experience.
This edition of the Distributed SQL Tips and Tricks blog looks how and why Yugabyte handles efficient row retrieval using a primary key, as well as the implications of not having one.
YugabyteDB supports two methods of sharding data: by hash and by range. Discover which strategy is correct to use in which situation.
When considering replication options between YugabyteDB clusters, you have two options—xCluster async replication or setting up Kafka. Learn the when and how and why to both choices.