mikedaruke
Technical User
Hello,
I am not sure if this is the correct way to do this or not, I am trying to have my views update one after another. With the basis being one view relies on another. Currently I have them setup to update at a certain time, but if one of the views take longer then expected things get messed up.
So 4 Materizlized views are like this.
1. Select max(date) from table
2. Select bla bla from View 1
3. Select bla bla from View 2.
I am thinking of some sort of trigger (which I have no experience doing) that will trigger the refresh of 2 when view 1 is done, and 3 when 2 is done.
does that make sense? Anyone know how to do this?
Thanks
I am not sure if this is the correct way to do this or not, I am trying to have my views update one after another. With the basis being one view relies on another. Currently I have them setup to update at a certain time, but if one of the views take longer then expected things get messed up.
So 4 Materizlized views are like this.
1. Select max(date) from table
2. Select bla bla from View 1
3. Select bla bla from View 2.
I am thinking of some sort of trigger (which I have no experience doing) that will trigger the refresh of 2 when view 1 is done, and 3 when 2 is done.
does that make sense? Anyone know how to do this?
Thanks