Hello,
Enabling History for a tag with data type string, integer and others are working as expected, however selecting types Dataset, Document, and Array doesn’t save the changed data in the history tables created in the DB.
So, my question would be if it is possible to save historical data for these mentioned data types? Or maybe I’m missing something.
There's no column type in the historian data partitions that can accept an encoded dataset.
The documented columns in sqlth_data_X... cannot accept arrays as a whole. If you enable history on a tag of an array type, you will get separate history (separate tag IDs) for every subscript in the array. There is nothing like this for datasets or documents.