romseygeek commented on PR #12357:
URL: https://github.com/apache/lucene/pull/12357#issuecomment-1582604877

   Updated to include readShort/Int/Long as well.  I was wondering if the 
interaction between different readXXX paging methods was causing the facet 
slowdown, but it seems to be real:
   ```
   TaskQPS baseline      StdDevQPS my_modified_version      StdDev              
  Pct diff p-value
        BrowseRandomLabelSSDVFacets     1173.63      (6.2%)     1020.59      
(9.8%)  -13.0% ( -27% -    3%) 0.000
              BrowseMonthSSDVFacets     4522.06      (7.9%)     4060.36     
(12.3%)  -10.2% ( -28% -   10%) 0.002
              BrowseMonthTaxoFacets     2669.49      (7.2%)     2397.32      
(7.4%)  -10.2% ( -23% -    4%) 0.000
               BrowseDateSSDVFacets     1761.73     (12.7%)     1582.48     
(13.0%)  -10.2% ( -31% -   17%) 0.012
        BrowseRandomLabelTaxoFacets     1592.70      (6.8%)     1454.41     
(11.3%)   -8.7% ( -25% -   10%) 0.003
               BrowseDateTaxoFacets     2934.99      (7.1%)     2689.84      
(8.3%)   -8.4% ( -22% -    7%) 0.001
          BrowseDayOfYearTaxoFacets     2480.61      (7.5%)     2304.31      
(9.3%)   -7.1% ( -22% -   10%) 0.008
          BrowseDayOfYearSSDVFacets     4192.62      (9.8%)     3897.13     
(10.2%)   -7.0% ( -24% -   14%) 0.026
                             IntNRQ     1172.01      (7.2%)     1104.12      
(6.1%)   -5.8% ( -17% -    8%) 0.006
                           HighTerm     1336.10      (5.1%)     2027.68     
(18.3%)   51.8% (  27% -   79%) 0.000
                           Wildcard      598.31      (3.9%)      955.95     
(16.2%)   59.8% (  38% -   83%) 0.000
                         HighPhrase      225.44      (2.7%)      402.62     
(15.8%)   78.6% (  58% -   99%) 0.000
                            Respell      103.12      (2.2%)      208.00     
(10.2%)  101.7% (  87% -  116%) 0.000
                       HighSpanNear      299.66      (3.1%)      626.32     
(25.2%)  109.0% (  78% -  141%) 0.000
                    MedSloppyPhrase      423.66      (3.6%)      903.18     
(20.7%)  113.2% (  85% -  142%) 0.000
                            MedTerm     1113.95      (4.3%)     2447.59     
(19.3%)  119.7% (  92% -  149%) 0.000
                   HighSloppyPhrase      305.08      (3.2%)      685.40     
(25.8%)  124.7% (  92% -  158%) 0.000
                  HighTermMonthSort      541.93      (3.4%)     1274.43     
(21.0%)  135.2% ( 106% -  165%) 0.000
                         OrHighHigh      310.93      (2.8%)      739.48     
(22.4%)  137.8% ( 109% -  167%) 0.000
                            Prefix3      499.55      (3.3%)     1189.55     
(17.7%)  138.1% ( 113% -  164%) 0.000
                MedIntervalsOrdered      452.98      (3.0%)     1102.66     
(23.0%)  143.4% ( 114% -  174%) 0.000
                           PKLookup       10.48      (1.2%)       25.52     
(13.9%)  143.6% ( 127% -  160%) 0.000
              HighTermDayOfYearSort      581.53      (3.5%)     1459.01     
(25.1%)  150.9% ( 118% -  185%) 0.000
                        MedSpanNear      320.53      (3.4%)      812.85     
(19.6%)  153.6% ( 126% -  182%) 0.000
                        AndHighHigh      321.86      (2.4%)      822.05     
(24.0%)  155.4% ( 125% -  186%) 0.000
                          OrHighMed      365.66      (2.3%)      970.56     
(19.6%)  165.4% ( 140% -  191%) 0.000
               HighIntervalsOrdered      312.18      (2.7%)      843.86     
(26.8%)  170.3% ( 137% -  205%) 0.000
                        LowSpanNear      414.08      (2.7%)     1120.42     
(26.5%)  170.6% ( 137% -  205%) 0.000
                          OrHighLow      371.86      (2.3%)     1010.30     
(26.7%)  171.7% ( 139% -  205%) 0.000
                             Fuzzy2       15.13      (2.0%)       42.98     
(17.2%)  184.0% ( 161% -  207%) 0.000
                          LowPhrase      546.26      (2.8%)     1591.06     
(20.7%)  191.3% ( 163% -  221%) 0.000
                         AndHighMed      484.28      (1.6%)     1479.76     
(26.3%)  205.6% ( 174% -  237%) 0.000
                          MedPhrase      348.29      (2.9%)     1195.46     
(28.4%)  243.2% ( 205% -  282%) 0.000
                    LowSloppyPhrase      346.96      (2.9%)     1213.98     
(31.2%)  249.9% ( 209% -  292%) 0.000
                LowIntervalsOrdered      392.74      (2.7%)     1415.39     
(28.0%)  260.4% ( 223% -  299%) 0.000
                            LowTerm      766.17      (3.2%)     3113.86     
(40.9%)  306.4% ( 254% -  361%) 0.000
                             Fuzzy1       25.43      (1.7%)      109.24     
(24.0%)  329.6% ( 298% -  361%) 0.000
                         AndHighLow      389.62      (2.4%)     2053.68     
(48.1%)  427.1% ( 367% -  489%) 0.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]

Reply via email to