Slackbot
06/01/2023, 11:28 AMJohn Kowtko
06/01/2023, 1:20 PMAbhishek Agarwal
06/01/2023, 1:57 PMPeter Marshall
06/01/2023, 1:59 PMPeter Marshall
06/01/2023, 2:00 PMGROUP BY
result 😄John Kowtko
06/01/2023, 3:00 PMSQLTEXT="SELECT trip_id, pickup_longitude FROM trips_xaa where pickup_longitude != 0 limit $FETCH_ROWS"
No group by involved (the use case is to pull a list of candidate events for targeted marketing campaign) ... I think 50m records took about 40sec on my laptop quickstart config? (Note I did not store the results to disk, for the sync API I piped the output to 'wc -l' to ensure the data was being sent back to the client ... and of course no network involved. But still pretty decent performance IMHO.Didip Kerabat
06/01/2023, 4:43 PMBharat Thakur
06/03/2023, 9:14 AM