Is there a practical limit to the number of tags the system.tag.storeTagHistory can import? I have a project where I want to pull in data from a remote meter and files include a months data and about 30,000 lines, importing 10 tags. My first attempt imported the data, but the import took about an hour since I was calling the system.tag.storeTagHistory function for every line of data. I can put it all into one call by just appending the data and tag list, but I thought there’s probably a point where it’s better to do multiple calls. Is there a limit here I should be aware of. I can try to run 300,000 points, but I figured it there’s probably an optimal number of data points.
Also, another question about the storeTagHistory method. It appears if you try to import the same file twice it won’t import the data, is that correct? If so, that’s a nice feature, just want to determine if I need to prevent that in my scripting.