将数据转换为 OLAP 中间数据库的最佳方法

发布于 2024-12-11 07:43:01 字数 160 浏览 0 评论 0原文

我正在研究从实时数据库中获取数据并将其转换为能够将数据放入数据立方体的最佳方法。目前,作为原型,我们使用普通查询,以 SQL 语句序列的形式从实时数据库复制数据,并将其放入用于 OLAP 的中间数据库中,但对于实际情况,我们正在考虑使用 MDX。

如果这是最好、最有效的方法,有什么建议吗?

I am doing research to see what is the best way to take data from a live database, and transform it to be able to put the data into data cubes. Currently as a prototype, we used normal queries, to copy data from the live database as a sequence of SQL Statements, and put into the intermediate DB that is used for OLAP, but for the real thing we are considering to use MDX.

Any tips, if this is the best and most efficient way?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

画离情绘悲伤 2024-12-18 07:43:01

我认为你犯了一个错误,你不能使用MDX将数据从数据库加载到olap服务器。 MDX 不是 ETL 的语言,或者我遗漏了一些东西。

正如您所描述的是执行此操作的“标准”方法(实际上您是否需要中间数据库或一组新表、物化视图和视图就足够了)

I think you're making a mistake, you can not use MDX to load data from a db to an olap server. MDX is not an language for ETL, or I'm missing somehting.

As you're describing is a 'standard' way for doing this (actually do you need the intermediate db or a set of new tables, materialized views and views is enough)

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文