|
|
|
|
|
by dmoreno
2923 days ago
|
|
I completely disagree. Unless your data requirements are very specific, mem only, or not adapted to the relational paradigm any SQL engine will provide you with the best and more efficient algorithms to manipulate your data in the most common situations. I think that if any, databases should be used more. |
|
Too bad that Michael Stonebraker, Turing Award winner, disagrees with you. SQL are not the best solution for any common use case from the performance perspective.
Nevermind what they do to the design of an application. IMHO less people should default to using a database upfront. At least while protyping the idea.
https://cs.brown.edu/~ugur/fits_all.pdf