Re: [influxdb] Schema design: put user-id in series name or tag

2016-11-01 Thread pieter117
On Monday, October 31, 2016 at 11:04:19 PM UTC+1, Sean Beckett wrote: > Why have seven measurements? Why not store all metrics in one measurement > with seven different field names? E.g. > ... The measurements belong to different events and we need to be able to differentiate between the events.

Re: [influxdb] Schema design: put user-id in series name or tag

2016-10-31 Thread pieter117
On Monday, October 31, 2016 at 4:43:40 PM UTC+1, Sean Beckett wrote: > > So every user always has all 100 other dimensions? And those dimensions are > 100% independent of each other? See > https://docs.influxdata.com/influxdb/v1.0//concepts/glossary/#series-cardinality > for more on dependent v

[influxdb] Schema design: put user-id in series name or tag

2016-10-29 Thread pieter117
I am investigating the use of InfluxDB for storing statistics in our project. So far I love the features and ease of use of InfluxDB, but I am worried about the details around series cardinality in our use case. Basically, we have to keep track of a number of statistics per user. We expect two