kaivalnp commented on PR #15979: URL: https://github.com/apache/lucene/pull/15979#issuecomment-4560051200
Re-did the changes on top of `main`, benchmark details same as https://github.com/apache/lucene/pull/15979#issuecomment-4349710634 (except this one is on 500K docs). Common: ``` Results: NOTE: nDoc = 500000 for all runs; skipping column NOTE: searchType = KNN for all runs; skipping column NOTE: topK = 100 for all runs; skipping column NOTE: fanout = 100 for all runs; skipping column NOTE: resultSimilarity = N/A for all runs; skipping column NOTE: decay = N/A for all runs; skipping column NOTE: resultCount = 100.000 for all runs; skipping column NOTE: maxConn = 64 for all runs; skipping column NOTE: beamWidth = 250 for all runs; skipping column NOTE: quantized = no for all runs; skipping column NOTE: num_segments = 1 for all runs; skipping column NOTE: overSample = 1.000 for all runs; skipping column NOTE: vec_disk(MB) = 1953.125 for all runs; skipping column NOTE: vec_RAM(MB) = 1953.125 for all runs; skipping column NOTE: bp-reorder = false for all runs; skipping column NOTE: indexType = HNSW for all runs; skipping column NOTE: rerank = no for all runs; skipping column ``` `main`: ``` filterStrategy index(s) index_docs/s force_merge(s) index_size(MB) visited filterSelectivity recall latency(ms) netCPU avgCpuCount index-time-filter 158.52 3154.18 139.27 2224.54 6183 0.10 0.995 1.952 1.951 0.999 index-time-filter 137.30 3641.71 182.10 2426.55 6820 0.20 0.993 2.241 2.240 0.999 index-time-filter 330.23 1514.09 102.27 3034.54 7604 0.50 0.990 2.502 2.501 1.000 query-time-pre-filter 161.97 3087.03 124.74 2024.70 10887 0.10 0.977 5.538 5.537 1.000 query-time-pre-filter 161.97 3087.03 124.74 2024.70 14837 0.20 0.976 5.590 5.589 1.000 query-time-pre-filter 161.97 3087.03 124.74 2024.70 15812 0.50 0.978 5.002 5.001 1.000 ``` This PR: ``` filterStrategy index(s) index_docs/s force_merge(s) index_size(MB) visited filterSelectivity recall latency(ms) netCPU avgCpuCount index-time-filter 155.55 3214.44 151.74 2031.48 6197 0.10 0.995 2.040 2.040 1.000 index-time-filter 174.86 2859.50 151.46 2038.26 6828 0.20 0.993 2.396 2.395 1.000 index-time-filter 390.92 1279.05 30.06 2059.98 7603 0.50 0.990 2.623 2.621 0.999 query-time-pre-filter 191.61 2609.48 96.57 2025.86 10932 0.10 0.977 5.587 5.586 1.000 query-time-pre-filter 191.61 2609.48 96.57 2025.86 14863 0.20 0.976 6.128 6.126 1.000 query-time-pre-filter 191.61 2609.48 96.57 2025.86 15827 0.50 0.978 4.561 4.560 1.000 ``` -- 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]
