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

636 B

+++

title = "SHOW CACHE" +++

SHOW CACHE

Synopsis

SHOW CACHE

Description

SHOW CACHE displays the Split cache coordinator metadata. Split cache contains information about table and partition information that are cached.

Examples

Show all cache metadata

    SHOW CACHE;

Show cache metadata for sales table

    SHOW CACHE sales;

Limitations

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

See Also

cache-table, drop-cache