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
{{ message }}
This repository has been archived by the owner on Apr 22, 2020. It is now read-only.
SOLUTION III:
Change the data model, to store metric names as metric names instead of tags, like now.
Currently:
zmon.check.2018--my_instance-cpu_avg
Should be:
zmon.check.2018.cpu_avg--my_instance
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
The text was updated successfully, but these errors were encountered: