Answer Posted / Bhavana
Caching in Spark Streaming allows data to be stored across multiple micro-batches for quick access during processing. Caching reduces the need for recomputation of data that is often used repeatedly, improving the performance and efficiency of your Spark Streaming application.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers