Hi all,
We are using materialized view to speed up complex query,and found that every time we execute the command:refresh materialized view mv_name,it generated lots of WAL(the size is almost the same as the base table).
I checked the manual but did not find a “unlog” for materialized view.
So, Is there a way to avoid “refresh materialized view” generating WAL?or suppress it?
Thanks advance for any advice.
Ming