you are viewing a single comment's thread
view the rest of the comments
[–] 11 points 1 year ago (1 child)

With SQL you scale it when it is required by sharding, read replicas, cache layers, and denormalization.

With NoSQL afaik, we have to deal with the scaling from the beginning by keeping the consistency of denormalized data, that has additional code overhead. Is mongoDB different in this regard?

  • source
  • parent
  • hideshow 1 child comment