Hi guys, I recently read the following post : https://groups.google.com/forum/#!topic/influxdb/4AzHnMdhyJ0
Let's say you have the following use cases: *-> CASE 1 : One database to store metrics for 2 organizations named A & B* Measurement1 Tag1 -> 10 values (5 values for orga A and 5 for orga B) Tag2 -> 10 values (5 values for orga A and 5 for orga B) Tag3 -> 10 Values (5 values for orga A and 5 for orga B) Cardinality: 10*10*10 = *1000* *-> CASE 2 : One database for each organization* Measurement1A Tag1 -> 5 values Tag2 -> 5 Values Tag3 -> 5 values Cardinality: 5*5*5 = *125* Measurement1B Tag1 -> 5 Values Tag2 -> 5 Values Tag3 -> 5 Values Cardinality: 5*5*5 = *125* So from my understanding, in this case, when tags values are highly dependant of other values, it may make sense to split the data in different base. Could you confirm ? -- 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 [email protected]. To post to this group, send email to [email protected]. 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/23486fd5-4f40-4ae7-9573-a09eb55e6683%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
