当前位置:网站首页>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
边栏推荐
- Introduction and application of pointers
- DBPack SQL Tracing 功能及数据加密功能详解
- C#/VB.NET convert PPT or PPTX to image
- redis
- Shell: Conditional test action
- Qt supports HEIC/HEIF format images
- WPF 截图控件之绘制箭头(五)「仿微信」
- WLAN networking experiment of AC and thin AP
- 从零开始Blazor Server(4)--登录系统
- The meaning and trigger conditions of gc
猜你喜欢
随机推荐
How to Steal $100 Million from the Perfect Smart Contract
Mysql索引相关的知识复盘一
Dataset之mpg:mpg数据集的简介、下载、使用方法之详细攻略
Qt supports HEIC/HEIF format images
ASP.NET Core 6 Framework Revealing Instance Demonstration [30]: Develop REST API with Routing
Mysql index related knowledge review one
rpm and yum
WPF 截图控件之绘制箭头(五)「仿微信」
opencv创建窗口—cv.namedWindow()
Mini Program Graduation Works WeChat Food Recipes Mini Program Graduation Design Finished Products (2) Mini Program Functions
Introduction to ADAS
gc的意义和触发条件
notes....
关于#SQL#的问题,如何解决?
MFC实现交通图导航系统
Quantify daily work metrics
Opencv creates a window - cv.namedWindow()
Enterprise WeChat group: robot timing reminder function database configuration
50.【Application of dynamic two-dimensional array】
报告:想学AI的学生数量已涨200%,老师都不够用了








