Rachelint commented on issue #11885: URL: https://github.com/apache/datafusion/issues/11885#issuecomment-2276402924
@alamb It seems using `Arc<Statistic>` in `PartitionedFile` actually hurts some long queries (I test the q22 in clickbench as last pr). ``` -------------------- Benchmark clickbench_partitioned.json -------------------- ┏━━━━━━━━━━━━━━┳━━━━━━━━━━━┳━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━┓ ┃ Query ┃ main ┃ arc-statistic ┃ Change ┃ ┡━━━━━━━━━━━━━━╇━━━━━━━━━━━╇━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━┩ │ QQuery 0 │ 8775.79ms │ 9218.05ms │ 1.05x slower │ └──────────────┴───────────┴───────────────┴──────────────┘ ``` -- 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]
