当前位置:网站首页>data warehouse
data warehouse
2022-07-26 04:30:00 【Invincible Xiao Zhou】
Catalog
How does data warehouse come into being
Characteristics of data warehouse
How does data warehouse come into being
Q: We all know , Each application has its own database , Save the data to the database , If you want to analyze the data , Why can't you directly retrieve data from the database for analysis ?
A:On-Line Transaction Processing On line transaction processing The process (OLTP) yes Business oriented , From the front desk 、 application 、 The database works together , The input data can be processed instantly , Answer in time . But it's not suitable for OLTP To read data from the database for analysis , For the operation Library , The pressure of reading is greater than that of writing , And it will occupy the business processing of the database , stay OLTP In the environment , database Store only new data for weeks or months , Cannot store too old data , So this is not conducive to data analysis , So for Both meet the data analysis , Without affecting business , So there is data warehouse .
Define data warehouse
Data warehouse is a system for storing , analysis , Reporting data system , Build an integrated data environment for analysis , The results of the analysis provide decision support for enterprises , The data warehouse itself does not produce any data , Data comes from different external systems , At the same time, the data warehouse does not need to consume any data , The results are open to various external applications . We put this analysis oriented , The system that supports analysis is called OLAP( On line analytical processing ), The data warehouse is OLAP An implementation of the system .
Characteristics of data warehouse
- subject-oriented
- Integration
- non-volatile
- Time varying
Understand structured
Q: When operating data warehouse , It uses SQL Structured query language , So in structured query language structured What does that mean? ?
A: Structured query language query highlights that the data queried is structured data , Structured data is relative to unstructured data , Structured data refers to the data logically expressed and realized by two-dimensional table structure , Store and manage through relational database , Unstructured data has XML,HTML wait , The essence is that the data format in different files is different .
边栏推荐
- AWS Support Plan
- How does win11 22h2 skip networking and Microsoft account login?
- 再获认可 | 赛宁网安连续上榜《CCSIP 2022中国网络安全产业全景图》
- The auxiliary role of rational cognitive educational robot in teaching and entertainment
- Matlab drawing
- The difference between positive samples, negative samples, simple samples and difficult samples in deep learning (simple and easy to understand)
- Dijango learning
- Recognized again | saining network security has been listed in the ccsip 2022 panorama of China's network security industry
- Sweet butter
- Offline installation of idea plug-in (continuous update)
猜你喜欢

数组排序2

Scroll view pull-down refresh and pull-up load (bottom)

Ffmpeg video coding

Threadpooltaskexecutor and ThreadPoolExecutor

机器学习之桑基图(用于用户行为分析)

青少年创客教育的创意设计原理

SEGGER Embedded Studio找不到xxx.c或者xxx.h文件

Offline installation of idea plug-in (continuous update)

What if win11 cannot wake up from sleep? Solution of win11 unable to wake up during sleep

UE4 键盘控制开关灯
随机推荐
How to make your language academic when writing a thesis? Just remember four sentences!
1. If function of Excel
Why is mongodb fast
性能和成本的综合架构:单元化架构
qt编译报错整理及Remote模块下载
Throttling anti shake function of JS handwritten function
理性认知教育机器人寓教于乐的辅助作用
Compiled by egg serialize JS
5、 Domain objects share data
第三篇如何使用SourceTree提交代码
UE4 多个角色控制权的切换
RTSP/Onvif协议视频平台EasyNVR服务一键升级功能的使用教程
解析Steam教育的课程设计测评体系
A series of problems about the number of DP paths
How does win11 22h2 skip networking and Microsoft account login?
Day26 job
Optimization analysis and efficiency execution of MySQL
Analyzing the curriculum design evaluation system of steam Education
数据库连接数查看和修改
dijikstra(先预处理)+dfs,relocation truncated to fit




