Spilling Service Not Started
Spilling is disabled, but the system ran out of memory during query execution. When spilling is disabled, YDB cannot offload intermediate data to disk, which leads to query failure when available memory is exhausted.
Diagnostics
Check the spilling service configuration:
- Verify that
table_service_config.spilling_service_config.local_file_config.enableis set totrue.
Recommendations
To fix this error, enable spilling:
- Set
table_service_config.spilling_service_config.local_file_config.enable:truein your configuration.
For more details on enabling spilling, see the Enable section.
Note
Read more about the spilling architecture in Spilling in YDB.
Was the article helpful?
Previous