Hi, I'm using blueprints 2.5-SNAPSHOT with orientdb 1.6.4. I was running performance tests. I inserted 1 million records. Insertion rate was 27777 records/sec
then I deleted them all and ran this test again Insertion rate dropped to 1615 records/sec. I looked into logs and saw these messages 2014-01-29 11:50:36:142 INFO Max cache limit is reached (3000 vs. 3336), sync flush is performed. [OWriteAheadLog$LogSegment] 2014-01-29 11:50:43:840 INFO Max cache limit is reached (3000 vs. 3327), sync flush is performed. [OWriteAheadLog$LogSegment] 2014-01-29 11:50:49:326 INFO Max cache limit is reached (3000 vs. 3327), sync flush is performed. [OWriteAheadLog$LogSegment] 2014-01-29 11:50:54:153 INFO Max cache limit is reached (3000 vs. 3322), sync flush is performed. [OWriteAheadLog$LogSegment] 2014-01-29 11:51:05:583 INFO Max cache limit is reached (3000 vs. 3327), sync flush is performed. [OWriteAheadLog$LogSegment] 2014-01-29 11:51:10:889 INFO Max cache limit is reached (3000 vs. 3323), sync flush is performed. [OWriteAheadLog$LogSegment] 2014-01-29 11:51:19:337 INFO Max cache limit is reached (3000 vs. 3327), sync flush is performed. [OWriteAheadLog$LogSegment] 2014-01-29 11:51:23:407 INFO Max cache limit is reached (3000 vs. 3327), sync flush is performed. [OWriteAheadLog$LogSegment] I'm using OrientGraph object to insert data. I'm adding data by chunks, 10K records per commit. What does this mean? How cache affects insertion? Thanks! -Andrey -- --- 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/groups/opt_out.
