RJR
Convex Community3y ago
39 replies
RJ

Implications of per query document read limits

I discovered this today:

TooManyDocumentsRead: Too many documents read in a single function execution (maximum 16384). Consider using smaller limits in your queries, paginating your queries, or using indexed queries with a selective index range expressions.


Does this mean that any kind of aggregate query using AsyncIterable will fail when performed on a table that has more than 16384 documents?
Was this page helpful?