Reputation: 55
When attempting to create an index using the cypher query, in bolt CLI provided with anzograph setup an exception is thrown:
CREATE INDEX person_index FOR (n:person) ON (n.name)
Error - at line 1 column 13 near 'INDEX': Syntax error - syntax error.
How to create indexes in anzograph using bolt protocol or SPARQL? Also if not, does anzograph creates indexes automatically?
Upvotes: 1
Views: 49
Reputation: 55
According to the blog, there are no indexes to create and maintain, AnzoGraph DB handles all of that for you.
Ref link -https://blog.cambridgesemantics.com/anzograph-db-benchmarking-guide
Upvotes: 1