Merge: Neo4j: bug fixes and improvments
authorJean Privat <jean@pryen.org>
Mon, 21 Jul 2014 14:44:32 +0000 (10:44 -0400)
committerJean Privat <jean@pryen.org>
Mon, 21 Jul 2014 14:44:32 +0000 (10:44 -0400)
commit4cc4a635c5d0542b72ed34febe8c3aa46d1ba303
treee02e710824b69d7cd8b74db1b525896cdcd0e847
parente948cfd43c1bda26b69c3d7deec13f2722fac16e
parent5763773d685fa92958810ee4ef16a1073f8c0cf9
Merge: Neo4j: bug fixes and improvments

Changes:
* avoid node duplication by force loading nodes from local store
* better handling of big graphes through separation of nodes and edges loading
* try to speed things up with nodes data preloading from `nodes_with_labels` response

Pull-Request: #597
Reviewed-by: Jean Privat <jean@pryen.org>