Skip to content

Commit d401965

Browse files
committed
wip: Added stub for what will be composite index docs
1 parent 59c4fa8 commit d401965

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

pages/fundamentals/indexes.mdx

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -134,6 +134,10 @@ expression, the expression can be so complicated that the index doesn't get used
134134
If there is any suspicion that an index isn't used, we recommend writing
135135
labels and properties inside the `MATCH` pattern.
136136

137+
### Label-properties (composite) index
138+
139+
An index on a label and one or more properties is called a composite index.
140+
137141
### Edge-type index
138142

139143
To optimize queries that fetch only the edges by specific edge-types, you need

0 commit comments

Comments
 (0)