Hacker News new | ask | show | jobs
by rkagerer 2183 days ago
I tried these two:

    select * from trips; /* completed quickly */
    select * from trips where tip_amount = 0.56; /* stalled */
Hope I didn't break anything ;-)
1 comments

All good so far! Thank you for the feedback. Filter's are single threaded and not very fast. We will take them to the next level shortly