Skip to content

Commit 57ded8c

Browse files
Update to file count guidance
1 parent c9570b1 commit 57ded8c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/t-sql/statements/copy-into-transact-sql.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -519,7 +519,7 @@ There's no need to split Parquet and ORC files because the COPY command automati
519519

520520
### Are there any limitations on the number or size of files?
521521

522-
There are no limitations on the number or size of files; however, for best performance, we recommend files that are at least 4 MB.
522+
There are no limitations on the number or size of files; however, for best performance, we recommend files that are at least 4 MB. Also, limit the count of source files to a maximum of 5000 files for better performance.
523523

524524
### Are there any known issues with the COPY statement?
525525

0 commit comments

Comments
 (0)