Issue on docs

Open Beginner friendly
#2,160 2 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Assessment

Difficulty
1/5
Estimated time
Under an hour
Newbie friendliness
85/100
Issue type
Bug
Clarity
Clearly specified
Activity status
Quiet
Tech stack
sql

Research direction

Open /zh-CN/docs/table-design/data-partitioning/data-bucketing and review the Automatic Bucket Number Setting examples. Compare the hash and random bucket examples, correct the repeated distribution method in the second example, and verify that the rendered documentation shows distinct settings.

Written by the indexing model from the issue text.

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

Dominant language
MDX
Stars
134
Forks
466
Avg merge
1d 12h
Merged PRs (30d)
60

Contributor guide

No contributing guide indexed for this repository

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

More from apache/doris-website

All issues in apache/doris-website

Similar issues

More Databases issues

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.