foxtail463 opened a new pull request, #67618: URL: https://github.com/apache/doris/pull/67618
Primary-key lookup copied each rowset’s segment key bounds into a temporary vector before pruning candidate segments. This caused repeated allocation and protobuf object copying on the lookup hot path, with overhead increasing alongside the number of segments. -- 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]
