Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我应该将 OLAP 或 OLTP 用于 BIRT、Jasper Report... 等报告工具吗?我想建立临时的许多文件(例如 1000000)。
只是为了扩展 icCube 的评论并提供答案。
如果您想构建许多文档(以百万计),您可能确实有查询的数据多于更新的数据,并且您可能需要一个 OLAP 系统,特别是如果您的文档需要聚合数据(求和、计数)在数据的层次结构中(每周、每月、每年聚合)。
如果您有经常流入数据库的数据,例如股票市场数据,那么您肯定需要一个 OLTP 系统。
您可能两者都不需要,并通过 RDBMS 成为主流。