Question
What is column pruning?
Select an option. Your answer will be checked instantly.
Correct Answer: A. Reading or processing only columns required by the query
Explanation:
Structured formats can avoid reading unused columns.
This lowers I/O, memory use, and CPU work.
Leave a Reply