graphaware / neo4j-uuid

GraphAware Runtime Module that assigns a UUID to all nodes (and relationships) in the graph transparently
103 stars 22 forks source link

Implement indexing workaround #2

Closed bachmanm closed 9 years ago

bachmanm commented 9 years ago

Could we implement this workaround for our lack of indexing? https://github.com/neo4j/neo4j/issues/2851

luanne commented 9 years ago

No because the workaround is good when you have control over the original transaction. The issue does not occur when you make at least one explicit index update before the transaction is committed, but we do not have access to the transaction itself, just the event handler.

bachmanm commented 9 years ago

Right. Waiting for 2.2 then. Thanks!