4 ms·
Is there really anything missing from SQL? I guess adding a few semantic shortcuts like Postgres' SELECT DISTINCT ON (x) are useful. But otherwise this feels l
by simmschi 2y ago
Is there really anything missing from SQL? I guess adding a few semantic shortcuts like Postgres' SELECT DISTINCT ON (x) are useful.
But otherwise this feels like asking what's coming next for Algebra.
- tarasglek 2y agoOne use-case that other systems support is doing queries with a time budget..Eg find me all columns that match a search within 50ms. Not sure now to do that with postgres.