Xeapro opened a new issue, #2895:
URL: https://github.com/apache/doris-website/issues/2895
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")
`
--
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: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]