←back to thread

264 points davidgomes | 1 comments | | HN request time: 0s | source
Show context
yen223 ◴[] No.41875321[source]
Databases tend to be "stickier" than other parts of any large software system. Largely because database migrations are costly. You can't just tear down an old database and rebuild a new one, you have to figure out how to move all that data across too.

The consequence is that things in database-land tends to move slower than other types of software. This I think is the major reason why we still use SQL.

replies(2): >>41875368 #>>41875643 #
polishdude20 ◴[] No.41875643[source]
What's the SQL alternative?
replies(2): >>41875871 #>>41876579 #
aitchnyu ◴[] No.41876579[source]
Hopefully Edgedb. It could make most ORMs and heavyweight web frameworks redundant, maybe some BI tools and jobs too.

https://www.edgedb.com/

replies(1): >>41877541 #
1. adhamsalama ◴[] No.41877541[source]
Looks kind of like PRQL https://github.com/PRQL/prql