ConradWen opened a new issue, #2160:
URL: https://github.com/apache/doris-website/issues/2160

   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


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org
For additional commands, e-mail: commits-h...@doris.apache.org

Reply via email to