Historical Transaction Group with tags that also have history - bad practice?

Storage is cheap! As long as you aren’t generating tons of records it shouldn’t be an issue. However, I think you should be asking whether there is value in storing tag history for your tags. Is there anything convenient about querying tag history versus querying your own table of records?

I find that for discrete events, creating a table of records makes it much easier to store related data points. Your example seems like the perfect time to abandon the tag history system.

2 Likes