Answer Posted / Tanuj Kumar
Catalyst is the query optimizer for Spark SQL that takes a logical plan of operations and transforms it into an efficient execution plan. It uses cost-based optimization, rule-based optimization, and operator subclasses to achieve this.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers