Title :
Reducing Order Enforcement Cost in Complex Query Plans
Author :
Guravannavar, Ravindra ; Sudarshan, S.
Author_Institution :
Indian Inst. of Technol., Bombay, India
Abstract :
Algorithms that exploit sort orders are widely used to implement joins, grouping, duplicate elimination and other set operations. Query optimizers traditionally deal with sort orders by using the notion of interesting orders. The number of interesting orders is unfortunately factorial in the number of participating attributes. Optimizer implementations use heuristics to prune the number of interesting orders, but the quality of the heuristics is unclear. Increasingly complex decision support queries and increasing use of covering indices, which provide multiple alternative sort orders for relations, motivate us to better address the problem of optimization with interesting orders. We show that even a simplified version of the problem is NP-hard and give principled heuristics for choosing interesting orders. We have implemented the proposed techniques in a Volcano-style optimizer, and our performance study shows significant improvements in estimated cost. We also executed our plans on a widely used commercial database system, and on PostgreSQL, and found that actual execution times for our plans were significantly better than for plans generated by those systems in several cases.
Keywords :
SQL; optimisation; query processing; NP-hard problem; PostgreSQL; Volcano-style optimizer; complex decision support queries; complex query plans; database system; optimization; order enforcement cost reduction; query optimizers; Cost function; Data mining; Database systems; Query processing; Sorting;
Conference_Titel :
Data Engineering, 2007. ICDE 2007. IEEE 23rd International Conference on
Conference_Location :
Istanbul
Print_ISBN :
1-4244-0802-4
DOI :
10.1109/ICDE.2007.367931