Skip to content
Discussion options

You must be logged in to vote

By "segmentation" If you mean distribution of data across all the segments, then the short answer is yes.
All tables will be distributed by a key, which is either a single column or group of columns. You could also choose to distribute randomly, and that will still distribute data for each table across all segments. This applies to each table in the Cloudberry deployment - each database, each schema, each table, each partition... all that has data in it will be distributed across all segments and each segment will have it's own portion of data. Now, one could choose to make tables replicated instead of distributed, in which case, the same copy of data will be on each and every segment, st…

Replies: 1 comment 3 replies

Comment options

You must be logged in to vote
3 replies
@SeihaHoy
Comment options

@2shar-p
Comment options

@SeihaHoy
Comment options

Answer selected by SeihaHoy
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants