aokolnychyi opened a new pull request, #11531: URL: https://github.com/apache/iceberg/pull/11531
This PR adapts our `PlanningBenchmark` for DVs. ``` Benchmark (type) Mode Cnt Score Error Units PlanningBenchmark.distributedPlanningWithMinMaxFilter partition ss 5 1.415 ± 0.553 s/op PlanningBenchmark.distributedPlanningWithMinMaxFilter file ss 5 5.000 ± 1.021 s/op PlanningBenchmark.distributedPlanningWithMinMaxFilter dv ss 5 2.312 ± 0.307 s/op PlanningBenchmark.distributedPlanningWithoutFilter partition ss 5 2.147 ± 1.272 s/op PlanningBenchmark.distributedPlanningWithoutFilter file ss 5 6.452 ± 2.327 s/op PlanningBenchmark.distributedPlanningWithoutFilter dv ss 5 2.863 ± 0.590 s/op PlanningBenchmark.distributedPlanningWithoutFilterWithStats partition ss 5 49.325 ± 7.451 s/op PlanningBenchmark.distributedPlanningWithoutFilterWithStats file ss 5 54.895 ± 12.604 s/op PlanningBenchmark.distributedPlanningWithoutFilterWithStats dv ss 5 50.448 ± 3.760 s/op PlanningBenchmark.localPlanningWithMinMaxFilter partition ss 5 1.313 ± 0.645 s/op PlanningBenchmark.localPlanningWithMinMaxFilter file ss 5 3.546 ± 2.172 s/op PlanningBenchmark.localPlanningWithMinMaxFilter dv ss 5 2.421 ± 1.126 s/op PlanningBenchmark.localPlanningWithoutFilter partition ss 5 3.163 ± 0.283 s/op PlanningBenchmark.localPlanningWithoutFilter file ss 5 5.455 ± 0.859 s/op PlanningBenchmark.localPlanningWithoutFilter dv ss 5 4.296 ± 0.415 s/op PlanningBenchmark.localPlanningWithoutFilterWithStats partition ss 5 10.992 ± 3.095 s/op PlanningBenchmark.localPlanningWithoutFilterWithStats file ss 5 19.860 ± 23.286 s/op PlanningBenchmark.localPlanningWithoutFilterWithStats dv ss 5 11.543 ± 6.390 s/op ``` This work is part of #11122. -- 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