Expand description

Utilizing exact statistics from sources to avoid scanning data

Structs

BuildProbeOrder reorders the build and probe phase of hash joins. This uses the amount of rows that a datasource has. The rule optimizes the order such that the left (build) side of the join is the smallest. If the information is not available, the order stays the same, so that it could be optimized manually in a query.