`
yangyi
  • 浏览: 112910 次
  • 性别: Icon_minigender_1
  • 来自: 北京
社区版块
存档分类
最新评论

An enhanced model to deal with large/complex data queries

 
阅读更多

When talking about Big data, most people think of data in the volume perspective, which is essentially true, but there are also other dimensions such as data variaty and data relationships.

 

Just like other alternative solutions in the internet industry, CURD is the basic operations for data, then we also know that queries happen much more offen then data modifications. In terms of storage, the data is centralized, while in terms of usage, data can be analysised from different angles.

 

For the triditional Oracle DB, we can also take advantage of this idea - make pre-compiled batched queried plus the delta data changes using materialized views and in-time queries. The pic attached describes the idea.

 

  • 大小: 91.3 KB
分享到:
评论

相关推荐

Global site tag (gtag.js) - Google Analytics