Best way for back populating data
I have an existing dataset that is being populated via the SQL Collector. On the 30th Oct I added a number of new tags with "TVQ's" going back to 29th September. All these rows got added to the HDB2 file for the 30th Oct. I now have older data for those tags from earlier than the 29th September that I'd like to get into that dataset. What is the best way to do so? given that if I did it today I'd have ~7 million TVQs going from April to 28th Sept in a Nov 3rd HDB2 file.
3 replies
-
Hi brian. ingham ,
Ideally, if you can queue all of the data up again, I'd recommend removing the recent data files within the DataSet then running the data back in chronologically with the 7 million TVQ's. That way the historian is not having to do any inserts. It would be appending all of the data. You would have to do this will all of the data, including the tags that existed in the DataSet beforehand.