YugabyteDB Tips
  • Home
  • About
  • Featured Videos

Category: Row Count

YugabyteDB Tips > Row Count

Exact Per-Tablet Row Counts in YugabyteDB – Hash and Range Sharding in One SQL Function

Jim KnicelyMay 8, 2026

Sometimes a simple question gets surprisingly interesting in a distributed database: How many rows are in each shard? In YugabyteDB, the physical […]

Read More

Instantly Estimate Row Counts (Smart, Fast, and Composite-Key Aware)

Jim KnicelyMarch 23, 2026

Getting a row count in YugabyteDB seems simple: SELECT COUNT(*) FROM transfers; But in a distributed system, this is: ● A full-table […]

Read More

Visualizing Tablet Distribution with Real Row Counts in YugabyteDB

Jim KnicelyFebruary 11, 2026

TL;DR This tip introduces yb-topology-viewer, a lightweight demo application that helps you visualize how data is actually distributed across a YugabyteDB cluster […]

Read More

Faster exact row counts in YugabyteDB using range sharding and tablet-level parallelism

Jim KnicelyFebruary 6, 2026

Exact row counts are common in migrations, validation, and operational checks. In YugabyteDB, SELECT COUNT(*) is correct and already distributed, but it […]

Read More

Posts navigation

Older 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