简体   繁体   中英

Azure sql Data warehouse maximums

I have recently started exploring Azure Sql Datawarehouse . However I am not able to find the below database maximum parameters anywhere in the documentations .

Parameters

Columns       Maximum per table or view 
Names         Maximum length of database and column names
Characters    Maximum number of characters in a char/varchar field
Connections   Maximum connections to the server
concurency    Maximm number of concurrent users
Row size      Maximum row size
DISTRIBUTION KEY       Maximum per table
Index         Maximum per table
Cluster size  Maximum cluster size(in terms of compressed datasize)

You will find capacity limits on this official documentation.

Hope this helps.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM