Re: [orientdb] How can I improve batch write performance?

2015-08-11 Thread Luigi Dell'Aquila
Hi, a few questions, just to understand: - are you connecting in plocal or remote? - what kind of indexes did you define? Thanks Luigi 2015-08-05 10:54 GMT+02:00 김제준 : > 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 inde

[orientdb] How can I improve batch write performance?

2015-08-05 Thread 김제준
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 2~10 mills. So, How can i improve write performance? I don't touch server conf