Nuwan Wajirasena(110607D) edited section_Query_Optimization_and_Execution__.tex  about 8 years ago

Commit id: d4e55bc19100287703a20446145745e3d8f1a081

deletions | additions      

       

\textit{Greedy Operator Order(GOO)}  GOO maintains a set of join trees, each of which initially consists of one base relation. The algorithm then combines the pair of join trees with the lowest cost to a single join tree.This approach is capable of building join orders fast enough. Advantage of this approach is due to the evaluation of intermediate results. [\cite{GOO}] \cite{GOO}  have shown the superiority of this approach compared with others.