What's the best schema choice to store multiple parameters per timestamp #25234
Unanswered
aleksejs-fomins
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I have multiple IoT devices, and each device writes an array of floating-point parameters once every few minutes. Each device always writes the same amount of parameters, but the number of parameters varies over devices, and can reach several thousand. What is a good choice of a schema to store such data in Influx? For more details see my question on SO
https://stackoverflow.com/questions/78852726/influxdb-is-multiplexing-good-for-storing-variable-number-of-parameters
Beta Was this translation helpful? Give feedback.
All reactions