Re: [orientdb] Re: are server-side functions (javascript or sql) faster than java api

2015-01-06 Thread Andrei Stoiculescu
Thanks for the response. So then, the only tcp-ip calls would be for the replication. And if I want to write to more masters, I have to start the same java app on each of the different master machines I want to be writing to, with the same configuration file (hazelcast.xml) ? On Monday, Januar

Re: [orientdb] Re: are server-side functions (javascript or sql) faster than java api

2015-01-05 Thread Luca Garulli
Hi Andrei, Java API is the fastest solution, specially because you could embed OrientDB in the same JVM of your app avoiding the entire TCP/IP call. Lvc@ On 5 January 2015 at 12:25, Andrei Stoiculescu wrote: > Batching is very important too. Was wondering whether this is possible > from the se

[orientdb] Re: are server-side functions (javascript or sql) faster than java api

2015-01-05 Thread Andrei Stoiculescu
Batching is very important too. Was wondering whether this is possible from the server side functions. On Monday, January 5, 2015 12:24:58 PM UTC+2, Andrei Stoiculescu wrote: > > Hi, > > I am looking to setting up an OrientDb application, in which we will be > doing a lot of inserts per second