Define the term ‘Lazy Evolution’ with reference to Apache Spark
Answer Posted / Chavi Sharma
"Lazy Evolution": A design principle of Apache Spark that emphasizes deferred computation. In other words, Spark does not execute its operations immediately but instead creates a logical plan describing how data should be transformed and then executes this plan when necessary. This approach allows for efficient resource management by minimizing the number of tasks executed during planning, resulting in improved performance."
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers