Neo4j slow? I must be doing something wrong, please tell me what it is
问题 I'm seeing some rather improbable performance results from the embedded Neo4j, on the surface it's orders of magnitude slower than expected so I'm assuming I'm "doing it wrong", although I'm not doing anything complicated. I'm using the latest embedded python bindings for Neo4j (https://github.com/neo4j/python-embedded) from neo4j import GraphDatabase db = GraphDatabase('/tmp/neo4j') I've created fake 1500 products with simple attributes: fake_products = [{'name':str(x)} for x in range(0,1500