You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@activemq.apache.org by "Francesco Nigro (JIRA)" <ji...@apache.org> on 2017/08/02 09:32:00 UTC

[jira] [Created] (ARTEMIS-1318) Uses unbuffered MAPPED Journal if no data-sync is required

Francesco Nigro created ARTEMIS-1318:
----------------------------------------

             Summary: Uses unbuffered MAPPED Journal if no data-sync is required
                 Key: ARTEMIS-1318
                 URL: https://issues.apache.org/jira/browse/ARTEMIS-1318
             Project: ActiveMQ Artemis
          Issue Type: Improvement
            Reporter: Francesco Nigro
            Assignee: Francesco Nigro


Disable the TimedBuffer on MAPPED journal if no data-sync in required:
* reduced footprint (no TimedBuffer)
* reduced CPU usage (less buffer copy and no TimedBuffer background timer thread)
* reduced latencies (not timeout can influence when the write will happen)



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)