InfluxDB : single or multiple measurement
Bit of an old question but this is probably relevant to anyone working on TSDBs. When I first started, my appoach used to be that every data point went into a single field measurement. The assumption was that I’d combine the data I needed in a SQL statement at a later date. However, as anyone … Read more