Skip to content

Commit 47a9693

Browse files
Merge pull request #177978 from Rodrigossz/master
Last updates on EE, limitations, and schema inference
2 parents 4c4ad05 + fd4c10d commit 47a9693

File tree

4 files changed

+141
-61
lines changed

4 files changed

+141
-61
lines changed

articles/cosmos-db/analytical-store-introduction.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -173,6 +173,21 @@ df = spark.read\
173173

174174
* Azure Synapse Spark now supports properties with whitespaces in their names.
175175

176+
* The following BSON datatypes are not supported and won't be represented in analytical store:
177+
* Decimal128
178+
* Regular Expression
179+
* DB Pointer
180+
* JavaScript
181+
* Symbol
182+
* MinKey / MaxKey
183+
184+
* When using DateTime strings that follows the ISO 8601 UTC standard, expect the following behavior:
185+
* Spark pools in Azure Synapse will represent these columns as `string`.
186+
* SQL serverless pools in Azure Synapse will represent these columns as `varchar(8000)`.
187+
188+
* SQL serverless pools in Azure Synapse support result sets with up to 1000 columns, and exposing nested columns also counts towards that limit. Please consider this information when designing your data architecture and modeling your transactional data.
189+
190+
176191
### Schema representation
177192

178193
There are two types of schema representation in the analytical store. These types define the schema representation method for all containers in the database account and have tradeoffs between the simplicity of query experience versus the convenience of a more inclusive columnar representation for polymorphic schemas.

0 commit comments

Comments
 (0)