반응형
1. 명칭
A Slowly Changing Dimension (SCD) is a dimension that stores and manages both current and historical data over time in a data warehouse. It is considered and implemented as one of the most critical ETL tasks in tracking the history of dimension records.
There are three types of SCDs and you can use Warehouse Builder to define, deploy, and load all three types of SCDs.
- slowly changing dimension 이라는 이름의 축약어
- 최신의 데이터와 변경 이전의 데이터들이 다 같이 존재하는 테이블
- ETL 과정에서 데이터 변경 이전의 히스토리를 추적할 때 주로 사용함
2. 참고 링크
반응형
'OLD > IT 용어 사전' 카테고리의 다른 글
SSO - Single Sign On (0) | 2022.08.30 |
---|---|
Provisioning 프로비저닝 (0) | 2022.06.23 |
4. MVCC (Multi-Version Concurrency Control) 다중 버전 동시성 제어 (0) | 2022.03.30 |
[용어사전] Catalyst optimizer 란? (0) | 2022.01.16 |
데이터베이스 주요 개념 2. Nested loop, Sort Merge, Hash join (0) | 2021.06.10 |