5 ms·
Thanks for the feedback, we'll look into it!
by TheTank 6y ago
Thanks for the feedback, we'll look into it!
- rkagerer 6y agoI tried these two: select * from trips; /* completed quickly */ select * from trips where tip_amount = 0.56; /* stalled */ Hope I didn't break anything ;-)
- bluestreak 6y agoAll 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