Skip to content

Commit c4e0888

Browse files
committed
add warninng
1 parent 189433c commit c4e0888

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,13 +52,13 @@ Source and destination tables must be 100% compatible:
5252

5353
- **Type**: `UInt64`
5454
- **Default**: `0`
55-
- **Description**: Maximum number of bytes to write to a single file when exporting a merge tree part. 0 means no limit. This is not a hard limit, and it highly depends on the output format granularity and input source chunk size.
55+
- **Description**: Maximum number of bytes to write to a single file when exporting a merge tree part. 0 means no limit. This is not a hard limit, and it highly depends on the output format granularity and input source chunk size. Using this might break idempotency, use it with care.
5656

5757
### `export_merge_tree_part_max_rows_per_file` (Optional)
5858

5959
- **Type**: `UInt64`
6060
- **Default**: `0`
61-
- **Description**: Maximum number of rows to write to a single file when exporting a merge tree part. 0 means no limit. This is not a hard limit, and it highly depends on the output format granularity and input source chunk size.
61+
- **Description**: Maximum number of rows to write to a single file when exporting a merge tree part. 0 means no limit. This is not a hard limit, and it highly depends on the output format granularity and input source chunk size. Using this might break idempotency, use it with care.
6262

6363
## Examples
6464

0 commit comments

Comments
 (0)