Top "Materialized-views" questions

A materialized view is a database object that contains the results of a query.

How to refresh all materialized views in Postgresql 9.3 at once?

I am loading a bunch of data into a PostgresQL 9.3 database and then I want to refresh all materialized views …

postgresql materialized-views postgresql-9.3
What's the difference between compiling and refreshing a materialized view?

We just ran into a problem where materialized views weren't refreshing, and giving a compile error. One of the senior …

sql oracle materialized-views
List grants and privileges for a materialized view in PostgreSQL

I need to determine what privileges are currently granted for some materialized views in my database. The query to do …

postgresql privileges materialized-views information-schema
DBMS Job scheduler for materialized view

I have been trying to schedule the refresh of three materialized views simultaneously every night. I have used the below …

oracle jobs materialized-views dbms-scheduler
Why does Redshift not need materialized views or indexes?

In the Redshift FAQ under Q: How does the performance of Amazon Redshift compare to most traditional databases for data …

sql amazon-redshift materialized-views
Is it possible to partially refresh a materialized view in PostgreSQL?

In Oracle, it is possible to refresh just part of the data. But in PostgreSQL, materialized views are supported since 9.3 (…

postgresql postgresql-9.3 materialized-views
Is it possible to partially refresh a materialized view in Oracle?

I have a very complex Oracle view based on other materialized views, regular views as well as some tables (I …

oracle data-warehouse partitioning materialized-views
Materialized View vs View

May I know the difference for these two items? Data in materialized view can be refresh but so as view …

oracle materialized-views
Materialized Views: how can I find the number of updates, inserts, and deletes applied during refresh?

I have a data mart mastered from our OLTP Oracle database using basic Materialized Views with on demand fast refresh …

oracle materialized-views
Materialized View - Oracle / Data is not updating

My friend has created a materialized view but the View does not receive new data from Mater Table. The view …

oracle materialized-views materialized