gaobinlong commented on PR #15128:
URL: https://github.com/apache/lucene/pull/15128#issuecomment-3624140910
Performance benchmark test on OpenSearch 3.3:
query DSL:
```
GET big5/_search
{
"query": {
"match": {
"message": "50-136-239-27"
}
},
"collapse": {
"field": "host.name"
}
}
```
Before:
| 50th percentile service time | collapsing
| 457.15 | ms |
| 90th percentile service time |
collapsing | 465.055 | ms |
| 99th percentile service time |
collapsing | 484.799 | ms |
| 99.9th percentile service time |
collapsing | 533.964 | ms |
| 100th percentile service time |
collapsing | 555.568 | ms |
After:
| 50th percentile service time |
collapsing | 415.191 | ms |
| 90th percentile service time |
collapsing | 424.929 | ms |
| 99th percentile service time |
collapsing | 450.17 | ms |
| 99.9th percentile service time |
collapsing | 472.111 | ms |
| 100th percentile service time |
collapsing | 478.579 | ms |
--
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]