- Mastering Apache Spark 2.x(Second Edition)
- Romeo Kienzler
- 69字
- 2021-07-02 18:55:33
How to optimize the Resolved Logical Execution Plan
The resolved LEP can now be optimized. This is done using a set of transformation rules.
Since a LEP is just a tree, the rules transform from one tree to another. This is done iteratively until no rule fires anymore and keeps the LEP stable and the process is finished. The result of this step is an Optimized Logical Execution Plan.
推薦閱讀
- Java多線程編程實戰指南:設計模式篇(第2版)
- 觸·心:DT時代的大數據精準營銷
- Python快樂編程:人工智能深度學習基礎
- 64位匯編語言的編程藝術
- Scala謎題
- 軟件品質之完美管理:實戰經典
- Spring核心技術和案例實戰
- PHP+Ajax+jQuery網站開發項目式教程
- Python機器學習算法與應用
- Building Slack Bots
- Unity 5.X從入門到精通
- 玩轉.NET Micro Framework移植:基于STM32F10x處理器
- Learning Jakarta Struts 1.2: a concise and practical tutorial
- HTML5移動Web開發
- Spring Boot從入門到實戰