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

Issue on docs

Open ConradWen opened this issue 11 months ago • 1 comments

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

Automatic Bucket Number Setting """ -- Set hash bucket auto DISTRIBUTED BY HASH(region) BUCKETS AUTO properties("estimate_partition_size" = "20G")

-- Set random bucket auto DISTRIBUTED BY HASH(region) BUCKETS AUTO properties("estimate_partition_size" = "20G") """

The setting for the second bucket number should be random, but the hash method is repeated

ConradWen avatar Mar 08 '25 07:03 ConradWen

Hi, thank you for the feedback, will double check with engineer and fix it ASAP

KassieZ avatar Apr 11 '25 02:04 KassieZ