leoyvens commented on PR #15473:
URL: https://github.com/apache/datafusion/pull/15473#issuecomment-2766451717

   I took some time to play with this, so I can provide an anecdotal report. I 
compared three setups:
   - This branch with `split_file_groups_by_statistics = true`
   - main with `split_file_groups_by_statistics = true`
   - main with `split_file_groups_by_statistics = false`
   
   I used datafusion-cli, with `datafusion.execution.collect_statistics` always 
set to `true`. Dataset contains ~90 files, `n_cpus=60`. So at default settings, 
there are at most 2 files per file group.
   
   Table created with:
   ```
   


-- 
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-unsubscr...@datafusion.apache.org

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


---------------------------------------------------------------------
To unsubscribe, e-mail: github-unsubscr...@datafusion.apache.org
For additional commands, e-mail: github-h...@datafusion.apache.org

Reply via email to