Forum Discussion
Share your thoughts on streaming dataflows aka SDF (preview feature)
Hi,
The process still isn't very clear to me.
So does a message always exist in Cold storage no matter the retention period?
What defines the hot retention period? I would not expect to still see data in the hot table several days after the "1 Day" retention period setting in the Dataflow.
thanks
> So does a message always exist in Cold storage no matter the retention period?
Yes.
> I would not expect to still see data in the hot table several days after the "1 Day" retention period setting in the Dataflow.
Dataflows enforce retention policy only while refresh is running. So if your refresh is not running, you will still see data that is out of retention.
Do you have a use case where you need the data to be dropped out of retention even when the refresh is not running?
- AndyDDC5 years ago
Most Valuable Professional
Hi,
OK I understand now after testing. I see both the same data in the hot and cold storage when I set-up a new Streaming Dataflow,
I have started the older Streaming Dataflow and after a few minutes I now see significantly less rows in the hot table - there are still around 90 rows (which is strange).
I don't have a specific use case but I do think the documentation could be clearer in terms of the differences between hot and cold and under what conditions data will be retained further than the retention point (eg when it's no running).
thanks for the responses, much appreciated