doris-website
doris-website copied to clipboard
Issue on docs
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
Hi, thank you for the feedback, will double check with engineer and fix it ASAP