Disk Spilling Errors
On this page
ERROR 2630 (HY000): Available disk space is below the value of 'spilling_ minimal_ disk_ space' global variable. Spilling is aborted.
Issue
This error indicates that a query needs to spill but the disk available size is below the value of the spilling_
variable.
ERROR 2630 (HY000): Spilling disk usage (x MB) exceeds the limit (y MB) set through the global variable 'spilling_ maximum_ size_ percent'(z). Spilling is aborted. New request size: n bytes
Issue
This error occurs when a query's disk spilling size requirement exceeds the maximum disk usage limit.
For example:
ERROR 2630 (HY000): Spilling disk usage (25990.
ERROR 2630 (HY000): Spilling may interfere with replication which is low on disk space to store data in the blob cache. Spilling is aborted. The current max blob cache size after adjusted for low disk and spilling: x MB, current spilling size: y MB"
Issue
This error occurs when the columnstore blob cache is low during database replication, query spilling may be temporarily blocked.
ERROR: Spilling disk usage (%f MB) exceeds the limit (%f MB) set through global variable 'spilling_ maximum_ disk_ percent'(%f). Spilling is aborted. New request size: %lu bytes
Issue
This error occurs when a query run needs to spill but the variable spilling_
is equal to zero.
Last modified: May 4, 2023