Head's Up! These forums are read-only. All users and content have migrated. Please join us at community.neo4j.com.
06-21-2021 01:36 PM
Hello there
Simple questions for the developers, regarding only the recent version of Neo4j 4.3
As I read, Neo4j can now create index on a relationship properties, so...
Can we anchor a request on a relationship?
That might change a lot of things, mostly drastically reducing the amount of graph refactoring you need to do to answer new questions related to data inside of these relationships.
Solved! Go to Solution.
06-21-2021 03:29 PM
Hi there, yes! After creating your index on a relationship type and property (or properties), you can now make that your starting point into the graph. You can view the EXPLAIN plan to make sure the index lookup is being used, and if not you can provide an index hint to nudge the planner into using it.
06-21-2021 03:29 PM
Hi there, yes! After creating your index on a relationship type and property (or properties), you can now make that your starting point into the graph. You can view the EXPLAIN plan to make sure the index lookup is being used, and if not you can provide an index hint to nudge the planner into using it.
06-21-2021 05:42 PM
It's a huge improvement, it means not only less refactoring but also it's easier to keep a graph humanly readable or intuitive while being able to ask more stuff
If I'm right?
06-21-2021 04:17 PM
All the sessions of the conference are now available online