external_scan_files | Stores the content of external scan files on the SSD. |
external_scan_buffered_files | In-memory cache for external scan files. |
external_scan_files_metadata | In-memory metadata for the files reported through external_scan_files . |
history_based_statistics | In-memory cache for history based statistics about queries. |
iceberg_catalog | In-memory cache for the Iceberg catalog. |
join_hash_table | In-memory cache for the hash table used by the Join operator. Part of the query cache. |
join_pruning | In-memory cache for join pruning. Part of the query cache. |
list_iceberg | In-memory cache for file lists of Iceberg tables. Part of the query cache. |
materialized_reusable | In-memory cache for CTEs marked as materialized reusable . Part of the query cache. |
result | In-memory result cache. Part of the query cache. |
scan | In-memory cache for table scans. Part of the query cache. |
unclassified | Additional in-memory query cache entries. |
vector_index | In-memory cache for vector indexes. |
tablet | Caches the tablet files of Firebolt’s managed file format on the SSD. |
tablet_metadata | In-memory metadata for the files reported through tablet . |
tablet_marks | In-memory cache for tablet marks enabling faster table scan pruning. |
tablet_recovery | Partially written tablets. |