StarRocks Internal Table Format advantages over Apache Iceberg

The StarRocks internal format will be better than query on Iceberg. The internal format has more optimization, like late materialization, partition pruning, more predicates pushed down.

Using Shared Nothing Architecture, this StarRocks Table format is stored on disk. Using Shared Data architecture, this StarRocks Table format is stored in S3.

Original: StarRocks Internal Table Format advantages over Apache Iceberg · StarRocks/starrocks · Discussion #34360 · GitHub