is there a way to see my database usage??
currently i can only see the usage/metrics when im in danger of over using it on my current plan. Can i see it so i can plan for the future ?
8 Replies
Thanks for posting in <#1088161997662724167>.
Reminder: If you have a Convex Pro account, use the Convex Dashboard to file support tickets.
- Provide context: What are you trying to achieve, what is the end-user interaction, what are you seeing? (full error message, command output, etc.)
- Use search.convex.dev to search Docs, Stack, and Discord all at once.
- Additionally, you can post your questions in the Convex Community's <#1228095053885476985> channel to receive a response from AI.
- Avoid tagging staff unless specifically instructed.
Thank you!
Dashboard --> Team Settings --> Usage
URL should look like
https://dashboard.convex.dev/t/YOUR_TEAM_NAME/settings/usage
Convex Dashboard
Manage your Convex apps
Convex Dashboard
Manage your Convex apps
thank you it seems file bandwidth is high used could you tell me what it is and how can i posiibly reduce its usage ?
you could use the R2 component ( https://www.convex.dev/components/cloudflare-r2 ). Serving files using R2 is very very cost efficient
I see you made a soundboard app... that's awesome! definitely agree though, that may be the kind of app that benefits from very cost efficient file bandwidth
yeah i wanted to see the bandwidth usage and i was shocked
are you using .wav audio files, or .mp3?
mp3
so what i did was i used uploadthing
to upload audio
and the url that it give me
i upload it in convex
will that reduce file bandwidth ?