Sorry for the generic title, i didn't manage to find a descriptive name.
We have logs with sensor data we want to push to influx db. Each of these 
logs is acquired using a specific protocol. This defines how the data is do 
be acquired, thus what has to be done while the data is being acquired.
So we end up with sets of logs where each set contains data for a specific 
"protocol".
Each log might contain more then 1 million datapoints. The timestamps of 
these logs might overlap, so that for a given time interval there might be 
more then one valid log. Also we might have thousands of logs.

The question is now: What structure is best practice for storing this kind 
of data in influxdb?
Is it better to store the whole set in one series(measurement) and add tags 
to them so they can be filtered later, or store each measurement in its own 
series and simply add a tag that defines the protocol?


-- 
Remember to include the InfluxDB version number with all issue reports
--- 
You received this message because you are subscribed to the Google Groups 
"InfluxDB" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to influxdb+unsubscr...@googlegroups.com.
To post to this group, send email to influxdb@googlegroups.com.
Visit this group at https://groups.google.com/group/influxdb.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/influxdb/690a5ab6-8754-4561-9126-b0773510f0cb%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to