Replies: 1 comment
-
If you have DevOps team who maintains Cassandra, they will have much deeper knowledge and understanding of the impact than trying to get this answered here. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Requirement
From the Cassandra creation code:
dependencies_v2: https://github.com/jaegertracing/jaeger/blob/main/plugin/storage/cassandra/schema/v003.cql.tmpl#L202
operation_names_v2: https://github.com/jaegertracing/jaeger/blob/main/plugin/storage/cassandra/schema/v003.cql.tmpl#L102
service_names: https://github.com/jaegertracing/jaeger/blob/main/plugin/storage/cassandra/schema/v003.cql.tmpl#L86
I can see these tables are using
org.apache.cassandra.db.compaction.SizeTieredCompactionStrategy
. Is there any reason why we are not usingLCS (Leveled Compaction Strategy)
? What will be the impact of changing this compaction strategy by ourselves?Problem
Would like to change the compaction strategy as suggested by our DevOps team.
Proposal
No response
Open questions
No response
Beta Was this translation helpful? Give feedback.
All reactions