-
Notifications
You must be signed in to change notification settings - Fork 388
Closed
Description
Path:/docs/3.x/table-design/data-partitioning/data-bucketing
-- 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")
random bucket
Metadata
Metadata
Assignees
Labels
No labels