feniljain commented on issue #19654:
URL: https://github.com/apache/datafusion/issues/19654#issuecomment-3753167112

   New timings for the queries Andrew had tried above:
   ```sh
   > select * from 
'/Users/feniljain/Projects/rust-projects/datafusion/work/benchmarks/data/hits_partitioned'
 limit 1;
   Elapsed 0.282 seconds.
   ```
   ```sh
   > select * from 
'/Users/feniljain/Projects/rust-projects/datafusion/work/benchmarks/data/hits_partitioned'
 limit 1 offset 50000000;
   Elapsed 0.540 seconds.
   ```


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to