daf1991
daf19914w ago

Database bandwidth limit on free plan

I am using convex db for my project. I'm still in the development phase. I have three test users in the application and I'm getting a warning notification saying that I'm already exceeding the database bandwidth. Just wondering if I've configured something wrong or this is normal? I expected to upgrade to a paid plan when I actually had like 100 paying users at the very least... Is there a reason that my reads are so high? Is it because of some potential error in using the useQuery hook? (auto realtime) Thanks
No description
No description
No description
1 Reply
erquhart
erquhart4w ago
Under Functions breakdown by project, hit the Database Bandwidth dropdown and select Function calls. You can get the average bandwidth per call by dividing 1.28gb by the number of calls, and get a sense of whether the function is too heavy or if the function is being called too often. It may just be how you're querying in the client, would need to see some code to advise further, such as the function itself and the call sites.

Did you find this page helpful?