You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@rocketmq.apache.org by "wojiushimogui (via GitHub)" <gi...@apache.org> on 2023/03/17 11:40:40 UTC

[GitHub] [rocketmq] wojiushimogui commented on issue #4177: Is there a limit to the number of tags?

wojiushimogui commented on issue #4177:
URL: https://github.com/apache/rocketmq/issues/4177#issuecomment-1473705776

   > > A large number of different tags is not recommended. A large number of different tags can mean a large number of different subscribers. A larger number of subscribers can have an impact on broker performance.
   > 
   > I've done this in a production environment before and it does have an impact on performance.
   
   all is pull consumption, topic has many tags, consumers only pay attention to a small number of tags,  why is there a performance impact? Can you tell me the specific reason?
   In my opinion, the message is matched directly on the server side according to the hashCode, and then directly matched on the consumer side according to the plaintext of the tag, which has nothing to do with the number of tags.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@rocketmq.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org