Skip to content

Commit 88bd966

Browse files
authored
Added update statistics limitation for columnstore indexes (#33537)
1 parent 2745163 commit 88bd966

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

docs/t-sql/statements/update-statistics-transact-sql.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -246,6 +246,7 @@ For more information about when to use `UPDATE STATISTICS`, see [When to update
246246
### Limitations
247247

248248
- Updating statistics isn't supported on external tables. To update statistics on an external table, drop and re-create the statistics.
249+
- Updating the statistics created automatically on each columnstore index isn't supported. Attempting this results in error 35337: `UPDATE STATISTICS failed because statistics cannot be updated on a columnstore index. UPDATE STATISTICS is valid only when used with the STATS_STREAM option.`
249250
- The `MAXDOP` option isn't compatible with `STATS_STREAM`, `ROWCOUNT` and `PAGECOUNT` options.
250251
- The `MAXDOP` option is limited by the Resource Governor workload group `MAX_DOP` setting, if used.
251252

0 commit comments

Comments
 (0)