Uploaded image for project: 'Qpid'
  1. Qpid
  2. QPID-8305

[Broker-J][JDBC Message Store] Performance regression when increasing the number of queues linked to a topic

    XMLWordPrintableJSON

Details

    • Improvement
    • Status: Closed
    • Major
    • Resolution: Fixed
    • qpid-java-broker-7.1.0
    • qpid-java-broker-7.1.3
    • Broker-J
    • None

    Description

      When sending a message to a topic, if this message is routed to N queues then we will do N+2 database inserts: 1 for the metadata, 1 for the content and 1 for each message/queue mapping (QPID_QUEUE_ENTRIES). The last N inserts could be batched in a single operation.

      Attachments

        Issue Links

          Activity

            People

              orudyy Alex Rudyy
              overmeulen Olivier VERMEULEN
              Votes:
              0 Vote for this issue
              Watchers:
              3 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: