How could RDBMSes be considered a fad?
Posted
by
StuperUser
on Programmers
See other posts from Programmers
or by StuperUser
Published on 2011-07-06T11:49:57Z
Indexed on
2012/04/15
17:47 UTC
Read the original article
Hit count: 477
Completing my Computing A-level in 2003 and getting a degree in Computing in 2007, and learning my trade in a company with a lot of SQL usage, I was brought up on the idea of Relational Databases being used for storage.
So, despite being relatively new to development, I was taken-aback to read a comment (on Is LinqPad site quote "Tired of querying in antiquated SQL?" accurate? ) that said:
[Some devs] despise [SQL] and think that it and RDBMS are a fad
Obviously, a competent dev will use the right tool for the right job and won't create a relational database when e.g. flat file or another solution for storage is appropriate, but RDBMs are useful in a massive number of circumstances, so how could they be considered a fad?
© Programmers or respective owner