drill
drill copied to clipboard
DRILL-6543: Disable Hash Join fallback, add percent_reserved_allowance_from_direct
Added a new option: planner.memory.percent_reserved_allowance_from_direct This new option enforces (when a query with buffered operators is run) reserving part of the Direct Memory for the non-buffered operators. It checks against the two ways to set the memory (for the buffered operators): Memory per query per node, or Percent per query. Also added a test for the enforcement.