StarRocks / starrocks

StarRocks, a Linux Foundation project, is a next-generation sub-second MPP OLAP database for full analytics scenarios, including multi-dimensional analytics, real-time analytics, and ad-hoc queries.
https://starrocks.io
Apache License 2.0
8.3k stars 1.68k forks source link

Suggestion regarding the introduction of the bucketing concept. #43684

Open zxf216 opened 3 months ago

zxf216 commented 3 months ago

Enhancement

It is suggested that in the official documentation, the concept of "bucketing" should no longer be emphasized (with a default to random bucketing), and only "partitioning" should be mentioned. This would align with the concept of table creation in Hive. Bucketing can be introduced as an effective method for query performance optimization, which I believe would be more user-friendly for beginners learning StarRocks.

jaogoy commented 2 months ago

It's a good idea. I'll think about it.