-
**Describe the bug**
Creating a materialized with an intersect call, gives a bad cast logical error.
**How to reproduce**
Run:
```sql
CREATE MATERIALIZED VIEW v0 AS (SELECT 1) INTERSECT (SE…
-
```[tasklist]
### Tasks
- [ ] https://github.com/scylladb/scylladb/issues/17426
- [ ] https://github.com/scylladb/scylladb/issues/18542
- [ ] https://github.com/scylladb/scylladb/issues/4940
- [ …
-
There's the `createView()` method I can use in migrations, but there's no option to make it a materialized view. How can I create one inside a migration?
-
**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…
-
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…
-
We have seen one issue going into Silver. It looks like our only option right now is streaming tables. This has caused some challenges because our users would like to be able to use Time Travel on tab…
-
View Support
-
Our [documentation](https://opensource.docs.scylladb.com/stable/cql/ddl.html#create-table-statement) explains that table names and keyspace names "are limited in size to 48 characters (that limit exis…
-
### Pitch
At present, handling of refreshing materialized views is partially done concurrently, partially not. Especially the REFRESH MATERIALIZED VIEW "follow_recommendations" takes considerable tim…
-
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…