On Fri, Nov 20, 2009 at 4:26 PM, Matt Johnston <[email protected]> wrote: > ... > this property), or I can try to wrap my whole web request in one > transaction. >
Wrap the web request in one transaction. However, if you have lots of write requests (over 200 tx/s on a standard mechanical disk) you will need to batch writes. -Johan _______________________________________________ Neo mailing list [email protected] https://lists.neo4j.org/mailman/listinfo/user

