Re: [orientdb] Inserting a large file into OrientDB

2014-10-21 Thread NewUser
Hey Andrey just sent you the code I am posting it again since it only got sent privately it seems public class Test { static Sail sail; public void testAll(File f) throws Exception { KeyIndexableGraph og = new OrientGraphNoTx(plocal:server7/test, admin, admin); Sail sail =

Re: [orientdb] Inserting a large file into OrientDB

2014-10-20 Thread Andrey Lomakin
HI, Do you have test ? I need to look how to reproduce this error. On Fri, Oct 17, 2014 at 10:34 PM, NewUser sykamak...@gmail.com wrote: Hi! I have created a schemaless database in OrientDB in which I am trying to load a large .nt file, I have not created any manual indexes and I am trying

[orientdb] Inserting a large file into OrientDB

2014-10-17 Thread NewUser
Hi! I have created a schemaless database in OrientDB in which I am trying to load a large .nt file, I have not created any manual indexes and I am trying to see how the system behaves with the automatic indexing. The indexes were created upon starting the upload as from what I see in the