I am able to do 20000 vertex per second but its in inmemory db , Dont know how I can use this inmemory data from the class to the downstream system? when I am doing a select to the class to which the ETL json loaded the data it shows 0 records.
+ extracted 996,523 rows (20,043 rows/sec) - 996,523 rows -> loaded 996,521 vertices (20,043 vertices/sec) Total time: 50690ms [0 warnings, 0 errors] END ETL PROCESSOR + extracted 1,007,196 rows (20,062 rows/sec) - 1,007,196 rows -> loaded 1,007,195 vertices (20,063 vertices/sec) Total time: 51222ms [0 warnings, 0 errors] C:\orientdb-community-2.0.1\orientdb-community-2.0.1\bin> Thanks. Shivanandan Gupta On Thursday, 19 February 2015 17:29:31 UTC+5:30, Simon Gemmell wrote: > > Right, yeh, we've doing inserts - sounds to me like it's going to be the > same underlying limitation though - how fast it can write stuff. Can't help > you beyond that though, sorry. > > On 19/02/2015 10:38 PM, Markus Menner wrote: > > Hi, > > I think there is a misunderstanding: > > My problem occurs in EMBEDDED mode, when I do 8000 UPDATES within a > TRANSACTION using the DOCUMENT API. > The save()s are performed in a reasonable amount of time (around 2-3 > secs.). > But when the COMMIT is performed, it takes between 3 and 20 seconds > (that's a thing that purely is performed in the OrientDB code). > Also, during the commit, it seems that accessing the same documents from > another Thread seems to wait until the commit has been completed. > > I'm looking for possibilities to optimize that using other parameters. > > Any idea is welcome. > > Thanks, > Markus > -- > > --- > You received this message because you are subscribed to a topic in the > Google Groups "OrientDB" group. > To unsubscribe from this topic, visit > https://groups.google.com/d/topic/orient-database/hpPGvPXJrKw/unsubscribe. > To unsubscribe from this group and all its topics, send an email to > [email protected] <javascript:>. > For more options, visit https://groups.google.com/d/optout. > > > -- --- 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.
