jpountz commented on issue #12696:
URL: https://github.com/apache/lucene/issues/12696#issuecomment-1782814872

   FWIW I could reproduce the speedup from disabling patching locally on 
wikibigall:
   
   ```
                               TaskQPS baseline      StdDevQPS 
my_modified_version      StdDev                Pct diff p-value
                   HighSloppyPhrase        1.58      (4.9%)        1.55      
(9.5%)   -1.9% ( -15% -   13%) 0.441
                          CountTerm    13139.34      (3.0%)    12937.65      
(3.1%)   -1.5% (  -7% -    4%) 0.111
                  HighTermMonthSort     4393.07      (1.5%)     4371.13      
(2.1%)   -0.5% (  -4% -    3%) 0.396
                            Prefix3      270.78      (3.4%)      271.17      
(3.2%)    0.1% (  -6% -    7%) 0.889
                             Fuzzy1      100.16      (1.1%)      100.42      
(0.9%)    0.3% (  -1% -    2%) 0.420
                             Fuzzy2       70.62      (1.1%)       70.84      
(1.0%)    0.3% (  -1% -    2%) 0.340
                         HighPhrase       16.41      (3.8%)       16.49      
(5.3%)    0.5% (  -8% -    9%) 0.738
                            Respell       53.35      (1.8%)       53.62      
(1.6%)    0.5% (  -2% -    4%) 0.351
                           HighTerm      418.58      (9.3%)      421.91      
(7.7%)    0.8% ( -14% -   19%) 0.770
                    LowSloppyPhrase        9.87      (2.5%)        9.96      
(5.9%)    0.9% (  -7% -    9%) 0.544
                           Wildcard       94.17      (2.8%)       95.04      
(3.3%)    0.9% (  -5% -    7%) 0.341
                            MedTerm      553.18      (8.3%)      559.16      
(6.9%)    1.1% ( -13% -   17%) 0.656
                            LowTerm      784.38      (7.0%)      793.23      
(5.7%)    1.1% ( -10% -   14%) 0.575
                           PKLookup      264.32      (2.8%)      267.44      
(2.2%)    1.2% (  -3% -    6%) 0.138
                       HighSpanNear        5.37      (3.2%)        5.44      
(3.3%)    1.3% (  -5% -    8%) 0.213
                          OrHighLow      590.78      (3.0%)      598.60      
(2.6%)    1.3% (  -4% -    7%) 0.132
                          LowPhrase       27.97      (3.7%)       28.42      
(4.9%)    1.6% (  -6% -   10%) 0.245
                        LowSpanNear       11.09      (2.1%)       11.30      
(2.2%)    1.8% (  -2% -    6%) 0.007
                        MedSpanNear        7.39      (3.3%)        7.53      
(3.5%)    1.9% (  -4% -    8%) 0.079
                         AndHighLow      819.00      (2.9%)      835.98      
(2.4%)    2.1% (  -3% -    7%) 0.015
                          MedPhrase       91.27      (3.4%)       93.33      
(4.6%)    2.3% (  -5% -   10%) 0.078
              HighTermDayOfYearSort      447.47      (1.8%)      457.76      
(1.8%)    2.3% (  -1% -    5%) 0.000
                    MedSloppyPhrase       16.79      (2.4%)       17.25      
(4.6%)    2.7% (  -4% -    9%) 0.017
                          OrHighMed      157.99      (2.2%)      162.38      
(2.3%)    2.8% (  -1% -    7%) 0.000
                         OrHighHigh       67.77      (1.7%)       69.71      
(1.9%)    2.9% (   0% -    6%) 0.000
                        AndHighHigh       48.92      (1.8%)       50.67      
(2.1%)    3.6% (   0% -    7%) 0.000
                         AndHighMed      174.71      (2.3%)      181.03      
(2.6%)    3.6% (  -1% -    8%) 0.000
                   CountAndHighHigh       38.11      (4.4%)       39.65      
(5.1%)    4.1% (  -5% -   14%) 0.007
                    CountOrHighHigh       56.07     (16.2%)       58.48     
(18.5%)    4.3% ( -26% -   46%) 0.435
                     CountOrHighMed       86.95     (16.0%)       90.94     
(18.3%)    4.6% ( -25% -   46%) 0.398
                    CountAndHighMed      116.35      (3.4%)      121.78      
(4.8%)    4.7% (  -3% -   13%) 0.000
                        CountPhrase        3.26     (11.2%)        3.43     
(13.1%)    5.1% ( -17% -   33%) 0.187
                             IntNRQ      146.09     (35.1%)      171.55     
(36.7%)   17.4% ( -40% -  137%) 0.124
   ```
   
   `.doc` files were 12% larger overall (2.64GB to 2.96GB), `.pos` files were 
11% larger (11.03GB to 12.24GB), and the index was 9.7% larger (15.66GB to 
17.18GB).


-- 
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

Reply via email to