Open mohabusama opened 5 years ago
As an option:
SOLUTION III: Change the data model, to store metric names as metric names instead of tags, like now.
Currently:
zmon.check.2018-
Should be:
zmon.check.2018.cpu_avg-
Then row_key_index
would be partitioned not by check_id
(zmon.check.2018) but by actual metric name (zmon.check.2018.cpu_avg in this case), and partition sizes may be decreased drastically.
The current implementation could cause large partitions in Cassandra. Possible solutions:
SOLUTION I Remove dependency on
row_key_index
SOLUTION II time-bucket
row_key_index
row_key_index
withdata_points