Issue on docs
Open
- Dominant language
- MDX
- Stars
- 133
- Forks
- 464
- Avg merge
- 1d 1h
- Merged PRs (30d)
- 50
Description
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
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.