Hacker News new | past | comments | ask | show | jobs | submit login

I tried these two:

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



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




Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: