Won-Bae Seo
11/18/2025, 5:19 PMMoreno Garcia
11/19/2025, 4:42 PM<https://docs.starrocks.io/docs/using_starrocks/async_mv/use_cases/create_partitioned_materialized_view/#overview>
Yes and yes!
When data changes in a source table partition, StarRocks currently refreshes the corresponding MV partition by recomputing all data in that partition, regardless of the change size. This applies to both sync and async materialized views - the refresh granularity is at the partition level, meaning the entire partition is reselected and rewritten.
The incremental mode will only refresh the incremental changed rows since the last refresh, rather than recomputing the entire partition.