Best practice on db insert

I´m a nube on Influx working on v1.8

I wonder…

My dataset contains multiple fields and tags inserted from Node Red

what is the best way to insert data?

Insert all fields on each insert (even if some values has not changed)

or

insert only fields that has changed since last insert

Thanks

O

I would say the answer to this depends on how you want to process the data
when you query it later.

Give us an example of the fields you are dealing with (ie: what they represent,
not what the values are), and explain what sort of queries you want to perform
later, to extract the data and use it.

Antony.