Uses of Class
se.liu.ida.hefquin.engine.queryproc.impl.poptimizer.simple.JoinPlanOptimizerBase
Packages that use JoinPlanOptimizerBase
-
Uses of JoinPlanOptimizerBase in se.liu.ida.hefquin.engine.queryproc.impl.poptimizer.simple
Modifier and TypeClassDescriptionclass
This class implements a query optimizer[1] that builds left-deep query plans, for which it uses a greedy approach to determine the join order based on cardinality estimation, and then choose physical algorithm according to the estimated number of request to execute the joinclass
class
class
class