EPISODE · Jan 11, 2023 · 5 MIN
💥 Spark DataFrame Cache
from Programmers · host Software Engineering
In Apache Spark, you can cache a DataFrame in memory using the cache() or persist() method. The cache() method is a shorthand for persist() with the default storage level of MEMORY_ONLY. You can use the persist() method to specify a different storage level if desired, such as MEMORY_AND_DISK or MEMORY_ONLY_SER.
NOW PLAYING
💥 Spark DataFrame Cache
No transcript for this episode yet
Similar Episodes
Apr 25, 2026 ·53m
Apr 12, 2026 ·55m
Mar 31, 2026 ·48m
Mar 21, 2026 ·58m
Mar 5, 2026 ·40m