Skip to content

Commit 3605240

Browse files
authored
Merge pull request #105008 from TwoUnder/patch-1
Updating the max table size.
2 parents 973a8e8 + 86284d8 commit 3605240

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/sql-data-warehouse/sql-data-warehouse-service-capacity-limits.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ Maximum values allowed for various components of Azure Synapse.
3131
| Category | Description | Maximum |
3232
|:--- |:--- |:--- |
3333
| Database |Max size | Gen1: 240 TB compressed on disk. This space is independent of tempdb or log space, and therefore this space is dedicated to permanent tables. Clustered columnstore compression is estimated at 5X. This compression allows the database to grow to approximately 1 PB when all tables are clustered columnstore (the default table type). <br/><br/> Gen2: 240TB for rowstore and unlimited storage for columnstore tables |
34-
| Table |Max size |60 TB compressed on disk |
34+
| Table |Max size | For columnstore tables, there is no uppper limit. <br/><br/>For row store tables, 60 TB compressed on disk |
3535
| Table |Tables per database | 100,000 |
3636
| Table |Columns per table |1024 columns |
3737
| Table |Bytes per column |Dependent on column [data type](sql-data-warehouse-tables-data-types.md). Limit is 8000 for char data types, 4000 for nvarchar, or 2 GB for MAX data types. |

0 commit comments

Comments
 (0)