msokolov commented on PR #13581: URL: https://github.com/apache/lucene/pull/13581#issuecomment-2234263814
Tested with 1M 256-dim docs ... at least it doesn't seem to make anything worse? # M=16,width=50 Tests with 1M 256-d vectors, M=16, beam-width-index=50 | condition | merge threads | recall | latency | index time | |-----------|---------------|--------|---------|------------| | candidate | 12 | 0.927 | 2.37 | 177206 | | candidate | 12 | 0.928 | 2.57 | 174283 | | baseline | 12 | 0.927 | 2.49 | 178528 | | baseline | 12 | 0.927 | 2.40 | 180748 | | candidate | 1 | 0.925 | 2.37 | 176221 | | candidate | 1 | 0.925 | 2.36 | 186181 | | baseline | 1 | 0.926 | 2.46 | 176939 | | baseline | 1 | 0.926 | 2.55 | 185635 | # M=32,width=100 Tests with 1M 256-d vectors, M=32, beam-width-index=100 | condition | merge threads | recall | latency | index time | |-----------|---------------|--------|---------|------------| | candidate | 12 | 0.969 | 2.54 | 390794 | | candidate | 12 | 0.969 | 2.51 | 434838 | | baseline | 12 | 0.969 | 2.55 | 393600 | | baseline | 12 | 0.967 | 2.82 | 441376 | | candidate | 1 | 0.969 | 2.48 | 428682 | | candidate | 1 | 0.970 | 2.49 | 392494 | | baseline | 1 | 0.970 | 2.72 | 403489 | | baseline | 1 | 0.968 | 2.44 | 409693 | -- 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