Materialized View Fast Refresh
Hi,
Our ETL job that refresh materialized view is taking so much time for refresh. Below are detail of Materialized View.
1- Materialized view refresh by method complete refresh.
2- Materialized view script/sql contain select statement on multiple table in which few table has millions of records due to which FULL TABLE SCAN is used on these table.
3- UNION ALL is used.
4- DB Link is used to get data from Other Database.
To resolve this issue i want to choose FAST REFRESH OPTION but i am not sure whether we can use FAST refresh with above Complexity in Materialized View. Also To use FAST REFRESH we need to enable Materialized view log on master table , so in my case on which table i have to enable Materialized view log. Please suggest.