Hello,
I am using system.tag.queryTagHistory()
and I have stored large JSON/FFT string data in tag history. When I query these tags over a long time range, the query becomes very slow because of the large string values.
What I really need at first is only the t_stamp
column, so that I can later fetch the actual data on demand when the user selects a timestamp.
Is there a way to query only the t_stamp
values from history (without pulling the string column), or is there a recommended approach for handling this use case?
If anyone has a solution or workaround, please share.
Thanks in advance !