If we have two AMVs, one dependent on the other ( ...
# questions-and-troubleshooting
d
If we have two AMVs, one dependent on the other ( A depends on B) and both are scheduled to refresh once a day at the same time, does StarRocks ensure that B gets refreshed prior to refreshing A ? We are using
3.3.9-dfae8f9
version.
m
There’s no guarantee. It’s better to set the
START
time of the two MVs so that they refresh one after the other.
d
Got it. Thanks. That’s what I have currently setup, but wanted to see if we had this capability.