|
@@ -1629,7 +1629,7 @@ void HqlCppTranslator::cacheOptions()
|
|
|
DebugOption(options.resourceMaxSockets, "resourceMaxSockets", 0),
|
|
|
DebugOption(options.resourceMaxActivities, "resourceMaxActivities", 0),
|
|
|
DebugOption(options.resourceMaxHeavy, "resourceMaxHeavy", 1),
|
|
|
- DebugOption(options.resourceMaxDistribute, "resourceMaxDistribute", 2),
|
|
|
+ DebugOption(options.resourceMaxDistribute, "resourceMaxDistribute", 8),
|
|
|
DebugOption(options.unlimitedResources,"unlimitedResources", false),
|
|
|
DebugOption(options.filteredReadSpillThreshold, "filteredReadSpillThreshold", 999),
|
|
|
DebugOption(options.allowThroughSpill,"allowThroughSpill", true),
|
|
@@ -1718,7 +1718,7 @@ void HqlCppTranslator::cacheOptions()
|
|
|
DebugOption(options.canLinkConstantRows,"canLinkConstantRows",true),
|
|
|
DebugOption(options.checkAmbiguousRollupCondition,"checkAmbiguousRollupCondition",true),
|
|
|
DebugOption(options.matchExistingDistributionForJoin,"matchExistingDistributionForJoin",true),
|
|
|
- DebugOption(options.expandHashJoin,"expandHashJoin",false),
|
|
|
+ DebugOption(options.expandHashJoin,"expandHashJoin",true),
|
|
|
DebugOption(options.traceIR,"traceIR",false),
|
|
|
DebugOption(options.preserveCaseExternalParameter,"preserveCaseExternalParameter",true),
|
|
|
DebugOption(options.optimizeParentAccess,"optimizeParentAccess",false),
|