Data Warehouse - CI/CD用語集の定義
data warehouse は、構造化されクリーンなデータに対する分析クエリ向けに最適化されたデータベースです。columnar storage と積極的な事前計算を用いて、巨大なテーブル全体にわたる集計を高速に返します。
関連ガイド
Data Lake - CI/CD Glossary DefinitionA data lake stores raw data of any shape - structured or not - cheaply at scale, with schema applied on read…
Columnar Storage - CI/CD Glossary DefinitionColumnar storage lays data out by column rather than row, so analytical queries read only the columns they ne…
ETL - CI/CD Glossary DefinitionETL is Extract, Transform, Load - pull data from sources, reshape it, then load the cleaned result into a des…