information_schema.engine_caches view.
Engine commands
CLEAR CACHE
Reference and syntax for the CLEAR CACHE command.
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 the
If a cache name is specified, clears this cache. Otherwise, clears all caches, including the caches for all tables and indexes.
Clears the cache for a specific table or index. With this, all data of the table or index needs to be fetched from object storage again. The performance will be similar to the performance on an engine that was just started.