Table of Contents

About

Sql Engine - (Physical|Execution) Plan in Spark

When an action is invoked, Spark's query optimizer optimizes the logical plan and generates a physical plan for efficient execution.

Management

See

To explore the physical plan, use the explain function.