Skip to content

[Chore](tool) enlarge tpch sf1000 supplier buckets number#62214

Merged
BiteTheDDDDt merged 1 commit intoapache:masterfrom
BiteTheDDDDt:dev_0408_3
Apr 10, 2026
Merged

[Chore](tool) enlarge tpch sf1000 supplier buckets number#62214
BiteTheDDDDt merged 1 commit intoapache:masterfrom
BiteTheDDDDt:dev_0408_3

Conversation

@BiteTheDDDDt
Copy link
Copy Markdown
Contributor

This pull request increases the number of buckets for the supplier table in the TPC-H schema to improve data distribution and potentially query performance.

Table distribution changes:

  • In tools/tpch-tools/ddl/create-tpch-tables-sf1000.sql, the supplier table's DISTRIBUTED BY HASH clause is updated to use 48 buckets instead of 24.

Copilot AI review requested due to automatic review settings April 8, 2026 06:45
@Thearas
Copy link
Copy Markdown
Contributor

Thearas commented Apr 8, 2026

Thank you for your contribution to Apache Doris.
Don't know what should be done next? See How to process your PR.

Please clearly describe your PR:

  1. What problem was fixed (it's best to include specific error reporting information). How it was fixed.
  2. Which behaviors were modified. What was the previous behavior, what is it now, why was it modified, and what possible impacts might there be.
  3. What features were added. Why was this function added?
  4. Which code was refactored and why was this part of the code refactored?
  5. Which functions were optimized and what is the difference before and after the optimization?

@BiteTheDDDDt
Copy link
Copy Markdown
Contributor Author

run buildall

Copy link
Copy Markdown
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Updates the TPC-H SF1000 schema DDL to increase the supplier table’s hash distribution bucket count, aiming for better data distribution for that table at large scale factors.

Changes:

  • Increased supplier table DISTRIBUTED BY HASH(s_suppkey) bucket count from 24 to 48 in the SF1000 DDL.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

@github-actions github-actions bot added the approved Indicates a PR has been approved by one committer. label Apr 9, 2026
@github-actions
Copy link
Copy Markdown
Contributor

github-actions bot commented Apr 9, 2026

PR approved by at least one committer and no changes requested.

@github-actions
Copy link
Copy Markdown
Contributor

github-actions bot commented Apr 9, 2026

PR approved by anyone and no changes requested.

Copy link
Copy Markdown
Contributor

@HappenLee HappenLee left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@BiteTheDDDDt BiteTheDDDDt merged commit 9fdcd55 into apache:master Apr 10, 2026
37 of 38 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

approved Indicates a PR has been approved by one committer. reviewed

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants