+1 vote
in Neo4j by
how indexing is done in Neo4j?

2 Answers

0 votes
by
There was no indexing in earlier days for Neo4j, but later on it was introduced with new feature Automatic Indexes by using the command

START n=node:node_auto_index(name=’abc’) RETURN n
0 votes
by

There was no indexing in earlier days for Neo4j, but later on it was introduced with new feature Automatic Indexes by using the command

Related questions

+1 vote
+1 vote
asked Jan 27, 2023 in Neo4j by sharadyadav1986
+1 vote
+1 vote
+1 vote
asked Jan 24, 2023 in Neo4j by sharadyadav1986
...