doris-website icon indicating copy to clipboard operation
doris-website copied to clipboard

Issue on docs - 自动设置分桶数的示例代码有误

Open Xeapro opened this issue 3 months ago • 0 comments

Path:/zh-CN/docs/3.0/table-design/data-partitioning/data-bucketing

自动设置分桶数的示例中, RANDOM分桶的示例代码有误: -- Set random bucket auto DISTRIBUTED BY HASH(region) BUCKETS AUTO properties("estimate_partition_size" = "20G")

建议改为: -- Set random bucket auto DISTRIBUTED BY RANDOM BUCKETS AUTO properties("estimate_partition_size" = "20G")

Xeapro avatar Sep 19 '25 03:09 Xeapro