Alright then :). I take the side against noSQL solutions. Why so: SQL (and relational by extension) is over 30 years old, battle hardened and proven to work (even at web scale). Whereas noSQL is a relatively new and already loosing traction. It can, it saw, it failed to actually SOLVE the non-existant problems that SQL has not. Bonus: most modern SQL engines have native JSON storage ability. Boom, JSON document stores.
re: MongoDB has no use case VIEW POST
TOP OF THREAD FULL DISCUSSIONAlright then :). I take the side against noSQL solutions. Why so: SQL (and relational by extension) is over 30 years old, battle hardened and proven to work (even at
web scale
). Whereas noSQL is a relatively new and already loosing traction. It can, it saw, it failed to actually SOLVE the non-existant problems that SQL has not. Bonus: most modern SQL engines have native JSON storage ability. Boom, JSON document stores.