Skip to content

Commit bde63e8

Browse files
committed
update
1 parent 70146b0 commit bde63e8

1 file changed

Lines changed: 9 additions & 7 deletions

File tree

docs/relational-databases/query-processing-architecture-guide.md

Lines changed: 9 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1333,13 +1333,15 @@ The following illustration shows the properties of the `Clustered Index Seek` op
13331333

13341334
When an operator such as an Index Seek is executed on a partitioned table or index, the `Partitioned` attribute appears in the compile-time and run-time plan and is set to `True` (1). The attribute does not display when it is set to `False` (0).
13351335

1336-
The `Partitioned` attribute can appear in the following physical and logical operators:
1337-
|||
1338-
|--------|--------|
1339-
|Table Scan|Index Scan|
1340-
|Index Seek|Insert|
1341-
|Update|Delete|
1342-
|Merge||
1336+
The `Partitioned` attribute can appear in the following physical and logical operators:
1337+
1338+
- Table Scan
1339+
- Index Scan
1340+
- Index Seek
1341+
- Insert
1342+
- Update
1343+
- Delete
1344+
- Merge
13431345

13441346
As shown in the previous illustration, this attribute is displayed in the properties of the operator in which it is defined. In the XML Showplan output, this attribute appears as `Partitioned="1"` in the `RelOp` node of the operator in which it is defined.
13451347

0 commit comments

Comments
 (0)