How to get the estimated row count for paginated queries CockroachDB

Viewed 91

How would I see how many rows were scanned in my query? Im using LIMIT so i know how many rows are going to be returned but i'd like to see how many rows were scanned.

1 Answers
Related