dishabehrani77
dishabehrani77

Reputation: 55

How to create index in anzo graph?

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

Answers (1)

dishabehrani77
dishabehrani77

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

Related Questions