aokolnychyi opened a new pull request, #9165:
URL: https://github.com/apache/iceberg/pull/9165

   This PR refactors `DeleteFileIndexBenchmark`:
   
   - Add `FileGenerationUtil` to be used in metadata benchmarks.
   - Use `FileGenerationUtil` to generate files to speed up the initialization 
phase of the delete file index benchmark. Prior to this change, we were adding 
a few real files and cloning them. There is no real benefit of doing 25 real 
inserts per each partition, it just takes time.
   - Use `FileGenerationUtil` to generate random metrics to mimic realistic 
scenarios. Prior to this change, we cloned the metrics and used identical 
values for all cloned files. This compressed very well but is not realistic.


-- 
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: issues-unsubscr...@iceberg.apache.org

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


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

Reply via email to