datafusion.operator.spilled_bytes
Bytes spilled to diskDimensions:None
Interface Metrics (3)
Dimensions:None
Dimensions:None
Sources
Technical Annotations (17)
Configuration Parameters (6)
datafusion.execution.max_spill_file_size_bytesrecommended: 134217728with_disk_manager_osrecommended: enabledwith_fair_spill_poolrecommended: 100000000prefer_hash_joinhash_join_single_partition_thresholdcollect_left_thresholdCLI Commands (1)
writer.write(&batch)diagnosticTechnical References (10)
multi_level_merge.rsfile pathnum_spillcomponentRuntimeConfigcomponentIPCWritercomponentemitcomponenthybrid hash joinconceptspill thresholdconceptmemory_poolcomponentspillingconceptmemory spillingconceptRelated Insights (8)
Multi-partition sorting hits memory bugs causing spill coordination failurescritical
▸
Excessive spill files created when max_spill_file_size_bytes is too lowwarning
▸
Missing disk spill manager prevents large query executionwarning
▸
Large single-batch spill files cause merge failureswarning
▸
Hybrid hash join spill threshold misconfiguration causes premature spillingwarning
▸
Memory exhaustion from insufficient memory pool limits on resource-constrained systemscritical
▸
Memory pressure during joins triggers disk spilling with performance impactwarning
▸
Peak memory consumption during hash joins with poor cardinality estimateswarning
▸