Querying contexts
column in Clickhouse is expensive and can cause incidents.
#52405
Milestone
contexts
column in Clickhouse is expensive and can cause incidents.
#52405
From @dbanda
It's not clear if we intentionally allow
contexts
to be queried. We typically don't really like it to be, since the data in the column is unbounded and can cause OOMs in Clickhouse due to the way arrayjoins work.Metric alerts should support the same searches as issue search and discover, so that we have a consistent experience. So whichever path we take will need to be consistent.
Ideally we would be able to ban querying contexts, but it's not clear on if this is acceptable and how often people are querying that field. We should investigate this and figure out whether it's ok to ban querying contexts, and if not figure out what the best path forward is.
The text was updated successfully, but these errors were encountered: