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

1 Like

New community member here. Love what StarRocks can do for OLAP !!

People love open standard like Iceberg. My question is: if the storage goes with Iceberg with StarRocks, what functionalities do you lose? Real-time, huge volume updates? Indexing? Materialization?

Thanks!