Skip to content

Commit efe57ad

Browse files
committed
fix line 104
1 parent b29cd80 commit efe57ad

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/synapse-analytics/sql-analytics/data-loading-best-practices.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ If you have thousands or more single inserts throughout the day, batch the inser
101101

102102
## Creating statistics after the load
103103

104-
To improve query performance, it's important to create statistics on all columns of all tables after the first load, or substantial changes occur in the data. This can be done manually or you can enable [auto-create statistics](../sql-data-warehouse/sql-data-warehouse-tables-statistics#automatic-creation-of-statistic.md?toc=/azure/synapse-analytics/toc.json&bc=/azure/synapse-analytics/breadcrumb/toc.json).
104+
To improve query performance, it's important to create statistics on all columns of all tables after the first load, or substantial changes occur in the data. This can be done manually or you can enable [auto-create statistics](../sql-data-warehouse/sql-data-warehouse-tables-statistics.md?toc=/azure/synapse-analytics/toc.json&bc=/azure/synapse-analytics/breadcrumb/toc.json).
105105

106106
For a detailed explanation of statistics, see [Statistics](development-tables-statistics.md). The following example shows how to manually create statistics on five columns of the Customer_Speed table.
107107

0 commit comments

Comments
 (0)