CLEAR CACHE

Applies to: check marked yes Databricks Runtime

Removes the entries and associated data from the in-memory and/or on-disk cache for all cached tables and views in Apache Spark cache.

Syntax

> CLEAR CACHE

See Automatic and manual caching for the differences between disk caching and the Apache Spark cache.

Examples

> CLEAR CACHE;