Skip to content

Commit e3be69c

Browse files
authored
Update dml-copy-into-table.md
1 parent 2341b75 commit e3be69c

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

docs/en/sql-reference/10-sql-commands/10-dml/dml-copy-into-table.md

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -244,10 +244,6 @@ The `FILE_FORMAT` parameter supports different file types, each with specific fo
244244
| RETURN_FAILED_ONLY | Only returns failed files in output | `false` |
245245
| COLUMN_MATCH_MODE | For Parquet: column name matching mode | `case-insensitive` |
246246

247-
:::tip
248-
When importing large volumes of data (like logs), set both `PURGE` and `FORCE` to `true` for efficient data import without Meta server interaction. Note this may lead to duplicate data imports.
249-
:::
250-
251247
:::tip
252248
When importing large volumes of data, such as logs, it is recommended to set both `PURGE` and `FORCE` to `true`. This ensures efficient data import without the need for interaction with the Meta server (updating the copied-files set). However, it is important to be aware that this may lead to duplicate data imports.
253249
:::

0 commit comments

Comments
 (0)