machadokd.M
Convex Community2y ago
10 replies
machadokd.

Group by without hitting database limits

Hi team! I'm trying to group by a specific parameter on my table and return to the client the top most ocurrencies. But I'm getting the limited by the database saying

Server Error
Uncaught Error: Too many bytes read in a single function execution (limit: 8388608 bytes). Consider using smaller limits in your queries, paginating your queries, or using indexed queries with a selective index range expressions.
at async handler

Is there a way around this?
Was this page helpful?