mayya-sharipova commented on issue #595: Load freqs lazily in Postings URL: https://github.com/apache/lucene-solr/pull/595#issuecomment-506811878 Results running the current version against master: ```bash python src/python/localrun.py -source wikimedium10k ``` ``` Report after iter 19: TaskQPS baseline StdDevQPS my_modified_version StdDev Pct diff HighIntervalsOrdered 331.95 (15.5%) 302.61 (17.2%) -8.8% ( -35% - 28%) MedSpanNear 526.35 (18.1%) 495.44 (16.2%) -5.9% ( -34% - 34%) LowSloppyPhrase 856.47 (15.0%) 832.17 (15.1%) -2.8% ( -28% - 32%) Wildcard 325.84 (15.1%) 318.97 (16.3%) -2.1% ( -29% - 34%) HighTerm 2452.42 (13.0%) 2427.11 (15.9%) -1.0% ( -26% - 32%) Prefix3 225.03 (15.9%) 224.37 (17.1%) -0.3% ( -28% - 38%) OrHighHigh 179.73 (18.6%) 179.48 (16.6%) -0.1% ( -29% - 43%) OrHighMed 436.93 (16.5%) 436.34 (15.4%) -0.1% ( -27% - 37%) AndHighHigh 295.80 (17.7%) 295.42 (17.1%) -0.1% ( -29% - 41%) LowSpanNear 658.15 (15.9%) 659.13 (12.5%) 0.1% ( -24% - 33%) MedTerm 2426.87 (16.6%) 2432.89 (13.4%) 0.2% ( -25% - 36%) LowPhrase 1034.22 (15.8%) 1038.10 (14.3%) 0.4% ( -25% - 36%) IntNRQ 717.64 (16.1%) 722.40 (16.5%) 0.7% ( -27% - 39%) HighTermDayOfYearSort 407.60 (10.7%) 411.51 (16.6%) 1.0% ( -23% - 31%) Fuzzy2 39.92 (21.9%) 40.31 (16.5%) 1.0% ( -30% - 50%) OrHighLow 646.37 (13.9%) 654.28 (17.8%) 1.2% ( -26% - 38%) AndHighLow 827.09 (16.0%) 840.43 (16.1%) 1.6% ( -26% - 40%) HighSpanNear 377.10 (16.0%) 383.73 (14.6%) 1.8% ( -24% - 38%) HighTermMonthSort 1257.71 (12.6%) 1280.97 (15.7%) 1.8% ( -23% - 34%) AndHighMed 634.96 (16.4%) 647.16 (12.8%) 1.9% ( -23% - 37%) HighPhrase 560.37 (18.3%) 572.15 (18.0%) 2.1% ( -28% - 46%) BrowseMonthSSDVFacets 1515.12 (11.5%) 1549.39 (10.5%) 2.3% ( -17% - 27%) BrowseDateTaxoFacets 2733.74 (10.6%) 2805.93 (11.5%) 2.6% ( -17% - 27%) PKLookup 123.28 (13.1%) 126.65 (12.2%) 2.7% ( -19% - 32%) BrowseMonthTaxoFacets 6927.15 (11.6%) 7131.62 (13.2%) 3.0% ( -19% - 31%) BrowseDayOfYearSSDVFacets 1249.77 (13.6%) 1286.87 (15.3%) 3.0% ( -22% - 36%) MedPhrase 708.03 (16.0%) 732.35 (17.7%) 3.4% ( -26% - 44%) MedSloppyPhrase 451.45 (16.9%) 468.08 (15.6%) 3.7% ( -24% - 43%) BrowseDayOfYearTaxoFacets 6774.32 (14.3%) 7028.15 (12.9%) 3.7% ( -20% - 36%) LowTerm 2906.03 (13.5%) 3028.13 (15.3%) 4.2% ( -21% - 38%) Fuzzy1 322.57 (16.9%) 337.58 (14.1%) 4.7% ( -22% - 42%) HighSloppyPhrase 596.31 (19.8%) 626.88 (14.7%) 5.1% ( -24% - 49%) Respell 208.18 (17.7%) 222.12 (14.1%) 6.7% ( -21% - 46%) ```
---------------------------------------------------------------- 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]
