Skip to content

Commit 1584ca3

Browse files
authored
Merge pull request #16482 from kevinvngo/patch-44
Documentation : Fix concurrency related ambiguity in max number of fi…
2 parents 5e7eb76 + 7964a10 commit 1584ca3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/t-sql/statements/create-external-table-transact-sql.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -923,7 +923,7 @@ Constructs and operations not supported:
923923

924924
Query limitations:
925925

926-
PolyBase can consume a maximum of 33k files per folder when running 32 concurrent PolyBase queries. This maximum number includes both files and subfolders in each HDFS folder. If the degree of concurrency is less than 32, a user can run PolyBase queries against folders in HDFS that contain more than 33k files. We recommend that you keep external file paths short and use no more than 30k files per HDFS folder. When too many files are referenced, a Java Virtual Machine (JVM) out-of-memory exception might occur.
926+
It is recommended to not exceed no more than 30k files per folder. When too many files are referenced, a Java Virtual Machine (JVM) out-of-memory exception might occur or performance may degrade.
927927

928928
Table width limitations:
929929

0 commit comments

Comments
 (0)