Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
I am working with a data warehouse that is using Qlik Replicate. The architecture is as follows:
I would like to understand if the following is possible in Qlik Replicate:
If this is possible, it could save hundreds /thousands of hours, eliminating the need for a data vault layer, and all that goes with it. If it's not possible, we could still ETL incremental loads to a separate Persistent Stage area layer which would track all the historical changes. But less than optimal as we would have essentially 2 copies staging data, unless we pruned off the non-persistent stage each month (which we could do).
Thanks,
Dave
Thanks, I think what you are saying is that Compose will use Change data capture (CDC) over stage, and then move that data (inserts, updates, deletes) to a subsequent process to a persistent stage. We do NOT want to use data vault for persistent stage, but simply a versioned copy of replicated stage, which will contain all history. then Persistent stage will be the source for Kimball style dimensional data marts.
Dave