Question : I’m wondering how to query the definition of a materialized view in Postgres. For reference, what I hoped […]
Tag: materialized-view
Does MariaDB Support Materialized views? [duplicate]
Question : This question already has answers here: Best way to create a materialized view in MySQL (3 answers) Closed […]
PostgreSQL conditional join and value distribution with materialized view
Question : So I essentially have two tables in a database. One which is the base table of all of […]
Materialized views master table
Question : New to this topic – in my current environment we are not doing any replication but we use […]
PostgreSQL drop view in case of unknown whether materialized or not
Question : I’m trying to drop a view, of which I cannot assure whether it is a MATERIALIZED VIEW or […]
The materialized view is already optimal and cannot be tuned any further
Question : I have tried DBMS_ADVISOR.TUNE_MVIEW to verify some materialized views created locally. One of the result returns an error: […]
Postgres: check disk space taken by materialized view?
Question : I know how to check the size of indexes and tables in Postgres (I’m using version 9.4): SELECT […]
Postgres metadata: get a list of all MATERIALIZED VIEW columns, with data type, INCLUDING array columns
Question : I need to get metadata about all MATERIALIZED VIEW columns, including their data type. I can do this […]
Indexed View Slows Replication
Question : I have setup SQL Server transactional replication, and then added indexed views at the subscriber, but the indexed […]
Renaming a column in a materialized view with an unknown name
Question : I have a materialized view with an unknown column name, and I need to give that column a […]