Hacker News new | ask | show | jobs
by simmschi 755 days 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.

1 comments

One 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.