Skip to content

Commit ddf28b6

Browse files
committed
Minor changes to the FAQ
1 parent 10db98e commit ddf28b6

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -430,9 +430,9 @@ WITH (
430430
## FAQ
431431

432432
### What is the performance of the COPY command compared to PolyBase?
433-
The COPY command will have better performance depending on your workload. For best loading performance, consider splitting your input into multiple files when loading CSV. This guidance applies to gzip compressed files as well.
433+
The COPY command will have better performance depending on your workload. For best loading performance, consider splitting your input into multiple files when loading compressed CSV.
434434

435-
### What is the file splitting guidance for the COPY command loading CSV files?
435+
### What is the file splitting guidance for the COPY command loading compressed CSV files?
436436
Guidance on the number of files is outlined in the table below. Once the recommended number of files are reached, you will have better performance the larger the files. The number of files is determined by number of compute nodes multiplied by 60. For example, at 6000DWU we have 12 compute nodes and 12*60 = 720 partitions. For a simple file splitting experience, refer to [How to maximize COPY load throughput with file splits](https://techcommunity.microsoft.com/t5/azure-synapse-analytics/how-to-maximize-copy-load-throughput-with-file-splits/ba-p/1314474).
437437

438438
| **DWU** | **#Files** |

0 commit comments

Comments
 (0)