Yes, just executing a number of java API calls in a single tx, this is just 
what the REST API does.

Batching is here on the protocol level, i.e. you need only one network 
operation (and serializer/deserializer call) for the whole set of operations 
(and those concerns are all not relevant in the java API).

The question is: do you run into performance issues?

Michael

Am 08.08.2011 um 13:57 schrieb ahmed.elsharkasy:

> i got your point , the reason for asking this question is that i already done
> similar operations from the rest API i.e finding groups of words with one
> request , doing more than operation in one call
> 
> isnt there a java equivalent to a request like this in the Rest API :
> http://docs.neo4j.org/chunked/1.4.M04/rest-api-batch-ops.html
> 
> --
> View this message in context: 
> http://neo4j-community-discussions.438527.n3.nabble.com/Batch-find-tp3221634p3235344.html
> Sent from the Neo4j Community Discussions mailing list archive at Nabble.com.
> _______________________________________________
> Neo4j mailing list
> User@lists.neo4j.org
> https://lists.neo4j.org/mailman/listinfo/user

_______________________________________________
Neo4j mailing list
User@lists.neo4j.org
https://lists.neo4j.org/mailman/listinfo/user

Reply via email to