Revolg DOCSUP-998 Document the always_fetch_merged_part setting#123
Merged
BayoNet merged 6 commits intoBayoNet:docs/CLICKHOUSEDOCS-605-always_fetch_merged_partfrom Jun 24, 2020
olgarev:revolg-DOCSUP-998-add_always_fetch_merged_part_setting
Merged
Revolg DOCSUP-998 Document the always_fetch_merged_part setting#123BayoNet merged 6 commits intoBayoNet:docs/CLICKHOUSEDOCS-605-always_fetch_merged_partfrom olgarev:revolg-DOCSUP-998-add_always_fetch_merged_part_setting
BayoNet merged 6 commits intoBayoNet:docs/CLICKHOUSEDOCS-605-always_fetch_merged_partfrom
olgarev:revolg-DOCSUP-998-add_always_fetch_merged_part_setting
Conversation
BayoNet
reviewed
Jun 15, 2020
BayoNet
reviewed
Jun 15, 2020
BayoNet
reviewed
Jun 15, 2020
BayoNet
reviewed
Jun 15, 2020
BayoNet
reviewed
Jun 15, 2020
|
|
||
| Restricts replica to merge parts by itself. | ||
|
|
||
| If enabled, replica never merges parts and always downloads merged parts from other replicas. |
Owner
There was a problem hiding this comment.
I moved this content to the "Possible values" section.
Co-authored-by: BayoNet <da-daos@yandex.ru>
BayoNet
reviewed
Jun 18, 2020
|
|
||
| ## always_fetch_merged_part {#always_fetch_merged_part} | ||
|
|
||
| Prohibits data parts merging at replicas in [MergeTree](../../engines/table-engines/mergetree-family/mergetree.md)-engine tables. |
Owner
There was a problem hiding this comment.
Let's change MergeTree for ReplicatedMergeTree* and give a link to https://clickhouse.tech/docs/en/engines/table-engines/mergetree-family/replication/ (relative link).
BayoNet
reviewed
Jun 18, 2020
|
|
||
| Prohibits data parts merging at replicas in [MergeTree](../../engines/table-engines/mergetree-family/mergetree.md)-engine tables. | ||
|
|
||
| If enabled, replica never merges parts and always downloads merged parts from other replicas. If there is no merged data yet, the replica waits for them to appear. |
Owner
There was a problem hiding this comment.
Merge this and the following paragraph into one. Consider starting the united paragraph with the "When merging is prohibited..." phrase instead of "If enabled".
`... the replica never ..."
BayoNet
reviewed
Jun 18, 2020
Co-authored-by: BayoNet <da-daos@yandex.ru>
c4d4d2e
into
BayoNet:docs/CLICKHOUSEDOCS-605-always_fetch_merged_part
BayoNet
added a commit
that referenced
this pull request
Jul 2, 2020
…House#11921) * Revolg DOCSUP-998 Document the always_fetch_merged_part setting (#123) * Add always_fetch_merged_part setting * revolg-DOCSUP-998-add_always_fetch_merged_part_setting link fixed * Apply suggestions from code review Co-authored-by: BayoNet <da-daos@yandex.ru> * Add always_fetch_merged_part setting. Updates. * Update docs/en/operations/settings/settings.md Co-authored-by: BayoNet <da-daos@yandex.ru> * Add always_fetch_merged_part setting. Updates. Co-authored-by: Olga Revyakina <revolg@yandex-team.ru> Co-authored-by: BayoNet <da-daos@yandex.ru> * CLICKHOUSEDOCS-605: Minor fixes. * CLICKHOUSEDOCS-605: Added Plausible to Adopters. * Update docs/ru/operations/settings/settings.md Co-authored-by: alesapin <alesapin@gmail.com> * Update docs/en/operations/settings/settings.md Co-authored-by: alesapin <alesapin@gmail.com> * CLICKHOUSEDOCS-605: Fixed access rights description. Co-authored-by: olgarev <56617294+olgarev@users.noreply.github.com> Co-authored-by: Olga Revyakina <revolg@yandex-team.ru> Co-authored-by: Sergei Shtykov <bayonet@yandex-team.ru> Co-authored-by: alesapin <alesapin@gmail.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
I hereby agree to the terms of the CLA available at: https://yandex.ru/legal/cla/?lang=en
Changelog category:
Detailed description / Documentation draft:
Add always_fetch_merged_part setting