Skip to content

Commit c738d68

Browse files
authored
Update data-virtualization-overview.md
1 parent f8d5ce8 commit c738d68

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/azure-sql/managed-instance/data-virtualization-overview.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -294,7 +294,7 @@ Just like OPENROWSET, external tables allow querying multiple files and folders
294294
## Performance considerations
295295
There's no hard limit in terms of number of files or amount of data that can be queried, but query performance will depend on the amount of data, data format, and complexity of queries and joins.
296296

297-
Collecting statistics on your external data is one of the most important things you can do for query optimization. The more instance knows about your data, the faster it can execute queries. Automatic creation of statistics isn't supported, but you can and should create statistics manually.
297+
Collecting statistics on your external data is one of the most important things you can do for query optimization. The more instance knows about your data, the faster it can execute queries.
298298

299299
### OPENROWSET statistics
300300
Single-column statistics for OPENROWSET path can be created using sp_create_openrowset_statistics

0 commit comments

Comments
 (0)