In Spark, ____ persistence allows for storing the frequently accessed data in memory.

  • Cache
  • Disk
  • Durable
  • In-Memory
In Spark, In-Memory persistence allows for storing frequently accessed data in memory, reducing the need to recompute it. This enhances the performance of Spark applications by leveraging fast in-memory access to the data.
Add your answer
Loading...

Leave a comment

Your email address will not be published. Required fields are marked *