Forum Discussion

Anonymous's avatar
Anonymous
Not applicable
6 years ago
Solved

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...
  • GilbertQ's avatar
    6 years ago
    Hi 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?