glucinater
glucinater2y ago

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
Indy
Indy2y ago
Hi we would love to understand what limits you’re running into. Generally Convex should be able to handle fairly large amounts of data.
glucinater
glucinaterOP2y ago
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
Indy
Indy2y ago
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
glucinater
glucinaterOP2y ago
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
Indy
Indy2y ago
Let me follow up in the support thread. We believe this is a new bug.
Michal Srb
Michal Srb2y ago
For others: The dashboard bug has now been fixed.

Did you find this page helpful?