ELT - CI/CD用語集の定義
ELT は Extract, Load, Transform の略です。生データはまず宛先にロードされ、その後 warehouse 自身のコンピュートを使ってその場で変換されます。処理をスケーラブルな warehouse エンジンに移します。
関連ガイド
ETL - CI/CD Glossary DefinitionETL is Extract, Transform, Load - pull data from sources, reshape it, then load the cleaned result into a des…
Data Warehouse - CI/CD Glossary DefinitionA data warehouse is a database optimized for analytical queries over cleaned, structured data - columnar, ind…
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…