Skip to content

Commit 2f999aa

Browse files
Merge pull request #34637 from periclesrocha/patch-18
Update to file count guidance
2 parents 52d3b01 + 57ded8c commit 2f999aa

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)