Skip to content

Commit aeda2e7

Browse files
authored
Merge pull request #190276 from MladjoA/patch-1
Update data-virtualization-overview.md
2 parents 70b50ed + c738d68 commit aeda2e7

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

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

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -200,9 +200,6 @@ When called without a parameter, filepath function returns the file path that th
200200
When called with a parameter, it returns part of the path that matches the wildcard on the position specified in the parameter. For example, parameter value 1 would return part of the path that matches the first wildcard.
201201

202202
Filepath function can also be used for filtering and aggregating rows:
203-
204-
### File metadata functions
205-
When querying multiple files or folders, you can use Filepath and Filename functions to read file metadata and get part of the path or full path and name of the file that the row in the result set originates from:
206203
```sql
207204
SELECT
208205
r.filepath() AS filepath
@@ -297,7 +294,7 @@ Just like OPENROWSET, external tables allow querying multiple files and folders
297294
## Performance considerations
298295
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.
299296

300-
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.
301298

302299
### OPENROWSET statistics
303300
Single-column statistics for OPENROWSET path can be created using sp_create_openrowset_statistics

0 commit comments

Comments
 (0)