You are viewing a plain text version of this content. The canonical link for it is here.
Posted to github@arrow.apache.org by GitBox <gi...@apache.org> on 2022/04/02 02:43:50 UTC

[GitHub] [arrow-datafusion] yjshen commented on pull request #2134: WIP: Reduce sort memory usage v2 by @richox

yjshen commented on pull request #2134:
URL: https://github.com/apache/arrow-datafusion/pull/2134#issuecomment-1086511409


   ```
   cargo run --release --features "mimalloc" --bin tpch -- benchmark datafusion --iterations 3 --path ../tpch-parquet/ --format parquet --query 1 --batch-size 4096
   ```
   
   
   ```
       Finished release [optimized] target(s) in 0.07s
        Running `target/release/tpch benchmark datafusion --iterations 3 --path ../tpch-parquet/ --format parquet --query 1 --batch-size 4096`
   Running benchmarks with the following options: DataFusionBenchmarkOpt { query: 1, debug: false, iterations: 3, partitions: 2, batch_size: 4096, path: "../tpch-parquet/", file_format: "parquet", mem_table: false, output_path: None }
   Query 1 iteration 0 took 36483.0 ms and returned 6001214 rows
   Query 1 iteration 1 took 36783.2 ms and returned 6001214 rows
   Query 1 iteration 2 took 36400.4 ms and returned 6001214 rows
   Query 1 avg time: 36555.52 ms
   ```


-- 
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: github-unsubscribe@arrow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org