Reaching out to the rockstars of Neo4j, for your wisdom, and expertise!
- Is it possible to pass a transaction from one function to another, or one class to another?
- Is it possible to commit part of a transaction, do some more stuff, and then commit the rest?
- Is it possible to eager load members rather than lazy load them?
- Is it possible to patch update an attribute of a node rather than do a full update of the node?
- What kinds of event handlers are available?
- Maybe using event handlers, is there a good pattern for building an in-memory self-updating copy of the database (or parts of it), so I don't have to hit the database on every read?
Reaching out to the rockstars of Neo4j, for your wisdom, and expertise!