xinyiZzz opened a new pull request, #18242: URL: https://github.com/apache/doris/pull/18242
# Proposed changes Issue Number: close #xxx ## Problem summary #10936 introduced to allow the HashTable to be filled to 75% when it is larger than 2G #11944 In the 1.1.2 version, the default HashTable is filled to 75% when it is larger than 64M, and no performance problems have been found in the 1.1.x version. Therefore, on the master, we default to fill the HashTable to 75% when it is larger than 2G, and expect to apply it to 1.2.x and later versions ## Checklist(Required) * [ ] Does it affect the original behavior * [ ] Has unit tests been added * [ ] Has document been added or modified * [ ] Does it need to update dependencies * [ ] Is this PR support rollback (If NO, please explain WHY) ## Further comments If this is a relatively large or complex change, kick off the discussion at [[email protected]](mailto:[email protected]) by explaining why you chose the solution you did and what alternatives you considered, etc... -- 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: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
