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:

Recommendations

To fix this error, enable spilling:

  1. Set table_service_config.spilling_service_config.local_file_config.enable: true in your configuration.

For more details on enabling spilling, see the Enable section.

Note

Read more about the spilling architecture in Spilling in YDB.