sgup432 commented on issue #14222: URL: https://github.com/apache/lucene/issues/14222#issuecomment-2675501604
I re-ran test with 1mb cache, and assuming 50 lucene segments Numbers are even better! ## Performance Comparison: v1 vs v2 | Benchmark | Version | Throughput (ops/s) | Error (± ops/s) | Improvement Factor | |------------------------------------------------|---------|--------------------|------------------|--------------------| | **Concurrent Get & Put (Mixed Load)** | v1 | 1,281,312.313 | 32,524.805 | **4.44x** | | | v2 | 5,686,201.010 | 91,006.718 | | | **Get Performance (Read-Only in Mixed load)** | v1 | 538,790.219 | 82,806.104 | **8.16x** | | | v2 | 4,399,376.709 | 102,910.001 | | | **Put Performance (Write-Only in Mixed Load)** | v1 | 742,522.095 | 80,860.990 | **1.73x** | | | v2 | 1,286,824.300 | 28,852.757 | | | **Concurrent Puts (Write-Only Load)** | v1 | 919,128.018 | 67,900.245 | **4.24x** | | | v2 | 3,895,563.219 | 56,761.564 | | -- 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: issues-unsubscr...@lucene.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: issues-unsubscr...@lucene.apache.org For additional commands, e-mail: issues-h...@lucene.apache.org