dnhatn commented on issue #1263: LUCENE-9228: Sort dv updates by terms by 
applying
URL: https://github.com/apache/lucene-solr/pull/1263#issuecomment-586802154
 
 
   I ran several benchmarks for this change with Elasticsearch using 
[Rally](https://github.com/elastic/rally). The refresh (i.e., flush) time was 
reduced around 20% for the 
[update](https://github.com/elastic/rally-tracks/blob/master/nyc_taxis/challenges/default.json#L160)
 user-case. There was no regression for other use cases.
   
   ```
   |                                                        Metric |   Task |   
 Baseline |   Contender |     Diff |   Unit |
   
|--------------------------------------------------------------:|-------:|------------:|------------:|---------:|-------:|
   |                    Cumulative indexing time of primary shards |        |   
  713.981 |     669.767 | -44.2142 |    min |
   |             Min cumulative indexing time across primary shard |        |   
  713.981 |     669.767 | -44.2142 |    min |
   |          Median cumulative indexing time across primary shard |        |   
  713.981 |     669.767 | -44.2142 |    min |
   |             Max cumulative indexing time across primary shard |        |   
  713.981 |     669.767 | -44.2142 |    min |
   |           Cumulative indexing throttle time of primary shards |        |   
        0 |           0 |        0 |    min |
   |    Min cumulative indexing throttle time across primary shard |        |   
        0 |           0 |        0 |    min |
   | Median cumulative indexing throttle time across primary shard |        |   
        0 |           0 |        0 |    min |
   |    Max cumulative indexing throttle time across primary shard |        |   
        0 |           0 |        0 |    min |
   |                       Cumulative merge time of primary shards |        |   
  323.892 |     310.623 | -13.2695 |    min |
   |                      Cumulative merge count of primary shards |        |   
     1424 |        1712 |      288 |        |
   |                Min cumulative merge time across primary shard |        |   
  323.892 |     310.623 | -13.2695 |    min |
   |             Median cumulative merge time across primary shard |        |   
  323.892 |     310.623 | -13.2695 |    min |
   |                Max cumulative merge time across primary shard |        |   
  323.892 |     310.623 | -13.2695 |    min |
   |              Cumulative merge throttle time of primary shards |        |   
  89.6422 |     73.9997 | -15.6424 |    min |
   |       Min cumulative merge throttle time across primary shard |        |   
  89.6422 |     73.9997 | -15.6424 |    min |
   |    Median cumulative merge throttle time across primary shard |        |   
  89.6422 |     73.9997 | -15.6424 |    min |
   |       Max cumulative merge throttle time across primary shard |        |   
  89.6422 |     73.9997 | -15.6424 |    min |
   |                     Cumulative refresh time of primary shards |        |   
  113.641 |     92.4509 | -21.1901 |    min |
   |                    Cumulative refresh count of primary shards |        |   
     2118 |        2617 |      499 |        |
   |              Min cumulative refresh time across primary shard |        |   
  113.641 |     92.4509 | -21.1901 |    min |
   |           Median cumulative refresh time across primary shard |        |   
  113.641 |     92.4509 | -21.1901 |    min |
   |              Max cumulative refresh time across primary shard |        |   
  113.641 |     92.4509 | -21.1901 |    min |
   |                       Cumulative flush time of primary shards |        |   
  46.9495 |     34.8001 | -12.1495 |    min |
   |                      Cumulative flush count of primary shards |        |   
      188 |         182 |       -6 |        |
   |                Min cumulative flush time across primary shard |        |   
  46.9495 |     34.8001 | -12.1495 |    min |
   |             Median cumulative flush time across primary shard |        |   
  46.9495 |     34.8001 | -12.1495 |    min |
   |                Max cumulative flush time across primary shard |        |   
  46.9495 |     34.8001 | -12.1495 |    min |
   |                                            Total Young Gen GC |        |   
  229.265 |       232.8 |    3.535 |      s |
   |                                              Total Old Gen GC |        |   
   18.973 |      18.613 |    -0.36 |      s |
   |                                                    Store size |        |   
  41.3831 |      36.505 | -4.87813 |     GB |
   |                                                 Translog size |        | 
5.12227e-08 | 5.12227e-08 |        0 |     GB |
   |                                        Heap used for segments |        |   
  23.1899 |     23.4121 |  0.22219 |     MB |
   |                                      Heap used for doc values |        |   
0.0804977 |   0.0530357 | -0.02746 |     MB |
   |                                           Heap used for terms |        |   
  22.7516 |     23.0081 |  0.25648 |     MB |
   |                                           Heap used for norms |        |   
        0 |           0 |        0 |     MB |
   |                                          Heap used for points |        |   
        0 |           0 |        0 |     MB |
   |                                   Heap used for stored fields |        |   
 0.357811 |    0.350983 | -0.00683 |     MB |
   |                                                 Segment count |        |   
       51 |          36 |      -15 |        |
   |                                                Min Throughput | update |   
  19492.4 |     20887.7 |  1395.31 | docs/s |
   |                                             Median Throughput | update |   
  20613.5 |     21925.9 |  1312.37 | docs/s |
   |                                                Max Throughput | update |   
    23400 |     24774.8 |  1374.85 | docs/s |
   |                                       50th percentile latency | update |   
  3636.24 |     3481.06 | -155.183 |     ms |
   |                                       90th percentile latency | update |   
  5803.25 |     5430.53 | -372.718 |     ms |
   |                                       99th percentile latency | update |   
    11661 |     9472.27 | -2188.77 |     ms |
   |                                     99.9th percentile latency | update |   
  16045.9 |     14714.2 | -1331.64 |     ms |
   |                                    99.99th percentile latency | update |   
  23554.9 |     19656.5 | -3898.41 |     ms |
   |                                      100th percentile latency | update |   
  24961.6 |     20468.3 | -4493.29 |     ms |
   |                                  50th percentile service time | update |   
  3636.24 |     3481.06 | -155.183 |     ms |
   |                                  90th percentile service time | update |   
  5803.25 |     5430.53 | -372.718 |     ms |
   |                                  99th percentile service time | update |   
    11661 |     9472.27 | -2188.77 |     ms |
   |                                99.9th percentile service time | update |   
  16045.9 |     14714.2 | -1331.64 |     ms |
   |                               99.99th percentile service time | update |   
  23554.9 |     19656.5 | -3898.41 |     ms |
   |                                 100th percentile service time | update |   
  24961.6 |     20468.3 | -4493.29 |     ms |
   |                                                    error rate | update |   
        0 |           0 |        0 |      % |
   ```

----------------------------------------------------------------
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:
us...@infra.apache.org


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscr...@lucene.apache.org
For additional commands, e-mail: issues-h...@lucene.apache.org

Reply via email to