• J
    [#120984085] Adds GUC for array expansion. · 53230187
    Jesse Zhang and Marc Spehlmann 提交于
    This GUC will be used to control the MEMO size as well as optimization
    time for large IN list or large array comparison expressions.
    
    Only the Array with less number of elements than the GUC will be
    expanded and participate in constraint derivation.
    
    Trade-off of using this GUC is loss of potential benefits from the
    constraint derivation (e.g. conflict detection, partition elimination)
    with shorter optimization time and less memory utilization.
    53230187
guc_gp.c 175.6 KB