In redis there is a way to "group" commands to reduce the number of exchanges between the client and the server. (redis pipelining)
When used with hundred or thousands of commands, it can dramatically reduce a server load.
Is there a equivalent in OrientDB?