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

Auto & Dynamic partition behaviour change #1535

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

zclllyybb
Copy link
Contributor

pr: apache/doris#45540

Versions

  • dev
  • 3.0
  • 2.1
  • 2.0

Languages

  • Chinese
  • English

Docs Checklist

  • Checked by AI
  • Test Cases Built

DISTRIBUTED BY HASH(`k0`) BUCKETS 2
properties(
"dynamic_partition.enable" = "true",
"dynamic_partition.prefix" = "p",
"dynamic_partition.start" = "-50",
"dynamic_partition.end" = "0", --- Dynamic Partition No Partition Creation
"dynamic_partition.end" = "123", --- 将被忽略
Copy link
Collaborator

Choose a reason for hiding this comment

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

英文文档建议不出现中文字符

"replication_num" = "1"
);
```

This gives us both partition lifecycle management capabilities in addition to Auto Partition, and partition name consistency.

This way we have both the flexibility of Auto Partition and consistency in partition names.

:::note
Copy link
Collaborator

Choose a reason for hiding this comment

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

:::info Note

@KassieZ KassieZ added has comments Some comments not resolved yet dependencies Pull requests that update a dependency file labels Dec 20, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file has comments Some comments not resolved yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants