Skip to content

Commit 5ae4d5f

Browse files
Fix typo in SQL optimizer example
1 parent ea04c0c commit 5ae4d5f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ The more dedicated SQL pool knows about your data, the faster it can execute que
2121

2222
The dedicated SQL pool query optimizer is a cost-based optimizer. It compares the cost of various query plans, and then chooses the plan with the lowest cost. In most cases, it chooses the plan that executes the fastest.
2323

24-
For example, the optimizer selects a certain plan if it estimates that that the date your query filters on returns one row. If the optimizer estimates that the selected date returns a million rows, it chooses a different plan.
24+
For example, the optimizer selects a certain plan if it estimates that the date your query filters on returns one row. If the optimizer estimates that the selected date returns a million rows, it chooses a different plan.
2525

2626
## Automatic creation of statistic
2727

0 commit comments

Comments
 (0)