Answer Posted / Dilip Kumar Gangwar
Spark SQL allows caching and uncaching of DataFrames and Datasets to improve query performance. Caching keeps the data in memory for faster access, while uncaching removes the data from memory to free up resources.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers