RDD storage modes
1911. Users can select different storage levels to cache an RDD for reuse. (There are 11 storage levels for storing an RDD.)
2. The current RDD is stored in the memory by default. When the memory is insufficient, the RDD overflows to the disk.