ods_ | Operational Data Store | Raw, unprocessed data ingested from sources (e.g., logs, Kafka, RDS dumps). Often partitioned by day/hour. |
dwd_ | Data Warehouse Detail | Cleansed and detailed data, usually 1:1 with business events/entities. Normalized and enriched. |
dws_ | Data Warehouse Summary | Aggregated data for specific business domains. Used for reporting, metrics, dashboards. |
ads_ | Application Data Store | Final layer used directly by applications or APIs (reports, dashboards, downstream services). |
dim_ | Dimension Table | Lookup tables with descriptive attributes (e.g., dim_user, dim_region). |
tmp_ | Temporary Table | Intermediate tables used in ETL processing. Not meant for long-term use. |
rpt_ | Report Table | Tables generated specifically for business reports, often updated on schedule. |