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
Murphy
11/28/2025, 6:18 AM
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
Dhiraj
11/28/2025, 9:17 PM
Got it. Thanks. That’s what I have currently setup, but wanted to see if we had this capability.