概要
The DataFusion Query Advisor is a specialized skill designed for data engineers and Rust developers working with the Apache DataFusion query engine. It proactively identifies performance bottlenecks in SQL queries and DataFrame code, offering actionable suggestions for optimizations such as predicate pushdown, partition pruning, and column projection. By analyzing query structures and suggesting 'EXPLAIN' plan investigations, this skill helps users minimize I/O overhead, reduce memory consumption, and significantly accelerate data processing tasks in Rust-based data engineering pipelines.