leborchuk commented on code in PR #900:
URL: https://github.com/apache/cloudberry/pull/900#discussion_r1956612925
##########
src/backend/utils/misc/guc_gp.c:
##########
@@ -4351,6 +4352,17 @@ struct config_int ConfigureNamesInt_gp[] =
NULL, NULL, NULL
},
+ {
+ {"optimizer_relations_threshold", PGC_USERSET,
QUERY_TUNING_OTHER,
Review Comment:
Since we are not sure if this is the final solution, how we could switch
between optimizers. It would be good to mark the GUC as a developer option.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]