DEV Community

Discussion on: PostgreSQL vs MongoDB

Collapse
 
chakrihacker profile image
Subramanya Chakravarthy

I agree with most of the answers here saying relational dB is best compared to no sql

I still wonder how discord is able to perform well with no sql db(Cassandra)

Collapse
 
patarapolw profile image
Pacharapol Withayasakpunt • Edited

What do you mean by "well" anyway?

  • I am quite sure it is "enough".
  • If there no problem, don't fix it.
  • Not even sure SQL is easier to maintain / scale than NoSQL. NoSQL was built to address these kind of problems, but I am not sure they succeeded.