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

add Bucket #1850

Open
wants to merge 28 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
28 commits
Select commit Hold shift + click to select a range
c9e51a2
add data-bucket
wangtianyi2004 Jan 17, 2025
63f723f
data bucket
wangtianyi2004 Jan 17, 2025
0eb6ebd
Update data-bucketing.md
wangtianyi2004 Jan 17, 2025
3baddad
Update data-bucketing.md
wangtianyi2004 Jan 17, 2025
1883905
2.1 3.0 en cn
wangtianyi2004 Jan 17, 2025
dae8e85
update dynamic partition
wangtianyi2004 Jan 17, 2025
ac090a4
update dynamic partition
wangtianyi2004 Jan 17, 2025
cf5d34a
Update basic-concepts.mdx
wangtianyi2004 Jan 17, 2025
c3e6ec5
Update basic-concepts.mdx
wangtianyi2004 Jan 17, 2025
3aa7aef
Update basic-concepts.mdx
wangtianyi2004 Jan 17, 2025
395d1b0
Update basic-concepts.mdx
wangtianyi2004 Jan 17, 2025
39eb271
Update basic-concepts.mdx
wangtianyi2004 Jan 17, 2025
3a35adf
Update basic-concepts.mdx
wangtianyi2004 Jan 17, 2025
245c4fb
Update data-bucketing.md
wangtianyi2004 Jan 17, 2025
5f1aa00
Update data-bucketing.md
wangtianyi2004 Jan 17, 2025
7e0080c
Update data-bucketing.md
wangtianyi2004 Jan 17, 2025
a419072
Update data-bucketing.md
wangtianyi2004 Jan 17, 2025
c252482
Update data-bucketing.md
wangtianyi2004 Jan 17, 2025
4a6b72e
Update data-bucketing.md
wangtianyi2004 Jan 17, 2025
2c08b5d
Update data-bucketing.md
wangtianyi2004 Jan 20, 2025
60520d7
Update data-bucketing.md
wangtianyi2004 Jan 20, 2025
be11feb
Update data-bucketing.md
wangtianyi2004 Jan 20, 2025
5b24b18
Update data-bucketing.md
wangtianyi2004 Jan 20, 2025
5bf6c39
Update data-bucketing.md
wangtianyi2004 Jan 20, 2025
86808ad
Update data-bucketing.md
wangtianyi2004 Jan 20, 2025
10fecfd
Update dynamic-partitioning.md
wangtianyi2004 Jan 21, 2025
84accc3
Update dynamic-partitioning.md
wangtianyi2004 Jan 21, 2025
c3b239b
resolve conflict
wangtianyi2004 Jan 21, 2025
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
195 changes: 0 additions & 195 deletions docs/table-design/data-partitioning/auto-bucket.md

This file was deleted.

2 changes: 1 addition & 1 deletion docs/table-design/data-partitioning/basic-concepts.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -242,7 +242,7 @@ For detailed suggestions on this feature, see [Auto Partition Conjunct with Dyna
<TabItem value="Auto Bucket" label="Auto Bucket">
<p>

When the user is not sure of a reasonable number of buckets, [Auto Bucket](./auto-bucket) for Doris to complete the estimation, and the user only needs to provide the estimated amount of table data:
When the user is not sure of a reasonable number of buckets, Auto Bucket for Doris to complete the estimation, and the user only needs to provide the estimated amount of table data:

```sql
CREATE TABLE IF NOT EXISTS example_range_tbl
Expand Down
Loading
Loading