You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@doris.apache.org by GitBox <gi...@apache.org> on 2022/04/26 09:50:43 UTC

[GitHub] [incubator-doris] mrhhsg commented on pull request #9226: [Enhancement]Avoid unnecessary calculations in HashTableGrower

mrhhsg commented on PR #9226:
URL: https://github.com/apache/incubator-doris/pull/9226#issuecomment-1109590057

   > The query performance change looks very small, more like normal query time consuming jitter, are you sure this pr has a performance improvement?
   
   hi @yangzhg 
   In fact, the impact is very small, but a bit operation will be performed each time when data is inserted into the hash table.
   For example, it may take tens of milliseconds to perform 150,000 bit operations.
   


-- 
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@doris.apache.org

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


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@doris.apache.org
For additional commands, e-mail: commits-help@doris.apache.org