InfluxDB: Is multiplexing good for storing variable number of parameters
Setup Imagine there are a bunch of IoT devices, each of which is continuously monitored, e.g. once every few minutes. Thus, at every timestamp, each device produces a several floating-point numbers, which need to be stored. The number of parameters per device is always the same. However, different devices may require a different number of […]