Skip to content

Commit b877c2f

Browse files
authored
Merge pull request #110701 from XiaoyuMSFT/oldcontent
stats
2 parents e4289cd + 4b2cd9b commit b877c2f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/synapse-analytics/sql-data-warehouse/sql-data-warehouse-tables-statistics.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -141,11 +141,11 @@ For more information, see general guidance for [Statistics](/sql/relational-data
141141

142142
## Implementing statistics management
143143

144-
It is often a good idea to extend your data-loading process to ensure that statistics are updated at the end of the load.
144+
It is often a good idea to extend your data-loading process to ensure that statistics are updated at the end of the load to avoid/minimize blocking or resource contention between concurrent queries.
145145

146146
The data load is when tables most frequently change their size and/or their distribution of values. Data-loading is a logical place to implement some management processes.
147147

148-
The following guiding principles are provided for updating your statistics during the load process:
148+
The following guiding principles are provided for updating your statistics:
149149

150150
- Ensure that each loaded table has at least one statistics object updated. This updates the table size (row count and page count) information as part of the statistics update.
151151
- Focus on columns participating in JOIN, GROUP BY, ORDER BY, and DISTINCT clauses.

0 commit comments

Comments
 (0)