cancel
Showing results for 
Search instead for 
Did you mean: 

Head's Up! These forums are read-only. All users and content have migrated. Please join us at community.neo4j.com.

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

1 REPLY 1

ameyasoft
Graph Maven

Thanks for sharing the article.