Forum Discussion
Anonymous
6 years agoNot applicable
Streaming Dataset or Dataflow to store historical data ?
Hi there I would like to store historical data on a daily basis to make trend KPI and I wonder which technology is the more relevant. Note that the old data are removed from the source (an SQL...
- 6 years agoHi there
If your source data is being deleted you could potentially store it in a dataflow. But if you ever needed to refresh the data you would loose it because the historical data is not there.
What I would suggest is to rather store the data from your original source into another database to keep the history.
And then load from the historical database?
Anonymous
6 years agoNot applicable
Well if you are right, this is indeed the best solution.
GilbertQ
6 years agoSuper User
Thanks for letting us know.