Back to Spark

CLEAR CACHE

docs/sql-ref-syntax-aux-cache-clear-cache.md

4.1.1548 B
Original Source

Description

CLEAR CACHE removes the entries and associated data from the in-memory and/or on-disk cache for all cached tables and views.

Syntax

sql
CLEAR CACHE

Examples

sql
CLEAR CACHE;