Hello, we were super excited to see this in 4.0 <h...
# questions-and-troubleshooting
k
Hello, we were super excited to see this in 4.0 https://github.com/StarRocks/starrocks/pull/58918 However, it appears this is only supported for creating tables in iceberg and are not support for async materialized views? Bucket partitions are very useful for massive iceberg tables. Async MV's are also very useful for massive tables. However, Async MV's do not support partitioning by bucket. As such, when you create an Async MV on a bucket partitioned iceberg table you force StarRocks to have to scan the whole table to refresh. IMO this is a huge gap in functionality for AsyncMV's along with only allowing partitioning off the base (first) partition. It makes the AsyncMV feature significantly less useful in a place where it would really shine. Are there plans to support multi-level partitioning and iceberg transformations in AsyncMV's?