[
https://issues.apache.org/jira/browse/ARTEMIS-2844?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17168842#comment-17168842
]
ASF subversion and git services commented on ARTEMIS-2844:
----------------------------------------------------------
Commit 60e25b763ca6f9ee81cc85e459c7eb757c05f2bf in activemq-artemis's branch
refs/heads/master from Francesco Nigro
[ https://gitbox.apache.org/repos/asf?p=activemq-artemis.git;h=60e25b7 ]
ARTEMIS-2844 Improve binding query performance by reusing AddressImpl instances
> Improve MQTT subscribe/unsubscribe topic performance
> ----------------------------------------------------
>
> Key: ARTEMIS-2844
> URL: https://issues.apache.org/jira/browse/ARTEMIS-2844
> Project: ActiveMQ Artemis
> Issue Type: Improvement
> Components: Broker, MQTT
> Affects Versions: 2.14.0
> Reporter: Francesco Nigro
> Priority: Major
> Time Spent: 1h 20m
> Remaining Estimate: 0h
>
> MQTT (and not only) is severely effected on its performance while
> subscribing/unsubscribing when many topics are existing because:
> * SimpleAddressManager::getMatchingBindings/getDirectBindings are performing
> a linear search on all the existing Bindings
> * the results of the previous matches are saved into a Bindings instance even
> if not necessary (note: Bindings perform atomic operations while saving the
> matching Binding)
> * All the MQTT operations are performed in the Netty event loop
--
This message was sent by Atlassian Jira
(v8.3.4#803005)