File tree 1 file changed +4
-7
lines changed
1 file changed +4
-7
lines changed Original file line number Diff line number Diff line change @@ -175,13 +175,10 @@ expected in the next release by the end of January 2025. We appreciate your
175
175
understanding and patience.
176
176
</Callout >
177
177
178
- To optimize queries that fetch only the edges by specific edge types and properties, you need to create an edge-type property index.
179
-
180
- <Callout type = " warning" >
181
-
182
- Creating an edge-type property index requires the --storage-properties-on-edges flag to be set to true!
183
-
184
- </Callout >
178
+ To optimize queries that fetch only the edges by specific edge types and
179
+ properties, you need to create an edge-type property index. Creating an
180
+ edge-type property index requires the ` --storage-properties-on-edges ` flag to be
181
+ set to true.
185
182
186
183
``` cypher
187
184
CREATE EDGE INDEX ON :EDGE_TYPE(property_name);
You can’t perform that action at this time.
0 commit comments