benwtrent commented on issue #12342: URL: https://github.com/apache/lucene/issues/12342#issuecomment-1644716403
> @benwtrent make sure to set maxConn to 48. 🤦 yep! Here is with the higher max conn. Sort of better. ``` recall latency nDoc fanout maxConn beamWidth visited index ms 0.145 0.35 400000 0 48 200 10 0 1.00 post-filter 0.553 1.94 400000 90 48 200 100 0 1.00 post-filter 0.709 3.47 400000 190 48 200 200 0 1.00 post-filter 0.878 7.92 400000 490 48 200 500 0 1.00 post-filter ``` > One last thing: From these results, we are trying to decide if transformation is required now, correct? I think so. I honestly don't know if we want to worry about this purposefully adversarial case :/. If things are random, Lucene does perfectly well as is. -- 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