For single range query async is unnecessary, but for multiple ranges ensure that async query requests feed an iterator with the results.
Because some query ranges return larger amounts of data, pagination is still required - so a single range may still require multiple subsequent paginated queries.
But the user should just get an iterator of results without needing to understand the nuances of async requests and pagination
For single range query async is unnecessary, but for multiple ranges ensure that async query requests feed an iterator with the results.
Because some query ranges return larger amounts of data, pagination is still required - so a single range may still require multiple subsequent paginated queries.
But the user should just get an iterator of results without needing to understand the nuances of async requests and pagination