dianabarsan commented on issue #5894: URL: https://github.com/apache/couchdb/issues/5894#issuecomment-4658890800
Apologies for not coming back to this earlier. I have just finished running the small benchmarking suite and I have excellent results to report. ## nouveau_index benchmark: 3.5.0 → 3.5.2 | limit | include_docs | keys | 3.5.0 (ms) | 3.5.2 (ms) | Δ (ms) | Δ (%) | |--|--|--|--|--|--|--| | indexing | | | 185710 | 72414 | −113296 | −61.0% | | 100 | | | 110 | 123 | +13 | +11.8% | | 1000 | | | 962 | 239 | −723 | −75.2% | | 10000 | | | 2028 | 1800 | −228 | −11.2% | | 100 | true | | 74 | 91 | +17 | +23.0% | | 1000 | true | | 357 | 303 | −54 | −15.1% | | 10000 | true | | 3234 | 2624 | −610 | −18.9% | | 100 | | true | 50 | 152 | +102 | +204.0% | | 1000 | | true | 241 | 350 | +109 | +45.2% | | 10000 | | true | 1660 | 1700 | +40 | +2.4% | | 10000 | true | true | 3016 | 2799 | −217 | −7.2% | **Indexing is 61% faster** (185.7s → 72.4s)! Also larger queries improved consistently! Thank you so much @rnewson and @nickva ! -- 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]
