Skip to content

Commit 16562e2

Browse files
committed
update docs
1 parent c617f1b commit 16562e2

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

docs/en/engines/table-engines/mergetree-family/part_export.md

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -72,12 +72,6 @@ Source and destination tables must be 100% compatible:
7272
- **Default**: `true`
7373
- **Description**: If set to true, throws if pending patch parts exists for a given part. Note that by default mutations are applied to all parts, which means that if a mutation in practice would only affetct part/partition x, all the other parts/partition will throw upon export. The exception is when the `IN PARTITION` clause was used in the mutation command. Note the `IN PARTITION` clause is not properly implemented for plain MergeTree tables.
7474

75-
### export_merge_tree_part_allow_outdated_parts
76-
77-
- **Type**: `bool`
78-
- **Default**: `false`
79-
- **Description**: Allows outdated parts to be exported. By default, only `ACTIVE` parts can be exported.
80-
8175
## Examples
8276

8377
### Basic Export to S3

0 commit comments

Comments
 (0)