当前位置:网站首页>Introduction to data warehouse layering (real-time data warehouse architecture)
Introduction to data warehouse layering (real-time data warehouse architecture)
2022-08-01 10:11:00 【Full stack programmer webmaster】
Hello everyone, meet again, I'm your friend Quanstack Jun.
Introduction to Data Warehouse Hierarchy
1. Advantages of data warehouse layering: simplifying complex problems; reducing repetitive development; isolating original data.
2. The concrete realization of data warehouse layering
ODS (Operation Data Store) layer: the original data layer, save the original data, directly load the original log, data
DWD (Data Warehouse Detail) layer: The detailed data layer is also called the DWI layer. The structure and granularity are consistent with the original table, and the ODS layer data is cleaned (removing null values, dirty data, data exceeding the limit range, row formatStore to columnar storage, change compression format)
DWS (Data Warehouse Service) layer: the service data layer, which is lightly aggregated based on DWD.For example: the day of the user, the day of the device, the day of the product.
ADS (Application Data Store) layer: The data application layer is also called the App layer or the DM layer, providing data for various statistical reports
Publisher: Full stack programmer, please indicate the source: https://javaforall.cn/126974.htmlOriginal link: https://javaforall.cn
边栏推荐
- Shell: Conditional test action
- 基于ModelArts的物体检测YOLOv3实践【玩转华为云】
- For small applications, which database is better to use?
- 报告:想学AI的学生数量已涨200%,老师都不够用了
- SQL Server database schema and objects related knowledge notes
- JWT
- MFC实现交通图导航系统
- Node's traditional and advanced practices for formatting time (moment)
- Go-Excelize API source code reading (8) - GroupSheets(sheets []string), UngroupSheets()
- SkiaSharp 之 WPF 自绘 五环弹动球(案例版)
猜你喜欢
随机推荐
PDMan-domestic free general database modeling tool (minimalist, beautiful)
【软件架构模式】MVVM模式和MVC模式区别
ClickHouse多种安装方式
世界第4疯狂的科学家,在103岁生日那天去世了
pve 删除虚拟机「建议收藏」
高级驾驶辅助系统ADAS简介
Custom Types - Enums, Unions
BGP综合实验
For small applications, which database is better to use?
Generate certificates using KeyStore
微信公众号授权登录后报redirect_uri参数错误的问题
URL.createObjectURL、URL.revokeObjectURL、Uint8Array、Blob使用详解
WLAN networking experiment of AC and thin AP
对于小应用来讲,使用哪款数据库比较好?
notes....
2022年中盘点 | 产品打底,科技背书,广汽集团阔步向前
Enterprise WeChat group: robot timing reminder function database configuration
Three chess (C language implementation)
报告:想学AI的学生数量已涨200%,老师都不够用了
WPF 截图控件之绘制箭头(五)「仿微信」









