|
|
|
|
|
by wvenable
746 days ago
|
|
I kind of disagree; the problem with SQL is that fundamentally it's actually pretty good. So alternatives either tend to be too radical (throwing out the baby with the bathwater) or simply not enough of an improvement to gain any momentum. I feel like rational database querying is effectively solved and there's little point in re-litigating it. But still I'd be happy to switch to the perfect replacement if someone develops it. |
|
Sql might be ok for trivial things, as in OLTP that programmers tend to work with.
But anything even slightly more advanced is... not nice.
And the standard is unique in its uselessness.
The underlying relational algebra model is brilliant thought.