You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@qpid.apache.org by "Ted Ross (JIRA)" <ji...@apache.org> on 2013/07/10 20:27:49 UTC

[jira] [Created] (QPID-4984) Linear File Allocation for the Linux AIO Store

Ted Ross created QPID-4984:
------------------------------

             Summary: Linear File Allocation for the Linux AIO Store
                 Key: QPID-4984
                 URL: https://issues.apache.org/jira/browse/QPID-4984
             Project: Qpid
          Issue Type: Improvement
          Components: C++ Broker
            Reporter: Ted Ross


This Jira is for a proposed change to the AIO "legacy" store in the Qpid C++ Broker.

Rather than pre-allocating store files in a fixed-size ring buffer (per queue), the linear store allocates files to queue journals on an as-needed basis, freeing them to a free-pool when no longer needed (i.e. all stored messages have been dequeued).

The development is ongoing in a branch called "linearstore".

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@qpid.apache.org
For additional commands, e-mail: dev-help@qpid.apache.org