Skip to content

Commit ca76e67

Browse files
author
Owen Duncan
authored
Update maximum-capacity-specifications-analysis-services.md
1 parent 0d57a0d commit ca76e67

1 file changed

Lines changed: 12 additions & 12 deletions

File tree

docs/analysis-services/multidimensional-models/olap-physical/maximum-capacity-specifications-analysis-services.md

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: "Maximum Capacity Specifications (Analysis Services) | Microsoft Docs"
33
ms.custom: ""
4-
ms.date: "06/29/2017"
4+
ms.date: "07/27/2017"
55
ms.prod: "sql-server-2016"
66
ms.reviewer: ""
77
ms.suite: ""
@@ -81,24 +81,24 @@ manager: "erikre"
8181
|Length of object names|100 characters|
8282

8383
## <a name="bkmk_vertipaq"></a> Tabular (DeploymentMode=2)
84-
84+
**Note:** The following are theoretical limits. Performance will be diminished at lower numbers.
85+
8586
|Object|Maximum sizes/numbers|
8687
|------------|----------------------------|
87-
|Databases in an instance|2^31-1 = 2,147,483,647|
88-
|Tables in a database|2^31-1 = 2,147,483,647|
89-
|Columns in a table|16,000 (including calculated columns) |
88+
|Databases in an instance|16,000|
89+
|Combined number of tables and columns in a database|16,000|
9090
|Rows in a table|Unlimited<br /><br /> **Warning:** With the restriction that no single column in the table can have more than 1,999,999,997 distinct values.|
91-
|Hierarchies in a table|2^31-1 = 2,147,483,647|
92-
|Levels in a hierarchy|2^31-1 = 2,147,483,647|
93-
|Relationships|2^31-1 = 2,147,483,647|
94-
|Key Columns in a table|16,000|
95-
|Measures in a table|2^31-1 = 2,147,483,647|
91+
|Hierarchies in a table|15,999|
92+
|Levels in a hierarchy|15,999|
93+
|Relationships|8,000|
94+
|Key Columns in all table|15,999|
95+
|Measures in a tables|2^31-1 = 2,147,483,647|
9696
|Cells returned by a query|2^31-1 = 2,147,483,647|
9797
|Record size of the source query|64K|
98-
|Length of object names|100 characters|
98+
|Length of object names|512 characters|
9999

100100
## See also
101101
[Determine the Server Mode of an Analysis Services Instance](../../../analysis-services/instances/determine-the-server-mode-of-an-analysis-services-instance.md)
102102
[General Properties](../../../analysis-services/server-properties/general-properties.md)
103103

104-
104+

0 commit comments

Comments
 (0)