datafusion.operator.input_batches
Input batches to operatorDimensions:None
Available on:Native (1)
Interface Metrics (1)
Sources
Technical Annotations (22)
Configuration Parameters (4)
batch_sizerecommended: 8192target_batch_sizerecommended: 8192allow_symmetric_joins_without_pruningrepartition_joinsError Signatures (2)
assertion `left == right` failedexceptiontask 17 panicked with message "assertion `left == right` failedexceptionCLI Commands (1)
cargo testdiagnosticTechnical References (15)
arrow-selectcomponentcoalesce/primitive.rsfile pathtokio-runtime-workercomponentmetrics collectioncomponentdata batchesconceptdata blocksconceptfragmentsconceptRepartitionExeccomponentCoalesceBatchesExeccomponentintern()componentFilterExeccomponenttarget_partitionsconfiguration parametersymmetric joinconceptpartition pruningconceptconcat_batchescomponentRelated Insights (9)
DataFusion crashes with assertion failures when batch_size differs from default 8192critical
▸
Metrics collection overhead degrades query performance on small batcheswarning
▸
Fragmented small data blocks cause processing inefficiencywarning
▸
Small batch size causes performance degradation through excessive allocationswarning
▸
RepartitionExec and CoalesceBatchesExec overhead reduces aggregate performanceinfo
▸
Aggregate memory accounting updates only after full batch processingwarning
▸
CoalesceBatchesExec placement after joins misses optimization opportunitiesinfo
▸
Symmetric joins without pruning can cause performance degradationwarning
▸
concat_batches overhead causes 33x query performance degradationcritical
▸