Skip to content

Why raw connector over materialized views #2560

Answered by tothandras
ksharinarayanan asked this question in Q&A
Discussion options

You must be logged in to vote

Materialized views are tricky to maintain and puts pressure on ClickHouse at insert time. MV effectiveness also depends on the permutation of group bys while they make features like Meter edit complicated. We felt MVs serve a small subset of users and we can have better outcomes with query caching even for them instead.
See #2392
But ClickHouse also just released query cache so we are waiting for that testing out before we roll our own.
Entitlements and invoices already have incremental cache similar to this.

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@ksharinarayanan
Comment options

Answer selected by ksharinarayanan
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants