I want to update materialized view every 5 min such that it does a delta update not a full update. Can i use last modified date, and just update data that has been updated? my question is:
1) how to do update every 5 minute?
2) how to do just a delta import(update) so that it only updates the modified stuff and not go into the whole database.
Thanks.