YugabyteDB Tips
  • Home
  • About
  • Featured Videos

Author: Jim Knicely

YugabyteDB Tips > Articles by: Jim Knicely

Instant Database Cloning (Zero-Copy PITR in Seconds)

Jim KnicelyMarch 18, 2026

đź’ˇ What You’ll Learn â—Ź How Instant Database Cloning works internally (zero-copy + copy-on-write) â—Ź How to recover from a DROP TABLE […]

Read More

How to Show Leader and Replica Counts Per Node in YugabyteDB Using Pure SQL

Jim KnicelyMarch 17, 2026

When working with YugabyteDB, it is often useful to see how tablets are distributed across nodes. Two especially helpful questions are: â—Ź […]

Read More

Handling NaN in NUMERIC Columns (Postgres vs YugabyteDB)

Jim KnicelyMarch 17, 2026

đź’ˇ TL;DR PostgreSQL allows NaN in NUMERIC. YugabyteDB currently does not. The best solution is to model “NaN” explicitly in your schema, […]

Read More

Export YugabyteDB CREATE TABLE DDL Using Pure SQL (Including SPLIT AT and SPLIT INTO)

Jim KnicelyMarch 16, 2026

Intro To export schema from YugabyteDB, the most common approach is to use the ysql_dump utility: ysql_dump –include-yb-metadata This produces DDL that […]

Read More

Posts navigation

Older posts
Newer posts

NOTICE

This site is not affiliated, endorsed or associated with YugabyteDB. This site makes no claims on ownership of trademark rights. The author contributions on this site are licensed under CC BY-SA 3.0 with attribution required.

Find Us

Address
Here!

Hours
24×7

Recommended YugabyteDB Links

  • Home
  • Key Concepts
  • Docs
  • Blog
  • Forum
  • Content Library
  • Support



YugabyteDB Tips

Copyright 2025 - Knicely/Li