A RetroSearch Logo

Home - News ( United States | United Kingdom | Italy | Germany ) - Football scores

Search Query:

Showing content from https://docs.databricks.com/aws/en/sql/language-manual/sql-ref-syntax-aux-cache-uncache-table below:

UNCACHE TABLE | Databricks Documentation

UNCACHE TABLE

Applies to: Databricks Runtime

Removes the entries and associated data from the in-memory and/or on-disk cache for a given table or view in Apache Spark cache. The underlying entries should already have been brought to cache by previous CACHE TABLE operation. UNCACHE TABLE on a non-existent table throws an exception if IF EXISTS is not specified.

Syntax​
UNCACHE TABLE [ IF EXISTS ] table_name

See Disk cache vs. Spark cache for the differences between disk caching and the Apache Spark cache.

Parameters​ Examples​

SQL

> UNCACHE TABLE t1;
Related statements​

RetroSearch is an open source project built by @garambo | Open a GitHub Issue

Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo

HTML: 3.2 | Encoding: UTF-8 | Version: 0.7.4