Hello, we use a materialized view to aggregate datas from a very big table containing logs. The source table is partitioned, one table for a day.
Since the refresh of the materialized view seems to grow a lot about timing, we would like to know if it is pssible to make a "partitioned materialized views", in order to update *only* current day logs aggregation, leaving old days untouchable. Thank you! /F