Convex limits?
Is Convex not a good choice for projects with a lot of data? Starting to run into issues with size limits
6 Replies
Hi we would love to understand what limits you’re running into.
Generally Convex should be able to handle fairly large amounts of data.
I made a post in support about a dashboard issue im currently facing but in general ive started running into issues with a documents with ~50,000 records with querying data
Ah ok, looks like you might have hit a bug. But in general if you're querying a table with that many documents then you should be using indexes: https://docs.convex.dev/database/indexes/
Because you might be hitting limits described here: https://docs.convex.dev/functions/error-handling#readwrite-limit-errors
Indexes | Convex Developer Hub
Indexes are a data structure that allow you to speed up your
Error Handling | Convex Developer Hub
There are three reasons why your Convex
Yeah I was trying to but currently can't add the autogenerated schema due to the bug
Is this a common bug? I tried to make a another document with a sample of the data but had no luck
Let me follow up in the support thread. We believe this is a new bug.
For others: The dashboard bug has now been fixed.