mirror of https://github.com/citusdata/citus.git
We use PostgreSQL hooks to accumulate the join restrictions and PostgreSQL gives us all the join paths it tries while deciding on the join order. Thus, for queries that have many joins, this function is likely to remove lots of duplicate join restrictions. This becomes relevant for Citus on query pushdown check peformance. |
||
---|---|---|
.. | ||
backend | ||
include | ||
test/regress |