In my application I am writing five measurements for each data point. I have a situation where I only need to write two data points. Can I do that or do I need to add dummy (aka 0) measurements for the null measurements?
My guess is it is ok as my queries for last,max, min etc will still work with the data retrieved even iv some points do not have measurement values.