ClickHouse / ClickHouse/ClickHouse
Show all connected/related material view on a table
Open
comp-materialized-view
external
feature
- Dominant language
- C++
- Stars
- 49.9k
- Forks
- 9k
- Avg merge
- 21h 32m
- Merged PRs (30d)
- 515
Description
It will be nice to have a way to see all material views that have connections to a table.
similar like that:
```
show material view on table "my_table" [ALL]
```
of course it should also show all cascading connections, table1 -> mv1 -> table2-> mv2
Contributor guide
Assessment
This issue has not been assessed yet.