peter-toth commented on PR #55628:
URL: https://github.com/apache/spark/pull/55628#issuecomment-4354223941
I measured the following improvements with the affected queries:
```
[info] TPCDS:
Best Time(ms) Avg Time(ms) Stdev(ms) Rate(M/s) Per Row(ns)
Relative
[info]
--------------------------------------------------------------------------------------------------------------------------------------------------------------
[info] q77
384 449 77 70.4 14.2
1.0X
[info] q77 - symmetric filter propagation and filter propagation through
join enabled 325 342 13 83.2
12.0 1.2X
[info] TPCDS:
Best Time(ms) Avg Time(ms) Stdev(ms) Rate(M/s) Per Row(ns)
Relative
[info]
--------------------------------------------------------------------------------------------------------------------------------------------------------------
[info] q88
10145 10593 635 1.4 732.5
1.0X
[info] q88 - symmetric filter propagation and filter propagation through
join enabled 1358 1393 48 10.2
98.1 7.5X
[info] TPCDS:
Best Time(ms) Avg Time(ms) Stdev(ms) Rate(M/s) Per Row(ns)
Relative
[info]
--------------------------------------------------------------------------------------------------------------------------------------------------------------
[info] q90
2496 2544 68 1.5 676.3
1.0X
[info] q90 - symmetric filter propagation and filter propagation through
join enabled 1153 1171 26 3.2
312.4 2.2X
```
--
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: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]