[ 
https://issues.apache.org/jira/browse/ARTEMIS-5893?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=18058251#comment-18058251
 ] 

ASF subversion and git services commented on ARTEMIS-5893:
----------------------------------------------------------

Commit cc641e48a01a53987bbb2f3c60869d581271272f in artemis's branch 
refs/heads/main from Andy Taylor
[ https://gitbox.apache.org/repos/asf?p=artemis.git;h=cc641e48a0 ]

ARTEMIS-5893 optimize ManagementService


> Optimize ManagementService
> --------------------------
>
>                 Key: ARTEMIS-5893
>                 URL: https://issues.apache.org/jira/browse/ARTEMIS-5893
>             Project: Artemis
>          Issue Type: Improvement
>            Reporter: Justin Bertram
>            Assignee: Justin Bertram
>            Priority: Major
>
> Currently 
> {{org.apache.activemq.artemis.core.server.management.impl.ManagementServiceImpl}}
>  has a single instance of a {{java.util.Map}} to manage _every single_ 
> management object. In high-volume use-cases this map might contains millions 
> of entries. This can slow down management operations on particular resources 
> (e.g. addresses or queues) because the broker has to look through the whole 
> map to gather and report on that particular resource.
> Performance could be improved by partitioning each resource type into its own 
> map. This will reduce the overall time needed to gather, filter, etc.



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

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

Reply via email to