I have a query thats taking long time to execute. So i have created a Materialized view to refresh it every hour. But when the Materialized view is being refreshed, there is no data in the Materialized view table. I think it truncates the table before every refresh.
Is there any way to keep the old data while its being refreshed.?
Is there any way to keep the old data while its being refreshed.?
Comment