メインコンテンツまでスキップ
バージョン: 26.x

Caching

Apache Doris provides multi-layer caching to accelerate queries: result-level caching reuses query results for identical SQL, segment-level caching reuses computation results of filter conditions, and file-level caching offloads remote lakehouse data, and internal table data in compute-storage decoupled mode, to local disks. Choose the appropriate caching strategy based on your workload characteristics.

Result and Filter Caches

External Table File Cache

Compute-Storage Decoupled File Cache