Head's Up! These forums are read-only. All users and content have migrated. Please join us at community.neo4j.com.
09-11-2019 04:23 AM
Assume that in my application I have some graph data as my domain objects as well as some non-graph data related to UI. One solution is to use the non-graph data in Neo4j as isolated nodes and use index lookups to query the data (Assume no joins are required). This can avoid using two separate databases. Is there any drawback to this solution? Any performance issues?
Solved! Go to Solution.
09-12-2019 12:14 PM
No performance issues
No drawbacks
Just make sure that those nodes are not deleted or modified by the other part of the application.
Use separate set of labels.
In 4.0+ you'll be able to use multiple databases.
09-12-2019 12:14 PM
No performance issues
No drawbacks
Just make sure that those nodes are not deleted or modified by the other part of the application.
Use separate set of labels.
In 4.0+ you'll be able to use multiple databases.
09-14-2019 09:10 PM
Looking forward to that v4.0 release. Lots of good things coming from what I've read.
All the sessions of the conference are now available online