当前位置:网站首页>What are the models of data modeling
What are the models of data modeling
2022-07-06 09:34:00 【Prism 7】
1. Star model

Star model is the most commonly used dimension modeling method . The star model is centered on the fact table , All dimension tables are directly connected to the fact table . The star model consists of a fact table and a set of dimension tables .
2. Snowflake model

Snowflake mode (Snowflake Schema) It's an extension of star mode . The dimension table in snowflake mode can have the , Although this model is more standard than star , But because this model is not easy to understand , Maintenance costs are high , Moreover, the performance aspect needs to associate multi-level dimension tables , The performance is lower than that of star model .
3. Constellation model

Constellation pattern is an extension of star pattern , The star pattern is based on a fact table , And the constellation pattern is based on multiple fact tables , And share dimensional information . In many cases, there is more than one fact table in the dimension space , A dimension table can also be used by multiple fact tables . In the late stage of business development , The vast majority of dimensional modeling uses constellation mode .
边栏推荐
- Servlet learning diary 8 - servlet life cycle and thread safety
- CSP salary calculation
- [daily question] Porter (DFS / DP)
- Once you change the test steps, write all the code. Why not try yaml to realize data-driven?
- Basic usage of xargs command
- Reids之删除策略
- Kratos ares microservice framework (I)
- Sentinel mode of redis
- Redis之性能指标、监控方式
- MapReduce instance (IV): natural sorting
猜你喜欢

Redis之连接redis服务命令

O & M, let go of monitoring - let go of yourself

Heap (priority queue) topic

Solve the problem of inconsistency between database field name and entity class attribute name (resultmap result set mapping)

工作流—activiti7环境搭建

Withdrawal of wechat applet (enterprise payment to change)

Publish and subscribe to redis

【深度学习】语义分割:论文阅读:(2021-12)Mask2Former

Master slave replication of redis

Blue Bridge Cup_ Single chip microcomputer_ PWM output
随机推荐
QML control type: Popup
Appears when importing MySQL
六月刷题01——数组
Meituan Er Mian: why does redis have sentinels?
Redis之Lua脚本
[daily question] Porter (DFS / DP)
QDialog
【深度學習】語義分割-源代碼匯總
Use of activiti7 workflow
The carousel component of ant design calls prev and next methods in TS (typescript) environment
Global and Chinese market of electronic tubes 2022-2028: Research Report on technology, participants, trends, market size and share
Design and implementation of online snack sales system based on b/s (attached: source code paper SQL file)
五月刷题26——并查集
Basic usage of xargs command
Activiti7工作流的使用
英雄联盟轮播图手动轮播
Design and implementation of online shopping system based on Web (attached: source code paper SQL file)
Redis connection redis service command
Redis之Bitmap
Le modèle sentinelle de redis