TL;DR YugabyteDB splits hash-sharded tables into tablets using a deterministic hash space, replicates each tablet across nodes, and places leaders according to […]
Read MoreTL;DR YugabyteDB splits hash-sharded tables into tablets using a deterministic hash space, replicates each tablet across nodes, and places leaders according to […]
Read MoreIn a distributed SQL database like YugabyteDB, understanding where data actually lives is just as important as understanding the schema itself. Once […]
Read MoreYugabyteDB supports follower reads for YSQL, allowing read-only queries to be served from follower replicas where the data is exactly stale equal […]
Read MoreIn a previous tip, we learned that in recent versions of YugabyteDB, we can use the YB_LOCAL_TABLETS system view to map table […]
Read More