vttranlina opened a new pull request, #2528: URL: https://github.com/apache/james-project/pull/2528
The performance test reveals that the query on the `thread` table is take time: ```sql select thread_id, hash_base_subject from thread where ( username = $1 and hash_mime_message_id in ( $2, $3 ) ) ``` before  After  -- 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: notifications-unsubscr...@james.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: notifications-unsubscr...@james.apache.org For additional commands, e-mail: notifications-h...@james.apache.org