Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Issue on docs #2160

Open
ConradWen opened this issue Mar 8, 2025 · 0 comments
Open

Issue on docs #2160

ConradWen opened this issue Mar 8, 2025 · 0 comments

Comments

@ConradWen
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant