Input
ExecutionTrigger execution
Data/DataFusion
Creates a new DataFusion session for SQL analytics. Configure optimization settings for production workloads.
Scores range from 0 to 10. Higher values mean more impact, exposure, or operational weight.
Trigger execution
Unique name for this session (used for caching)
Number of partitions for parallel query execution. Higher values increase parallelism but add overhead. 0 = auto (uses CPU count).
Number of rows processed per batch. Larger batches improve throughput but use more memory.
Enable automatic repartitioning before joins for better parallelism
Enable automatic repartitioning before aggregations
Enable automatic repartitioning for parallel sorting
Combine small batches into larger ones to reduce overhead
Enable predicate pushdown and column pruning for Parquet files
Collect statistics from data sources for query optimization
Session created successfully
DataFusion session reference for use with other DataFusion nodes