Open
Description
Summary
Refactor the spill module in databend-query to improve module stability
- Support new syntax: SPILL QUERY 'query_id'
- Refactor aggregate spill to complete spilling using minimal memory
- Refactor join spill to complete spilling using minimal memory
- Implement memory arbiter based on executor scheduling
- Integrate with workload groups to implement memory resource management