Skip to content

Commit 0eed2b9

Browse files
Merge pull request #35606 from HugoMSFT/docs-editor/create-external-table-as-selec-1760977804
Update create-external-table-as-select-transact-sql.md
2 parents 6504d18 + ccb3666 commit 0eed2b9

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

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

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -221,6 +221,9 @@ Data manipulation language (DML) operations aren't supported on external tables.
221221

222222
CREATE TABLE, DROP TABLE, CREATE STATISTICS, DROP STATISTICS, CREATE VIEW, and DROP VIEW are the only data definition language (DDL) operations allowed on external tables.
223223

224+
> [!NOTE]
225+
> You can't use LOBs larger than **1 MB** with CETAS.
226+
224227
### Limitations and restrictions for Azure Synapse Analytics
225228

226229
- In [!INCLUDE [ssazuresynapse-md](../../includes/ssazuresynapse-md.md)] dedicated SQL pools, and [!INCLUDE [ssaps-md](../../includes/ssaps-md.md)], PolyBase can consume a maximum of 33,000 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 33,000 files. We recommend that users of Hadoop and PolyBase keep file paths short and use no more than 30,000 files per HDFS folder. When too many files are referenced, a JVM out-of-memory exception occurs.

0 commit comments

Comments
 (0)