We Can Do Better Than SQL
edgedb.com
We Can Do Better Than SQL
1–10 of 466 posts
Re: We Can Do Better Than SQL
#2The article does nicely illustrate many of the well-known shortcomings of SQL. Chris Date and Hugh Darwen unsuccessfully tried to fix SQL with Tutorial D. Never heard of it? Exactly.
Re: We Can Do Better Than SQL
#3Re: We Can Do Better Than SQL
#4Re: We Can Do Better Than SQL
#5But for most people out there who simply want to poke at their business data, SQL, or this article's stated solution - EdgeQL are all pains in the wrong places. If you are making the life of engineers a bit easier, then you have to think of the millions of My/Pg SQL installations.
If you want to make the larger audiences' life easier (the business people who need insights), then you need to think outside of SQL altogether.
Re: We Can Do Better Than SQL
#6Re: We Can Do Better Than SQL
#7Re: We Can Do Better Than SQL
#8Area of curiousity at the moment as I too agree that SQL is a poor fit, even if the better DSL inputs eventually get reduced to SQL command text and parameter arrays.
Re: We Can Do Better Than SQL
#9It’s heresy to criticize SQL these days or even suggest that DBs could be easier and more robust. I envision a future DB language that offers perfect ease and safety with queries the way Rust has shown us that the memory unsafeness of C was voluntary all along.
Re: We Can Do Better Than SQL
#10I would dispute this. The antecedents of NoSQL were the parallel programming models of HPC. They weren’t specifically excluding SQL, and NoSQL was a term that was invented after the fact.