-
This VS Code extension is fantastic. One thing I noticed recently is that I am unable to see materialized views that live in my BigQuery environment. I can see `Routines`, `Views`, and `Tables` seamle…
-
### Describe the bug
### Steps to reproduce
1. Establish a high-volume realtime data feed into a CH table `A`
2. Set up a materialized view writing data to table `B`
3. Run dbt to update the m…
-
### Proposed Change
A materialized view is a common concept in Database Management Systems that stores a query definition as a logical table. The query is precomputed and the resulting data is serv…
-
Currently it is not possible to add indexes on materialized views.
The [documentation](https://orm.drizzle.team/docs/indexes-constraints#indexes) explains quite well how to create indexes on tables…
-
There is a FORCE mode in drop table. https://docs.starrocks.io/docs/sql-reference/sql-statements/table_bucket_part_index/DROP_TABLE/, which drop the table directly and cannot be recovered.
However, t…
-
It would be nice to have a mechanism that maintains materialized views produced by an ORDER BY clause in actual sorted order.
-
Flesh out materialized views started on `bitemyapp/materialized-view-example`
-
### Provide the Bytebase version you are using
3.0.0
### Describe the bug
Schema synchronization does not sync materialized views using pgsql. The Schema change contain the MV but not the created i…
-
**Describe the bug**
A single row insert on a ReplacingMergeTree table is causing a too-deep recursion error due to a materialized view. The table only has that row, so I don't expect such an error.
…
-
### Feature Request / Improvement
Can we add materialized view to Iceberg
### Query engine
None
### Willingness to contribute
- [ ] I can contribute this improvement/feature independently
- [ ] I…