jpountz commented on issue #595: Load freqs lazily in Postings URL: https://github.com/apache/lucene-solr/pull/595#issuecomment-507686590 I had indexed wikibig for other reasons to I ran your patch on it, minus changes to BlockPostingsEnum and EverythingEnum as I suggested above. This looks pretty good: ``` TaskQPS baseline StdDev QPS patch StdDev Pct diff IntNRQ 717.02 (5.1%) 713.19 (5.4%) -0.5% ( -10% - 10%) AndHighHigh 47.51 (3.8%) 47.32 (3.1%) -0.4% ( -7% - 6%) HighPhrase 32.70 (3.1%) 32.60 (2.9%) -0.3% ( -6% - 5%) LowPhrase 43.39 (2.5%) 43.26 (2.2%) -0.3% ( -4% - 4%) MedPhrase 49.86 (3.0%) 49.74 (2.7%) -0.2% ( -5% - 5%) MedSloppyPhrase 101.69 (2.6%) 101.44 (2.4%) -0.2% ( -5% - 4%) HighSpanNear 1.45 (5.0%) 1.45 (5.0%) -0.1% ( -9% - 10%) HighSloppyPhrase 18.67 (3.8%) 18.65 (3.5%) -0.1% ( -7% - 7%) LowSloppyPhrase 18.73 (3.6%) 18.72 (3.4%) -0.1% ( -6% - 7%) MedSpanNear 13.67 (6.4%) 13.66 (6.4%) -0.1% ( -12% - 13%) LowSpanNear 12.35 (4.4%) 12.34 (4.3%) -0.0% ( -8% - 9%) Fuzzy1 221.59 (5.3%) 221.87 (4.6%) 0.1% ( -9% - 10%) OrHighHigh 36.95 (2.2%) 37.04 (3.1%) 0.2% ( -4% - 5%) Respell 281.61 (2.1%) 282.51 (2.0%) 0.3% ( -3% - 4%) HighTerm 1100.87 (3.4%) 1105.42 (3.4%) 0.4% ( -6% - 7%) AndHighMed 38.15 (3.8%) 38.39 (3.2%) 0.6% ( -6% - 7%) LowTerm 2078.80 (4.2%) 2094.38 (4.0%) 0.7% ( -7% - 9%) MedTerm 1719.15 (3.4%) 1738.40 (3.8%) 1.1% ( -5% - 8%) Fuzzy2 135.44 (6.1%) 137.59 (6.0%) 1.6% ( -9% - 14%) OrHighMed 48.82 (2.3%) 49.95 (3.0%) 2.3% ( -2% - 7%) HighTermDayOfYearSort 43.29 (5.2%) 44.32 (5.4%) 2.4% ( -7% - 13%) HighTermMonthSort 82.30 (9.6%) 87.14 (10.2%) 5.9% ( -12% - 28%) Wildcard 78.79 (5.5%) 84.24 (5.7%) 6.9% ( -3% - 19%) OrHighLow 539.22 (2.6%) 582.17 (3.1%) 8.0% ( 2% - 13%) Prefix3 106.55 (7.8%) 119.76 (11.2%) 12.4% ( -6% - 34%) AndHighLow 892.53 (3.1%) 1037.07 (4.3%) 16.2% ( 8% - 24%) ```
---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
