Answer Posted / Tapish Kumar Singh
Apache Spark is fast due to several reasons: (1) It caches frequently accessed data in memory, reducing the need for disk I/O. (2) It uses lazy evaluation, allowing operations to be optimized and executed efficiently. (3) It supports parallel processing on a large-scale cluster.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers