有什么方法可以在不删除所有现有数据的情况下增量部署分析数据库?

发布于 2024-10-31 08:38:32 字数 147 浏览 0 评论 0原文

在我们的生产环境中,我们运行了大型分析数据库,随着时间的推移,我们想要添加一些新功能, 就像添加额外的维度或指标一样,每次我进行部署时,所有数据都会被删除。我必须做 另一个进程又满了,这很耗时。 我想知道有什么方法可以像 sql server 一样增量更新我的 AS 数据库吗?

in our production environment, we got big analysis database running, and as time moves on, we want to add some new features,
like adding additional dimension or metrics, and every time i do deploying, all the data will be dropped. and i have to do
a another process full again, which is time consuming.
i wonder is there any way i can do incrementally update my AS database just like sql server?

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

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

发布评论

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

评论(1

听,心雨的声音 2024-11-07 08:38:32

不可以。如果添加尺寸,则需要进行完全重建,以便可以针对不同的交叉点重新计算所有组合。

No. If you add a dimension you need to do a full rebuild so that all the combinations can be recomputed for the different intersections.

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