You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<sup>1</sup> In-Memory OLTP data size and columnstore segment cache are limited to the amount of memory specified by edition in the [Scale limits](#scale-limits) section. The max degree of parallelism is limited. The degree of process parallelism (DOP) for an index build is limited to 2 DOP for the Standard edition and 1 DOP for Express edition. This refers to columnstore indexes created over disk-based tables and memory-optimized tables.
140
153
141
154
## Intelligent query processing
142
155
143
156
| Feature | Enterprise | Standard | Express |
144
157
| --- | :---: | :---: | :---: |
158
+
| Approximate count distinct | Yes | Yes | Yes |
159
+
| Approximate percentile | Yes | Yes | Yes |
145
160
| Automatic tuning | Yes | No | No |
161
+
| Batch mode on row store <sup>1</sup> | Yes | No | No |
146
162
| Batch mode adaptive joins | Yes | No | No |
147
163
| Batch mode memory grant feedback | Yes | No | No |
164
+
| Cardinality estimate feedback | Yes | No | No |
165
+
| Cardinality estimation feedback for expressions | Yes | No | No |
166
+
| Degree of parallelism feedback | Yes | No | No |
<sup>1</sup> Batch mode on rowstore only supports disk-based heaps and [B+ tree indexes](../relational-databases/sql-server-index-design-guide.md#index-basics). It doesn't support In-Memory OLTP tables, XML columns, or sparse column sets. The degree of parallelism (DOP) for [batch mode](../relational-databases/query-processing-architecture-guide.md#batch-mode-execution) operations is limited to `2` for [!INCLUDE [ssNoVersion](../includes/ssnoversion-md.md)] Standard edition, and `1` for [!INCLUDE [ssNoVersion](../includes/ssnoversion-md.md)] Express edition.
149
178
150
179
## Security
151
180
@@ -228,6 +257,20 @@ The Developer editions continue to support only one client for [SQL Server Distr
228
257
229
258
<sup>5</sup> Using SQL Server authentication for SQL Server linked servers as target and source only.
For info about the Integration Services (SSIS) features supported by the editions of [!INCLUDE [ssNoVersion_md](../includes/ssnoversion-md.md)], see [Integration Services features supported by the editions of SQL Server](../integration-services/integration-services-features-supported-by-the-editions-of-sql-server.md).
0 commit comments