Skip to content

Cost Based Physical Query Optimizers

Olaf Hartig edited this page Sep 14, 2022 · 3 revisions

(TODO: extend the description of this page; e.g., describe the cost model and what "join optimizer" means in particular)

HeFQUIN comes with several cost-based query optimizer for its physical plans. The relevant source code can be found in the se.liu.ida.hefquin.engine.queryproc.impl.poptimizer package and its sub-packages.

Specifically, we currently have the following physical optimizers:

Clone this wiki locally