+1 vote
in Spark Sql by
What is Caching in Spark Streaming in Spark?

1 Answer

0 votes
by

Caching Streaming is storing streaming RDD in memory. It is a mechanism to speed up applications that access the same RDD multiple times.

Related questions

0 votes
asked Feb 15, 2023 in Spark Preliminaries by Robindeniel
0 votes
asked Aug 19, 2023 in Spark Sql by GeorgeBell
...