-
### Steps to reproduce the behavior (Required)
SHOW MATERIALIZED VIEWS
### Expected behavior (Required)
should output complete information for all MVs
### Real behavior (Required)
multipl…
-
### Describe what you want
Hi everyone, I'd love to be able to use the drizzle relations with materialized views, like:
```
export const theCoolestView = pgMaterializedView("the_coolest_view", {
…
-
View Support
-
I would like to report an issue on page https://opensource.docs.scylladb.com/branch-6.1/cql/mv
The page suggests that view names need to fit:
```
view_name: re('[a-zA-Z_0-9]+')
```
But this…
-
**Is your feature request related to a problem? Please describe.**
views and materialized views often refers to layers of tables and other views and materialized views. making changes on one table ca…
-
As [commented in the core MV thread](https://github.com/dbt-labs/dbt-core/issues/6911#issuecomment-1503925035), BigQuery is adding support for [non-incremental MVs](https://cloud.google.com/bigquery/d…
Fleid updated
13 hours ago
-
```[tasklist]
### Tasks
- [ ] https://github.com/scylladb/scylladb/issues/17426
- [ ] https://github.com/scylladb/scylladb/issues/18542
- [ ] https://github.com/scylladb/scylladb/issues/4940
- [ …
-
### Pitch
At present, handling of refreshing materialized views is partially done concurrently, partially not. Especially the REFRESH MATERIALIZED VIEW "follow_recommendations" takes considerable tim…
-
Use Case : We have a flow to create MVs and feed Superset Dashboards on top of these MVs to have a defined scheduled refreshed data on dashboards ; this helps keeping maintained SLA on dashboard witho…
-
Hi there.
The v_view_dependency script:
https://github.com/awslabs/amazon-redshift-utils/blob/master/src/AdminViews/v_view_dependency.sql#L1
does not work for materialized views.
I had a table…