DEV Community

Discussion on: Is there such thing as a truly free cloud database?

 
sqlrob profile image
Robert Myers

Writing is going to be pretty asymmetric, and 25 should be fine, except perhaps for the initial load. Reading though is going to be more problematic. One place I worked the initial page load was ~100 database reads.

Thread Thread
 
riturajborpujari profile image
Rituraj Borpujari

You are right. Almost all databases are read heavy, rather than write heavy.
For a real database load that's exposed to public reads, you need to handle the scaling, or in other words, pay up.