You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Your command will generate 26,244 series (223... as above).
The -t flag specifies the number of tags and the cardinality by using a comma-separated list of integers. For example, the value "100,20,4" means that 3 tag keys should be used. The first one has 100 values, the second one has 20 values, and the last one has 4 values. inch will insert a series for each combination of these values so the total number of series can be computed by multiplying the values (100 * 20 * 4).
As documented, a series is a retention policy, set of tags and a measure.
The fields specified in your command will not contribute to the series count.
Please drop database stress between each inch run. This will allow you to see the exact series counts. Without the drop between runs, series counts and cardinality will vary based on the commands you use.
./inch -host http://localhost:8086 -t 2,2,3,3,3,3,3,3,3,3 -user abc -password abc-m 200 -p 1000000 -f 20
This should generate Total series: 5248800. But it is generating only 1312200.Show series cardinality on stress, Command is used.
The text was updated successfully, but these errors were encountered: