Default Disabled Rules
Default Disabled Rules
JOIN_TO_ENRICHED_JOIN
About
Use Case
Example
SET usePlannerRules='JoinToEnrichedJoin';
EXPLAIN PLAN FOR
SELECT a.col1 + b.col1
FROM a
JOIN b ON a.col1 = b.col1;AGGREGATE_JOIN_TRANSPOSE_EXTENDED
About
Use case
Example
SORT_JOIN_TRANSPOSE
About
Use case
Example
SORT_PROJECT_TRANSPOSE
About
Use case
Example
Last updated
Was this helpful?

