-
A user is integrating NB into their workflow for deploying new workloads. They want to use cqlgen. In order for it to work on their schema, materialized view needs to be parseable by the grammar.
-
This issue is about a materialized view where the view key has one column not in the base's key, i.e, the `base_regular_columns_in_view_pk` case
In that case, when we modify that column (let's call…
-
What is a Materialized view and how is it _useful_?
The wikipedia page on this is a decent starting point: https://en.wikipedia.org/wiki/Materialized_view
# Question
How does this work in `Po…
-
### What type of bug is this?
Incorrect result
### What subsystems and features are affected?
Query executor, Query planner
### What happened?
For the current year with real time enabled on my Ma…
-
CH MVs are insert triggers on the source table. It is possible to setup two or more MVs that write their records to a single table. from what I can tell the dbt MV implementation creates a destination…
-
Hello,
Does the library support creating materialized views on Kudu.
Thanks
-
Currently, options like compaction strategy (and its options) and tombstone_gc mode (and propagation delay) need to be explicitly set when creating the view to override their defaults.
But since th…
-
### What type of bug is this?
Incorrect result
### What subsystems and features are affected?
Continuous aggregate
### What happened?
I am trying to set up a layered real time aggregation structu…
PS1TD updated
1 month ago
-
**Use case**
We have bad experience on implicit materialized views and would like to put an end to its usage. Therefore we'd like to prevent anybody to create implicit materialized views.
A new …
-
Hello guys
Do you have plans on creating **Materialized Views** for this MySQL gem?
Maybe using an approach to deal with it? Since the MySQL doesn't have it naturally
Thanks