有什么方法可以在不删除所有现有数据的情况下增量部署分析数据库?
在我们的生产环境中,我们运行了大型分析数据库,随着时间的推移,我们想要添加一些新功能, 就像添加额外的维度或指标一样,每次我进行部署时,所有数据都会被删除。我必须做 另一个进程又满了,这很耗时。 我想知道有什么方法可以像 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
不可以。如果添加尺寸,则需要进行完全重建,以便可以针对不同的交叉点重新计算所有组合。
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.