前往小程序,Get更优阅读体验!
立即前往
首页
学习
活动
专区
工具
TVP
发布
社区首页 >专栏 >Data Warehouse

Data Warehouse

作者头像
李拜六不开鑫
发布2018-10-11 15:39:00
9480
发布2018-10-11 15:39:00
举报
文章被收录于专栏:本立2道生本立2道生本立2道生

Knowledge Discovery Process

OLTP & OLAP

联机事务处理(OLTP, online transactional processing)系统:涵盖组织机构大部分的日常操作,purchasing, inventory, banking,manufacturing, payroll, registration, accounting

联机分析处理(OLAP, online analytical processing)系统:以不同的格式组织和提供数据,以满足不同用户的各种需求,为数据分析和决策方面提供服务。

Distinct features (OLTP vs. OLAP):

 User and system orientation: customer vs. market

 Data contents: current, detailed vs. historical, consolidated

 View: current, local vs. evolutionary, integrated

 Access patterns: update vs. read-only but complex queries

Data Warehouse

DBMS— tuned for OLTP: access methods, indexing, concurrency control, recovery

Warehouse—tuned for OLAP: complex OLAP queries, multidimensional view, consolidation

Data Warehouse:

数据仓库将分布在企业网络中不同信息岛上的业务数据集成到一起,存储在一个单一的集成关系型数据库中,利用这样的集成信息,可方便用户对信息访问,可使决策人员对一段时间内的历史数据进行分析,研究事务的发展走势。

A data warehouse is a subject-oriented, integrated, time-variant, and nonvolatile collection of data in support of management’s decision-making process.” — W. H.Inmon

data stored in data warehouse has been processed after extracation, cleaning, transformation, load(sort, summarize...) and refresh.

Data Warehouse model : dimensions and measures, you can locate some data by dimension and see the data by measures 

Conception model : star schema, snowflake schema(a refinement of star schema), fact constellations(a collection of stars)

Example of Star Schema:

Typical OLAP Operations : 

Roll up: summarize data by climbing up hierarchy or by dimension reduction, you can roll up to all to reduce a dimension

Dill down: reverse of Roll-up, from higher level summary to lower level summary or detailed data

Slice and dice: project and select

Priot(rotate): reorient the cube, visualization, 3D to series of 2D planes.

参考

中国科学院大学《数据挖掘》课程slices

本文参与 腾讯云自媒体分享计划,分享自作者个人站点/博客。
原始发表:2014-11-27 ,如有侵权请联系 cloudcommunity@tencent.com 删除

本文分享自 作者个人站点/博客 前往查看

如有侵权,请联系 cloudcommunity@tencent.com 删除。

本文参与 腾讯云自媒体分享计划  ,欢迎热爱写作的你一起参与!

评论
登录后参与评论
0 条评论
热度
最新
推荐阅读
目录
  • Knowledge Discovery Process
  • OLTP & OLAP
  • Data Warehouse
  • 参考
相关产品与服务
领券
问题归档专栏文章快讯文章归档关键词归档开发者手册归档开发者手册 Section 归档