Re: [orientdb] Re: Mass insertion of vertices very slow, is it necessary Performance Tuning?

2016-12-05 Thread Aceitunas y encurtidos Quijote
Hi, I do this: //Comprobamos si existe ya elemento Composition padre para esta composicion-version String queryComposition = "select from Composition where idComposition = '" + idComposition + "' "; Iterable result = graph.command(new OSQLSynchQuery(queryComposition)).execute(); //Si

Re: [orientdb] Re: Mass insertion of vertices very slow, is it necessary Performance Tuning?

2016-12-02 Thread Luca Garulli
Ok, when you create edges, how do you look for a vertex if it already exists? Best Regards, Luca Garulli Founder & CEO OrientDB LTD On 1 December 2016 at 14:22, Aceitunas y encurtidos Quijote < encurtidosquij...@gmail.com> wrote: > If I am doing searches to add edges and

Re: [orientdb] Re: Mass insertion of vertices very slow, is it necessary Performance Tuning?

2016-12-01 Thread Aceitunas y encurtidos Quijote
If I am doing searches to add edges and I do not have indexes El jueves, 1 de diciembre de 2016, 13:02:09 (UTC+1), l.garulli escribió: > > Are you doing lookups and in this case, do you have indexes defined on the > lookup fields? > > Best Regards, > > Luca Garulli > Founder & CEO > OrientDB LTD

Re: [orientdb] Re: Mass insertion of vertices very slow, is it necessary Performance Tuning?

2016-12-01 Thread Luca Garulli
Are you doing lookups and in this case, do you have indexes defined on the lookup fields? Best Regards, Luca Garulli Founder & CEO OrientDB LTD On 1 December 2016 at 08:48, Aceitunas y encurtidos Quijote < encurtidosquij...@gmail.com> wrote: > Hello, you are finished

Re: [orientdb] Re: Mass insertion of vertices very slow, is it necessary Performance Tuning?

2016-11-30 Thread Aceitunas y encurtidos Quijote
Hello, you are finished inserting: Inserted 1000 EHRs, 10 compositions in 58062579 ms. The size of the database is 940mb -- --- 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,

Re: [orientdb] Re: Mass insertion of vertices very slow, is it necessary Performance Tuning?

2016-11-30 Thread Aceitunas y encurtidos Quijote
Ah ok, I'll do the test. really do not see performance decline, it just takes more than 24 hours to insert Vertex type A: 1000 Vertex type B: 100,000 Enges A to B: 100 > -- --- You received this message because you are subscribed to the Google Groups "OrientDB" group. To unsubscribe from

Re: [orientdb] Re: Mass insertion of vertices very slow, is it necessary Performance Tuning?

2016-11-30 Thread Andrey Lomakin
I need to know all this information to suggest you way to improve system speed )) On Wed, Nov 30, 2016 at 2:39 PM Academia Learning Centro de inglés y de formación wrote: > ok but I need to know if there is any way to improve performance > > > El miércoles, 30 de

Re: [orientdb] Re: Mass insertion of vertices very slow, is it necessary Performance Tuning?

2016-11-30 Thread Academia Learning Centro de inglés y de formación
ok but I need to know if there is any way to improve performance El miércoles, 30 de noviembre de 2016, 12:59:59 (UTC+1), Andrey Lomakin escribió: > > Once you will have slowdown during insertion of data, just measure size of > the database directory. > > > On Wed, Nov 30, 2016 at 10:11 AM

Re: [orientdb] Re: Mass insertion of vertices very slow, is it necessary Performance Tuning?

2016-11-30 Thread Andrey Lomakin
Once you will have slowdown during insertion of data, just measure size of the database directory. On Wed, Nov 30, 2016 at 10:11 AM Academia Learning Centro de inglés y de formación wrote: > How can I consult that? Is installed on my local hard drive, this has a >

Re: [orientdb] Re: Mass insertion of vertices very slow, is it necessary Performance Tuning?

2016-11-30 Thread Aceitunas y encurtidos Quijote
How can I consult that? Is installed on my local hard drive, this has a capacity of 15.5GB free El miércoles, 30 de noviembre de 2016, 7:59:10 (UTC+1), Andrey Lomakin escribió: > > Hi, > I also need to know the size of your database on disk. > > On Tue, Nov 29, 2016 at 3:18 PM Aceitunas y

Re: [orientdb] Re: Mass insertion of vertices very slow, is it necessary Performance Tuning?

2016-11-30 Thread Academia Learning Centro de inglés y de formación
How can I consult that? Is installed on my local hard drive, this has a capacity of 15.5GB free El miércoles, 30 de noviembre de 2016, 7:59:10 (UTC+1), Andrey Lomakin escribió: > > Hi, > I also need to know the size of your database on disk. > > On Tue, Nov 29, 2016 at 3:18 PM Aceitunas y

Re: [orientdb] Re: Mass insertion of vertices very slow, is it necessary Performance Tuning?

2016-11-29 Thread Andrey Lomakin
Hi, I also need to know the size of your database on disk. On Tue, Nov 29, 2016 at 3:18 PM Aceitunas y encurtidos Quijote < encurtidosquij...@gmail.com> wrote: Help El lunes, 28 de noviembre de 2016, 9:02:49 (UTC+1), Aceitunas y encurtidos Quijote escribió: Hi, I have to do a massive