You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Part of #10453 is to "efficiently" extract statistics from parquet files. The current code is likely quite bad, but we have no benchmarks that actually show that or allow for us to get better
Describe the solution you'd like
I would like to create a benchmark, run like cargo bench ... that does:
Creates a parquet file that has 100 row groups once
Is your feature request related to a problem or challenge?
Part of #10453
Part of #10453 is to "efficiently" extract statistics from parquet files. The current code is likely quite bad, but we have no benchmarks that actually show that or allow for us to get better
Describe the solution you'd like
I would like to create a benchmark, run like
cargo bench ...
that does:I suggest four benchmarks with different types:
Describe alternatives you've considered
No response
Additional context
No response
The text was updated successfully, but these errors were encountered: