We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bffe0e8 commit cc17b7dCopy full SHA for cc17b7d
docs/sql-programming-guide.md
@@ -1012,6 +1012,10 @@ let user control table caching explicitly:
1012
1013
**NOTE:** `CACHE TABLE tbl` is now __eager__ by default not __lazy__. Don’t need to trigger cache materialization manually anymore.
1014
1015
+Spark SQL newly introduced a statement to let user control table caching whether or not lazy since Spark 1.2.0:
1016
+
1017
+ CACHE [LAZY] TABLE [AS SELECT] ...
1018
1019
Several caching related features are not supported yet:
1020
1021
* User defined partition level cache eviction policy
0 commit comments