Let’s Write a Stored Procedure in Neo4j — Part I

Let’s Write a Stored Procedure in Neo4j — Part IThe journey continuesI am frequently asked by Neo4j customers how to improve query performance on large graphs.Achieving good performance depends on:an effective model for the data andefficiently designed queries.The Neo4j Java APINeo4j offers two main ways of querying a graph- through the Cypher query language and via a Java API. A solid model and well-designed Cypher query is sufficient ...

Read more...

-- Matt Holford
Fri, 01 Oct 2021 22:32:53 GMT

3 Likes

Thanks for sharing the article.