Your browser does not support JavaScript. This help page requires JavaScript to render correctly.
Skip Headers
Previous
Previous
 
Next
Next

About Replicating Read-Only Data Using Materialized Views

Read-only materialized views provide read-only access to the table data that originates from a master site. Applications can query data from read-only materialized views to avoid network access to the master site, regardless of network availability. However, applications throughout the system must access data at the master site to perform insert, update, and delete operations.

Figure: Read-Only Materialized View shows how a read-only materialized view works.

Read-Only Materialized View

Description of this figure follows
Description of "Read-Only Materialized View"

Figure: Read-Only Materialized View shows that client applications can perform local queries on a read-only materialized view at the materialized view site. These applications can update data at the remote master. The materialized view is updated with the changes at the master when the materialized view refreshes over the network.

Related Topics

Tutorial: Configuring Read-Only Data Replication Using Materialized Views

About Materialized View Replication