Skip to content

Commit f7732c3

Browse files
authored
Update develop-tables-statistics.md
Automatic recreate of statistics in Serverless only applies to OPENROWSET columns
1 parent 367f9d1 commit f7732c3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/synapse-analytics/sql/develop-tables-statistics.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -584,7 +584,7 @@ See the following examples for instructions on how to manually create statistics
584584

585585
Changes to data in files, deleting, and adding files result in data distribution changes and makes statistics out of date. In that case, statistics needs to be updated.
586586

587-
Serverless SQL pool automatically recreates statistics if data is changed significantly. Every time statistics are automatically created, the current state of the dataset is also saved: file paths, sizes, last modification dates.
587+
Serverless SQL pool automatically recreates statistics for OPENROWSET columns if data is changed significantly. Every time statistics are automatically created, the current state of the dataset is also saved: file paths, sizes, last modification dates.
588588

589589
When statistics are stale, new ones will be created. The algorithm goes through the data and compares it to the current state of the dataset. If the size of the changes is greater than the specific threshold, then old stats are deleted and will be re-created over the new dataset.
590590

0 commit comments

Comments
 (0)