information_schema.engine_caches view.
Syntax
Parameters
| Parameter | Description |
|---|---|
<cache_name> | The name of the cache to clear. |
<table_or_index_name> | The name of a table or index to clear all cached data from. |
Available Caches
| Cache Name | Description |
|---|---|
EXTERNAL DATA | Cache for external data like metadata or data files of Iceberg tables. |
QUERY | Subresult and result cache. |
PARQUET STATISTICS | Cache for parsed column statistics from parquet footers. |
AUTOMATED COLUMN STATISTICS | Cache for automated column statistics. |