Ranter
Join devRant
Do all the things like
++ or -- rants, post your own rants, comment on others' rants and build your customized dev avatar
Sign Up
Pipeless API
From the creators of devRant, Pipeless lets you power real-time personalized recommendations and activity feeds using a simple API
Learn More
Comments
-
Imagine if they used an SQL server though, their new updates would take forever to roll out due to their tables. Mongo let's you seamlessly integrate new features in. Tags why most startups use it.
-
@joshgallagher24 that's actually not true, you can modify the schema of a table, or add new ones while the database/server is running. It won't affect any deployment downtime if you do it right
-
@brightside yes and no. SQL is a pain because you will have a bunch of new columns that are null. And, well normalisation doesn't really prohibited that.
So that's the root cause
undefined
pokemongodb