cudf
cudf copied to clipboard
[FEA] Expand ORC and Parquet benchmarks to cover different stripe/rowgroup sizes
Add a set of benchmarks with varying stripe/rowgroup sizes to each affected component:
- [ ] ORC reader
- [ ] ORC writer
- [ ] Parquet reader
- [ ] Parquet writer
Use the new benchmarks to evaluate the effects of these options and potentially determine the optimal settings.
This issue has been labeled inactive-30d
due to no recent activity in the past 30 days. Please close this issue if no further response or action is needed. Otherwise, please respond with a comment indicating any updates or changes to the original issue and/or confirm this issue still needs to be addressed. This issue will be labeled inactive-90d
if there is no activity in the next 60 days.
This issue has been labeled inactive-90d
due to no recent activity in the past 90 days. Please close this issue if no further response or action is needed. Otherwise, please respond with a comment indicating any updates or changes to the original issue and/or confirm this issue still needs to be addressed.
Note: any PRs that change benchmarks are encouraged/required to migrate the benchmarks to NVBench.
Perhaps instead of adding a new benchmark, we should just add a new nvbench axis for rowgroup/stripe size. Then we would be able to do targeted studies without increasing the benchmark complexity or runtime.
Do you mean that we should add an axis that only has the default value?