Keith Wall created QPID-7437:
--------------------------------

             Summary: [BDB] Avoid storing unnecessary single byte with message 
enqueue records
                 Key: QPID-7437
                 URL: https://issues.apache.org/jira/browse/QPID-7437
             Project: Qpid
          Issue Type: Improvement
          Components: Java Broker
            Reporter: Keith Wall
             Fix For: qpid-java-6.1


We represent message instances in BDB as a tuple comprising a key (formed of 
queue id and message id) and a dummy record (currently formed of 1 byte).  The 
reason why we chose to store a single byte dummy byte is unclear as JE supports 
zero length values.  Storing of the single byte will be causing an unnecessary 
overhead and should be removed.

There is no need for a store version change.




--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to