Replication Factor in Compute Storage Decoupled Mode #52461
Unanswered
Nj-kol
asked this question in
A - General / Q&A
Replies: 1 comment 4 replies
-
Hi there, thanks for your interest in the Apache Doris Compute-Storage Decoupled Mode. In this mode, the replication factor of 3 is only for the data in the Doris internal table. The number of external data copies is determined by the external data source parameters. |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
When defining tables, you usually specify a replication factor. Now, this certainly makes sense in a Compute Storage Coupled style, where, if the replication factor is 3, there will be three copies in different BE nodes. However, when it comes to Compute Storage Decoupled mode, where data is stored in S3, what is the relevance of the replication factor?
Is replication factor even necessary while declaring a table?
Beta Was this translation helpful? Give feedback.
All reactions