prudhvigodithi commented on PR #15383: URL: https://github.com/apache/lucene/pull/15383#issuecomment-3544116929
Enabling intra segment (https://github.com/apache/lucene/blob/main/lucene/core/src/java/org/apache/lucene/search/IndexSearcher.java#L323 changing `allowSegmentPartitions` to true) on both baseline and modified_version ``` TaskQPS baseline StdDevQPS my_modified_version StdDev Pct diff p-value BrowseDateSSDVFacets 643.61 (19.0%) 533.28 (23.9%) -17.1% ( -50% - 31%) 0.262 Respell 169.94 (10.6%) 150.05 (8.6%) -11.7% ( -27% - 8%) 0.087 BrowseDayOfYearSSDVFacets 1807.94 (3.0%) 1704.95 (14.7%) -5.7% ( -22% - 12%) 0.448 PKLookup 102.93 (7.8%) 97.39 (13.7%) -5.4% ( -24% - 17%) 0.494 BrowseDayOfYearTaxoFacets 1586.37 (9.5%) 1506.31 (4.7%) -5.0% ( -17% - 10%) 0.339 OrHighLow 983.67 (6.0%) 950.35 (4.0%) -3.4% ( -12% - 7%) 0.349 MedSloppyPhrase 170.68 (15.7%) 165.50 (16.3%) -3.0% ( -30% - 34%) 0.789 range 3253.34 (8.8%) 3156.90 (4.1%) -3.0% ( -14% - 10%) 0.543 BrowseRandomLabelSSDVFacets 427.01 (16.7%) 414.75 (8.1%) -2.9% ( -23% - 26%) 0.757 AndHighLow 1986.23 (4.8%) 1934.23 (3.0%) -2.6% ( -9% - 5%) 0.353 HighTerm 1278.50 (7.7%) 1245.80 (8.1%) -2.6% ( -17% - 14%) 0.648 BrowseMonthSSDVFacets 1823.66 (18.9%) 1777.35 (4.3%) -2.5% ( -21% - 25%) 0.793 LowPhrase 704.08 (5.3%) 691.11 (8.2%) -1.8% ( -14% - 12%) 0.705 HighTermMonthSort 1051.78 (4.1%) 1033.44 (3.4%) -1.7% ( -8% - 5%) 0.512 MedPhrase 732.81 (4.1%) 724.50 (6.7%) -1.1% ( -11% - 10%) 0.774 HighSpanNear 709.19 (4.2%) 707.61 (6.9%) -0.2% ( -10% - 11%) 0.956 HighTermDayOfYearSort 587.98 (2.3%) 588.40 (10.2%) 0.1% ( -12% - 12%) 0.989 AndHighMed 1510.70 (4.0%) 1512.99 (6.9%) 0.2% ( -10% - 11%) 0.970 LowSloppyPhrase 737.27 (9.5%) 741.77 (3.5%) 0.6% ( -11% - 15%) 0.904 MedTerm 2770.75 (4.7%) 2795.24 (3.3%) 0.9% ( -6% - 9%) 0.757 BrowseRandomLabelTaxoFacets 600.82 (10.0%) 606.46 (11.1%) 0.9% ( -18% - 24%) 0.900 AndHighHigh 862.73 (9.2%) 872.40 (10.8%) 1.1% ( -17% - 23%) 0.874 HighPhrase 632.63 (5.0%) 640.91 (3.0%) 1.3% ( -6% - 9%) 0.655 LowIntervalsOrdered 1331.49 (2.1%) 1350.83 (8.0%) 1.5% ( -8% - 11%) 0.726 BrowseMonthTaxoFacets 1532.43 (5.6%) 1555.53 (1.7%) 1.5% ( -5% - 9%) 0.607 HighIntervalsOrdered 500.55 (4.9%) 511.84 (8.4%) 2.3% ( -10% - 16%) 0.643 BrowseDateTaxoFacets 1623.75 (4.9%) 1671.21 (4.5%) 2.9% ( -6% - 12%) 0.377 LowTerm 3108.45 (6.4%) 3225.57 (8.9%) 3.8% ( -10% - 20%) 0.492 OrHighHigh 682.79 (3.4%) 711.91 (6.2%) 4.3% ( -5% - 14%) 0.226 OrHighMed 650.92 (6.0%) 679.02 (7.5%) 4.3% ( -8% - 18%) 0.369 MedIntervalsOrdered 887.43 (12.9%) 926.10 (8.7%) 4.4% ( -15% - 29%) 0.576 MedSpanNear 768.08 (4.3%) 803.56 (6.9%) 4.6% ( -6% - 16%) 0.254 IntNRQ 1107.86 (9.6%) 1162.64 (7.6%) 4.9% ( -11% - 24%) 0.421 Wildcard 460.61 (3.1%) 484.53 (4.1%) 5.2% ( -1% - 12%) 0.042 Fuzzy1 331.32 (5.6%) 349.15 (7.6%) 5.4% ( -7% - 19%) 0.254 LowSpanNear 1964.93 (5.0%) 2073.61 (2.7%) 5.5% ( -2% - 14%) 0.054 Fuzzy2 70.94 (8.9%) 75.83 (8.6%) 6.9% ( -9% - 26%) 0.265 Prefix3 660.53 (1.7%) 706.87 (5.2%) 7.0% ( 0% - 14%) 0.010 HighSloppyPhrase 409.79 (1.1%) 449.37 (6.2%) 9.7% ( 2% - 17%) 0.002 ``` -- 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]
