Re: [orientdb] Re: Best time to create vertex properties

2015-01-30 Thread Luigi Dell'Aquila
Hi Oleg, it seems to be ok, the throughput depends a lot on the size of single documents, on the number and type of indexes you use (I can say that Lucene indexes demonstrated to have the best performance in insert) and on the type of connection you are using (plocal or remote). 1M per minute wit

[orientdb] Re: Best time to create vertex properties

2015-01-30 Thread Oleg Proudnikov
Luigi, Thank you for your detailed reply. Yes, I asked about schema properties. I disable WAL, then I create ODatabaseDocumentTx and set massive insert intent. I do not explicitly open/commit transactions. My throughput is 1 million documents per 1 minute on a single thread. Is this OK? Thank