logged infotable properties
I have infotable properties data that I would set as logged (to retrieve back later with QueryInfoTablePropertyHistory), with those characteristics:
1. just one row
2. usually few fields, ... 3 to 5 about
I would like to know about database storage efficiency of logged infotables (changes will be saved into the value_stream of the thing):
is it much more inefficient using logged infotables than having direct properties on the things ?
(I know that the whole infotable is saved, at every change ... not so efficient)
so the case is :
A. a thing with one logged infotable property, with 5 fields, and just 1 row
B: a thing with 5 properties (same type of the infot datashape) set as logged
data changes happen every 1 minute.
What will be storage size increase (of value_stream) between the 2 solutions ?
Is there a preferred way ? (I would prefer the A, to group better some data!!)
Thanks

