Is there a quick way to get the number of rows in a dataset?
The best idea I can come up with is to perform binary probing using $ limit and $ offset, or maybe some hybrid of binary sensing and finally fetch one column in the $ limit / $ offset window when the size is known, for example, about 100.
(I checked the HTTP headers ... no joy.)
source
share