The world's fastest open query engine for sub-second analytics both on and off the data lakehouse. With the flexibility to support nearly any scenario, StarRocks provides best-in-class performance for multi-dimensional analytics, real-time analytics, and ad-hoc queries. A Linux Foundation project.
ALTER TABLE t_amzdb_campaigns_report_sbv DISTRIBUTED BY HASH(
UserId
,AccountId
) buckets 6; 执行后show alter table optimize查看, 显示成功, 再show create table t_amzdb_campaigns_report_sbv查