You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Suppose a query can utilize multiple indexes(but only exclusively) to accelerate itself, is it possible for the current optimizer to choose a suboptimal one?
I guess this can be supported only after hints are introduced if let's say this is necessary
Uh oh!
There was an error while loading. Please reload this page.
Session variables:
SET ENABLE_TWO_PHASE_AGG TO true
feat(optimizer): addENABLE_TWO_PHASE_AGG
session variable #7743SET FORCE_DELTA_JOIN TO true
feat(optimizer): addENABLE_TWO_PHASE_AGG
session variable #7743 (buggy, pending fix fix(streaming): two phase agg group key #7929)SET FORCE_TWO_PHASE_AGG TO true
SET FORCE_LEFT_DEEP_JOIN TO true
SET FORCE_BUSHY_JOIN TO true
Semantics:
https://www.postgresql.org/docs/current/runtime-config-query.html
Optimizer hints:
See discussion: #7014
The text was updated successfully, but these errors were encountered: