Abstract
This formalization includes a general framework for query optimization
consisting of the definitions of selectivities, query graphs, join
trees, and cost functions. Furthermore, it implements the join
ordering algorithm IKKBZ using these definitions. It verifies the
correctness of these definitions and proves that IKKBZ produces an
optimal solution within a restricted solution space.
License
Topics
Session Query_Optimization
- Misc
- Graph_Theory_Batteries
- Graph_Definitions
- Shortest_Path_Tree
- Selectivities
- JoinTree
- CostFunctions
- Graph_Additions
- QueryGraph
- Directed_Tree_Additions
- Dtree
- List_Dtree
- IKKBZ
- IKKBZ_Optimality
- IKKBZ_Examples