Partition Pruning - CI/CD用語集の定義
partition pruning は、キー範囲がクエリのフィルタを満たせないパーティション全体をエンジンがスキップし、関連するデータだけを読み取るクエリ最適化です。パーティショニングが analytics を高速化する主な理由です。
関連ガイド
Columnar Storage - CI/CD Glossary DefinitionColumnar storage lays data out by column rather than row, so analytical queries read only the columns they ne…
Query Plan - CI/CD Glossary DefinitionA query plan is the step-by-step strategy a database picks to execute a SQL statement - which indexes, joins,…
Parquet - CI/CD Glossary DefinitionParquet is an open columnar file format for analytics - compressed, schema-aware, and splittable - the defaul…