Answer Posted / Parvendra Singh
The cache() function in Apache Spark uses the MEMORY_ONLY storage level by default. This means that the RDD or DataFrame will be stored entirely in memory, which can improve the performance for subsequent actions on the same dataset.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers