Details
-
Improvement
-
Status: Closed
-
Major
-
Resolution: Auto Closed
-
1.5.0
-
None
Description
When running the TPC-DS based queries for benchmarking spark found that query 63 (after making it similar to original query) show different behavior compared to other queries eg. q98 which has similar function.
Here are performance numbers(execution time in seconds):
1.1 Baseline 1.5 1.5 + Decimal
q63 27 26 38
q98 18 26 24
As you can see q63 is showing regression compared to similar query. I am attaching the both version of queries and affected schemas. When adding the windows function back this is the only query seem to be slower than 1.1 in 1.5.
I have attached the both version of schema and queries.