Skip to content

Heuristics Based Logical Query Optimizer

Olaf Hartig edited this page Sep 14, 2022 · 1 revision

(TODO: extend the description on this page)

HeFQUIN uses a heuristics-based query optimizer for its logical plans. The relevant source code can be found in the se.liu.ida.hefquin.engine.queryproc.impl.loptimizer package and its sub-packages.

Heuristics that are currently implemented:

Heuristics still to be implemented:

Clone this wiki locally