Y
Hacker News
new
|
ask
|
show
|
jobs
by
Random_ernest
2145 days ago
Testing out the demo:
SELECT * FROM trips WHERE tip_amount > 500 ORDER BY tip_amount DESC
Very interesting :-)
3 comments
joan4
2145 days ago
thanks for trying the live demo. That's a very interesting result indeed. Btw, we are working on applying SIMD operations on filter queries (where clause) that will speed up the runtime of queries like that considerably.
link
120bits
2145 days ago
For some reason this query is taking too long to execute. Not sure if I missed something.
link
santafen
2145 days ago
When I ran it it took about 20s total.
link
tuananh
2145 days ago
took almost a min for me
link
santafen
2145 days ago
Some of those are absolutely monstrous tips!
link