If someone accidentally drops a table, runs a bad UPDATE, or deletes the wrong rows, YugabyteDB gives you two very powerful recovery-oriented […]
Read MoreInstant Database Cloning (Zero-Copy PITR in Seconds)
đź’ˇ What You’ll Learn â—Ź How Instant Database Cloning works internally (zero-copy + copy-on-write) â—Ź How to recover from a DROP TABLE […]
Read MoreHow to Show Leader and Replica Counts Per Node in YugabyteDB Using Pure SQL
When working with YugabyteDB, it is often useful to see how tablets are distributed across nodes. Two especially helpful questions are: â—Ź […]
Read MoreHandling NaN in NUMERIC Columns (Postgres vs YugabyteDB)
đź’ˇ TL;DR PostgreSQL allows NaN in NUMERIC. YugabyteDB currently does not. The best solution is to model “NaN” explicitly in your schema, […]
Read More