chibenwa opened a new pull request, #2974: URL: https://github.com/apache/james-project/pull/2974
Outlook and other IMAP clients relies heavily on C: UID FETCH 1:* (FLAGS) For their resync and we spend ~50% of the compute of driver deserialization recomputing the same integer indexes over, and over again on the DB driver threads. This patch proposes precomputation on the first row of those indexes for reuse, saving easily this precious time. <img width="1839" height="531" alt="Screenshot from 2026-03-11 16-53-13" src="https://github.com/user-attachments/assets/e41d298e-e500-4c60-b7c2-c5b04c912c4e" /> -- 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]
