What are the different levels of persistence in Spark?
Answer Posted / Dharmveer Singh Saini
Spark offers three levels of data persistence: Memory (RDD.cache() and RDD.count()), Disk (RDD.persist() without memory or disk parameter), and Checkpointing (configuring the checkpoint directory for resilient distributed datasets).
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers