Skip to content

Commit 421cd5c

Browse files
authored
Update graph-partitioning.md
Removing buggy version of selection. This currently uses in() and in() which can result in false positives
1 parent 40e0c36 commit 421cd5c

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

articles/cosmos-db/graph/graph-partitioning.md

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -50,12 +50,6 @@ The following guidelines describe how the partitioning strategy in Azure Cosmos
5050
g.V(['partitionKey_value', 'vertex_id'])
5151
```
5252

53-
- Specifying an **array of tuples of partition key values and IDs**:
54-
55-
```java
56-
g.V(['partitionKey_value0', 'verted_id0'], ['partitionKey_value1', 'vertex_id1'], ...)
57-
```
58-
5953
- Selecting a set of vertices with their IDs and **specifying a list of partition key values**:
6054

6155
```java

0 commit comments

Comments
 (0)