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: [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]