Spark Engine - Physical Plan

Spark Query Plan Generation

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.





Discover More
Spark Query Plan Generation
Spark Engine - Logical Plan

Logical Plan in Spark. Each data structure represents a logical plan that describes the computation required to produce the data. When an action is invoked, Spark's query optimizer optimizes the...
Oracle Database Sql Processing
Sql Engine - Plan

When a request is invoked, the optimizer optimizes the logical plan and generates a physical plan for efficient execution.



Share this page:
Follow us:
Task Runner