hetu-core/hetu-docs/en/sql/drop-cache.md

460 B

+++

title = "DROP CACHE" +++

DROP CACHE

Synopsis

DROP CACHE table

Description

DROP CACHE deletes cache metadata of the table from coordinator.

Examples

Drop cache :

DROP CACHE table

Limitations

Only Hive connector support this functionality. See connector documentation for more details.

See Also

cache-table, show-cache