← Back to blogs

Estimating Bigquery result row count without running the whole query

January 27, 2025·1 min read·Read on Medium

Running a full BigQuery query just to get a row count is wasteful and expensive. In this article I show how to use BigQuery's dry run feature to estimate result counts without actually executing the query.

Continue reading on Medium