Getting a row count in YugabyteDB seems simple: SELECT COUNT(*) FROM transfers; But in a distributed system, this is: ● A full-table […]
Read MoreGetting a row count in YugabyteDB seems simple: SELECT COUNT(*) FROM transfers; But in a distributed system, this is: ● A full-table […]
Read MoreTL;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 MoreExact row counts are common in migrations, validation, and operational checks. In YugabyteDB, SELECT COUNT(*) is correct and already distributed, but it […]
Read MoreAfter loading a large dataset into a table, your next step might be to confirm that all records were successfully inserted. To […]
Read More