Hi, On Tue, Jan 12, 2010 at 6:41 AM, Ryan Levering <[email protected]> wrote: > ... > very cumbersome. In addition, my profiling shows that a lot of > program time is being spent on transaction management in very simple > reading code.
There is a small overhead of managing read only transactions. What numbers do you get? Doing minimal read-only transactions you should be able to get around 500000 transactions/s (using one thread). If that is not enough you need to group more read operations in each transaction. Regards, -Johan _______________________________________________ Neo mailing list [email protected] https://lists.neo4j.org/mailman/listinfo/user

