Hi, I am using neo4j embedded 2.1.2 . My use case is only read operations over a graph database which i create once initially. Graph contains indexes over nodes and relationships. Read operations include iterating over resources, queries on indexes and graph traversals. So the issue i am facing is : read operations seem inefficient over multithreading. e.g. A read operation ( iterating over all nodes ) take about 300ms in single thread but in multithreading it seems to wait until 1 thread is finished, so 100 parallel threads take about 30 secs, which is as good as sequential . This may be due to the way i am using transaction . I want to know what is the best way to use transactions in my use case. Can somebody help me out.
Thanks, Ashish -- You received this message because you are subscribed to the Google Groups "Neo4j" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
