Disk Spilling Errors
On this page
ERROR 2630 (HY000): Available disk space is below the value of 'spilling_
    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_
    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.
    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_
    Issue
This error occurs when a query run needs to spill but the variable spilling_ is equal to zero.
Last modified: May 4, 2023