[ https://issues.apache.org/jira/browse/JENA-1222?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15415695#comment-15415695 ]
Andy Seaborne commented on JENA-1222: ------------------------------------- The size of the journal may also be measured in length for the case when many writers happen without the journal being able to write back. At some time, lock out new transactions and wait to flush the journal when it has many layers in it. > Control the flushing of the commit log based on journal size. > ------------------------------------------------------------- > > Key: JENA-1222 > URL: https://issues.apache.org/jira/browse/JENA-1222 > Project: Apache Jena > Issue Type: Improvement > Components: TDB > Reporter: Andy Seaborne > > See discussion in thread: > https://lists.apache.org/thread.html/b992db7e843e1444d2c4835ac9ece41bee2b251a60785d8881452b95@%3Cusers.jena.apache.org%3E > TDB batches commits to save on overheads of small updates. However, if the > application is continually making large commits then batching saves little, > and causes more temporary resource consumption (RAM especially). It may also > cause jitters in performance due to a large updates to the main database. -- This message was sent by Atlassian JIRA (v6.3.4#6332)