How to forecast database bandwidth
In Convex, is database bandwidth usage for reading and writing the same usage as the size it would take to store that data?
3 Replies
Corresponding Kapa thread: https://discord.com/channels/1019350475847499849/1244673533968253039/1244673629992521822
@Matt Luo yeah, you get charged for the size of the records you're streaming into and out of the database. not, for example, any other protocol overhead stuff.
Ah, nice and simple. Thank you!