Hi there!

I'm Using orentdb 2.0.13 and batch write with Spring batch.
I'm using 1 Vertex with 4 properties and 3 index.

If I removed index commit 5000 rows spends under 1000 mills.
If I using 3 index it takes 20000~100000 mills.

So, How can i improve write performance?

I don't touch server config.
In java Config I use this.

OGlobalConfiguration.USE_WAL.setValue(false);
OGlobalConfiguration.WAL_SYNC_ON_PAGE_FLUSH.setValue(false);
graph.setUseLog(false);


graph.declareIntent(new OIntentMassiveInsert());
for loop 
    graph.addVertex("class:SomeClass");
 graph.declareIntent(new OIntentMassiveInsert());

-- 

--- 
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