Hacker Newsnew | past | comments | ask | show | jobs | submitlogin

No PaaS provider costs their DB instances on number of selects...

Perhaps you're the Junior developer?!




Pretty much every PaaS provider does that. If you're exceeding the number of queries a node can process you either need a bigger node or more nodes, therefore the amount you have to pay is directly related to the number of queries you send. The only difference is that firebase automatically adds more nodes behind the scenes which makes surprise bills possible. If you're not adding more nodes, your application simply stops serving requests reliably because your DB is overloaded. Therefore the actual problem is not the billing model, it's the fact that the code is crap.


From TFA: "Firebase, however, charges based on per 100k — 250k read, write and delete requests to the database."




Consider applying for YC's Fall 2025 batch! Applications are open till Aug 4

Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: