Clears the content of various caches on the engine the command is executed on. This command is useful for performance testing. There is no need to call this during normal operation. Firebolt automatically evicts entries from caches that haven’t been accessed for some time. To view the current state of the cache, refer to theDocumentation Index
Fetch the complete documentation index at: https://docs.firebolt.io/llms.txt
Use this file to discover all available pages before exploring further.
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. |
HISTORY BASED STATISTICS | Cache for history-based statistics. |
VECTOR INDEX | Clears the vector search index cache. |