基于源与维度值比较的维度变化
我在 SSIS 中使用 Kimball SCD 组件。我希望能够根据当前维度值与源数据的比较将行定向到类型 1 或类型 2 路径,即,如果源中的日期小于维度中相应的当前日期,然后输入 2,否则输入 1。
有人做过此类数据比较吗?我考虑过使用触发器,但性能损失可能会很大。
似乎分离器可以工作,但我不知道在哪里可以评估两个数据流的值。
谢谢,
am using the Kimball SCD Component in SSIS. I would like to be able to direct rows to the type 1 or type 2 paths based on a comparison of the current dimension value to the source data, i.e., if a date in the source is less than the corresponding current date in the dimension, then type 2 else type 1.
Has anyone done any of this type of data comparisons? I've considered using a trigger, but the performance hit would probable be huge.
It seems like a splitter would work, but I don't see where I can evaluate values of the two data streams.
Thanks,
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论