Hallo!

Thanks for the support till now, it's everything pretty intuitive and I 
almost finished to create a .NET wrapper .dll for the http protocol.

I've just a couple of questions, mainly focues on Batches thru http 
protocol calls:

- I tried to create 100,000 documents of a class with a single Batch call 
with transaction:true.
The result was great and in less than 2 minutes it created all the 100,000 
documents despite the huge size of the JSON i sent via POST, but weirdly 
the server.bat wrote this on the console:
*2014-10-29 16:11:35:670 WARN ->0:0:0:0:0:0:0:1: Error on content size 
60477841: the maximum allowed is 1000000 [ONetworkProtocolHttpDb]*
for me there are no errors cauz I've all my 100k records in the DB.

- How to manage Clusters with Batch calls?
I mean, I wanna do Insert operation in a Batch, so the JSON to send is 
something like this:

{ "transaction" : true,
  "operations" : [    {
      "type" : "c",
      "record" : {
        "@class" : "City",
        "name" : "Venice"
      }
    }
  ]}

Where I specified the Cluster to use for the insert?

Thank you!
Stefano

-- 

--- 
You received this message because you are subscribed to the Google Groups 
"OrientDB" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to