-
Type: Improvement
-
Resolution: Fixed
-
Priority: Major - P3
-
Affects Version/s: None
-
Component/s: None
-
Query Execution
-
Fully Compatible
-
v8.0, v7.0
-
QE 2024-06-24, QE 2024-07-08, QE 2024-07-22, QE 2024-08-05, QE 2024-08-19, QE 2024-09-02, QE 2024-09-16
If disk space is running low, we can kill queries that are actively spilling to disk to free up disk space.
We can add a hook to the DiskSpaceMonitor to do so. A simpler solution would be to check for disk space remaining on spill, and fail the query if some minimum amount is not available.
- duplicates
-
SERVER-91732 Create guardrail to prevent excessive data spill.
- Closed