Best practice to store set of XY values
Hi,
Every 10 minutes, my sensor uploads a set of XY values, for example: [4,2],[3,1],[2,1]. In this example my sensor uploaded 3 sets in one POST. But the amount of sets that is uploaded is not fixed, it can change in every upload. What is the best approach to store these sets, so that later I can query them, for example, retrieving the sets that were uploaded at an specific time?
InfoTable? if so, can i create historic data of infotables using a value stream? or shall this be written to a data table? I am confused with these two options.
Thanks a lot in advance

