Skip to content

Conversation

felixbarny
Copy link
Member

@felixbarny felixbarny commented Aug 27, 2025

Based on testing, this has marginal impact on storage but decreases the size of the _tsids from 21B-36B to 18B-21B.

Follow-up from #133344
Part of #132566

Based on testing, this has marginal impact on storage but decreases the size of the _tsids from 21B-36B to 18B-21B.
@felixbarny felixbarny requested a review from kkrik-es August 27, 2025 08:51
@elasticsearchmachine elasticsearchmachine added needs:triage Requires assignment of a team area label external-contributor Pull request authored by a developer outside the Elasticsearch team v9.2.0 labels Aug 27, 2025
@felixbarny felixbarny self-assigned this Aug 27, 2025
@elasticsearchmachine elasticsearchmachine added Team:StorageEngine and removed needs:triage Requires assignment of a team area label labels Aug 27, 2025
@elasticsearchmachine
Copy link
Collaborator

Pinging @elastic/es-storage-engine (Team:StorageEngine)

* <ul>
* <li>
* A hash of the dimension field names (4 bytes).
* A hash of the dimension field names (1 byte).
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

What happens if we skip this? is it worth experimenting with? It'd be nice to have a tsid that's always the same size e.g. 20b.

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Storage is a little worse, but not much. We may be overfitting to a specific dataset, though. We could also have a fixed 4 bytes instead of a variable 1-4 bytes for the values similarity hash.

@felixbarny
Copy link
Member Author

felixbarny commented Sep 10, 2025

The impact of this on the tsdb-metricsgen track:

  • Storage size: -26.56%
  • Mean throughput -16.61%

I don't understand why the throughput has regressed compared to #132566 (comment). It should be similar. I suspect that the throughput is quite volatile and can't easily be compared run-to-run. But before going with this approach, we should double-check this. The storage size should be stable as the track includes a force-merge step.

Full Rally comparison ...
------------------------------------------------------
    _______             __   _____
   / ____(_)___  ____ _/ /  / ___/_________  ________
  / /_  / / __ \/ __ `/ /   \__ \/ ___/ __ \/ ___/ _ \
 / __/ / / / / / /_/ / /   ___/ / /__/ /_/ / /  /  __/
/_/   /_/_/ /_/\__,_/_/   /____/\___/\____/_/   \___/
------------------------------------------------------

|                                                                                                                    Metric |                                Task |        Baseline |       Contender |        Diff |   Unit |   Diff % |
|--------------------------------------------------------------------------------------------------------------------------:|------------------------------------:|----------------:|----------------:|------------:|-------:|---------:|
|                                                                                Cumulative indexing time of primary shards |                                     |   558.579       |   400.714       |  -157.865   |    min |  -28.26% |
|                                                                         Min cumulative indexing time across primary shard |                                     |   558.579       |   400.714       |  -157.865   |    min |  -28.26% |
|                                                                      Median cumulative indexing time across primary shard |                                     |   558.579       |   400.714       |  -157.865   |    min |  -28.26% |
|                                                                         Max cumulative indexing time across primary shard |                                     |   558.579       |   400.714       |  -157.865   |    min |  -28.26% |
|                                                                       Cumulative indexing throttle time of primary shards |                                     |     0           |     0           |     0       |    min |    0.00% |
|                                                                Min cumulative indexing throttle time across primary shard |                                     |     0           |     0           |     0       |    min |    0.00% |
|                                                             Median cumulative indexing throttle time across primary shard |                                     |     0           |     0           |     0       |    min |    0.00% |
|                                                                Max cumulative indexing throttle time across primary shard |                                     |     0           |     0           |     0       |    min |    0.00% |
|                                                                                   Cumulative merge time of primary shards |                                     |    87.1542      |    82.2584      |    -4.89578 |    min |   -5.62% |
|                                                                                  Cumulative merge count of primary shards |                                     |    46           |    40           |    -6       |        |  -13.04% |
|                                                                            Min cumulative merge time across primary shard |                                     |    87.1542      |    82.2584      |    -4.89578 |    min |   -5.62% |
|                                                                         Median cumulative merge time across primary shard |                                     |    87.1542      |    82.2584      |    -4.89578 |    min |   -5.62% |
|                                                                            Max cumulative merge time across primary shard |                                     |    87.1542      |    82.2584      |    -4.89578 |    min |   -5.62% |
|                                                                          Cumulative merge throttle time of primary shards |                                     |    20.9395      |    23.5201      |     2.58055 |    min |  +12.32% |
|                                                                   Min cumulative merge throttle time across primary shard |                                     |    20.9395      |    23.5201      |     2.58055 |    min |  +12.32% |
|                                                                Median cumulative merge throttle time across primary shard |                                     |    20.9395      |    23.5201      |     2.58055 |    min |  +12.32% |
|                                                                   Max cumulative merge throttle time across primary shard |                                     |    20.9395      |    23.5201      |     2.58055 |    min |  +12.32% |
|                                                                                 Cumulative refresh time of primary shards |                                     |     5.9122      |     5.1188      |    -0.7934  |    min |  -13.42% |
|                                                                                Cumulative refresh count of primary shards |                                     |   116           |   104           |   -12       |        |  -10.34% |
|                                                                          Min cumulative refresh time across primary shard |                                     |     5.9122      |     5.1188      |    -0.7934  |    min |  -13.42% |
|                                                                       Median cumulative refresh time across primary shard |                                     |     5.9122      |     5.1188      |    -0.7934  |    min |  -13.42% |
|                                                                          Max cumulative refresh time across primary shard |                                     |     5.9122      |     5.1188      |    -0.7934  |    min |  -13.42% |
|                                                                                   Cumulative flush time of primary shards |                                     |    28.5609      |    23.8711      |    -4.68975 |    min |  -16.42% |
|                                                                                  Cumulative flush count of primary shards |                                     |    96           |    82           |   -14       |        |  -14.58% |
|                                                                            Min cumulative flush time across primary shard |                                     |    28.5609      |    23.8711      |    -4.68975 |    min |  -16.42% |
|                                                                         Median cumulative flush time across primary shard |                                     |    28.5609      |    23.8711      |    -4.68975 |    min |  -16.42% |
|                                                                            Max cumulative flush time across primary shard |                                     |    28.5609      |    23.8711      |    -4.68975 |    min |  -16.42% |
|                                                                                                   Total Young Gen GC time |                                     |   113.008       |    80.894       |   -32.114   |      s |  -28.42% |
|                                                                                                  Total Young Gen GC count |                                     |  1263           |   785           |  -478       |        |  -37.85% |
|                                                                                                     Total Old Gen GC time |                                     |     0           |     0           |     0       |      s |    0.00% |
|                                                                                                    Total Old Gen GC count |                                     |     0           |     0           |     0       |        |    0.00% |
|                                                                                                              Dataset size |                                     |     6.50961     |     4.78054     |    -1.72908 |     GB |  -26.56% |
|                                                                                                                Store size |                                     |     6.50961     |     4.78054     |    -1.72908 |     GB |  -26.56% |
|                                                                                                             Translog size |                                     |     5.12227e-08 |     5.12227e-08 |     0       |     GB |    0.00% |
|                                                                                                    Heap used for segments |                                     |     0           |     0           |     0       |     MB |    0.00% |
|                                                                                                  Heap used for doc values |                                     |     0           |     0           |     0       |     MB |    0.00% |
|                                                                                                       Heap used for terms |                                     |     0           |     0           |     0       |     MB |    0.00% |
|                                                                                                       Heap used for norms |                                     |     0           |     0           |     0       |     MB |    0.00% |
|                                                                                                      Heap used for points |                                     |     0           |     0           |     0       |     MB |    0.00% |
|                                                                                               Heap used for stored fields |                                     |     0           |     0           |     0       |     MB |    0.00% |
|                                                                                                             Segment count |                                     |    32           |    20           |   -12       |        |  -37.50% |
|                                                                                               Total Ingest Pipeline count |                                     |     0           |     0           |     0       |        |    0.00% |
|                                                                                                Total Ingest Pipeline time |                                     |     0           |     0           |     0       |     ms |    0.00% |
|                                                                                              Total Ingest Pipeline failed |                                     |     0           |     0           |     0       |        |    0.00% |
|                           .ds-metrics-hostmetricsreceiver.otel-default-2025.09.09-000001 attributes.status inverted index |                                     |   257.478       |   279.64        |    22.1621  |     kB |   +8.61% |
|                               .ds-metrics-hostmetricsreceiver.otel-default-2025.09.09-000001 attributes.status doc values |                                     |   359.158       |   134.859       |  -224.299   |     kB |  -62.45% |
|                                    .ds-metrics-hostmetricsreceiver.otel-default-2025.09.09-000001 attributes.status total |                                     |   616.636       |   414.499       |  -202.137   |     kB |  -32.78% |
|                .ds-metrics-hostmetricsreceiver.otel-default-2025.09.09-000001 metrics.system.cpu.logical.count doc values |                                     |   620.406       |   518.865       |  -101.541   |     kB |  -16.37% |
|                     .ds-metrics-hostmetricsreceiver.otel-default-2025.09.09-000001 metrics.system.cpu.logical.count total |                                     |   620.406       |   518.865       |  -101.541   |     kB |  -16.37% |
|                         .ds-metrics-hostmetricsreceiver.otel-default-2025.09.09-000001 metrics.process.threads doc values |                                     |   663.471       |   533.451       |  -130.02    |     kB |  -19.60% |
|                              .ds-metrics-hostmetricsreceiver.otel-default-2025.09.09-000001 metrics.process.threads total |                                     |   663.471       |   533.451       |  -130.02    |     kB |  -19.60% |
|                  .ds-metrics-hostmetricsreceiver.otel-default-2025.09.09-000001 metrics.process.memory.virtual doc values |                                     |   666.587       |   525.088       |  -141.499   |     kB |  -21.23% |
|                       .ds-metrics-hostmetricsreceiver.otel-default-2025.09.09-000001 metrics.process.memory.virtual total |                                     |   666.587       |   525.088       |  -141.499   |     kB |  -21.23% |
|                    .ds-metrics-hostmetricsreceiver.otel-default-2025.09.09-000001 metrics.process.memory.usage doc values |                                     |   667.358       |   525.629       |  -141.729   |     kB |  -21.24% |
|                         .ds-metrics-hostmetricsreceiver.otel-default-2025.09.09-000001 metrics.process.memory.usage total |                                     |   667.358       |   525.629       |  -141.729   |     kB |  -21.24% |
|          .ds-metrics-hostmetricsreceiver.otel-default-2025.09.09-000001 metrics.system.disk.pending_operations doc values |                                     |   669.584       |   527.827       |  -141.757   |     kB |  -21.17% |
|               .ds-metrics-hostmetricsreceiver.otel-default-2025.09.09-000001 metrics.system.disk.pending_operations total |                                     |   669.584       |   527.827       |  -141.757   |     kB |  -21.17% |
|           .ds-metrics-hostmetricsreceiver.otel-default-2025.09.09-000001 metrics.process.open_file_descriptors doc values |                                     |   692.048       |   526.021       |  -166.027   |     kB |  -23.99% |
|                .ds-metrics-hostmetricsreceiver.otel-default-2025.09.09-000001 metrics.process.open_file_descriptors total |                                     |   692.048       |   526.021       |  -166.027   |     kB |  -23.99% |
| .ds-metrics-hostmetricsreceiver.otel-default-2025.09.09-000001 resource.attributes.process.executable.name inverted index |                                     |   432.917       |   432.797       |    -0.12012 |     kB |   -0.03% |
|     .ds-metrics-hostmetricsreceiver.otel-default-2025.09.09-000001 resource.attributes.process.executable.name doc values |                                     |   410.201       |   171.598       |  -238.604   |     kB |  -58.17% |
|          .ds-metrics-hostmetricsreceiver.otel-default-2025.09.09-000001 resource.attributes.process.executable.name total |                                     |   843.118       |   604.395       |  -238.724   |     kB |  -28.31% |
|         .ds-metrics-hostmetricsreceiver.otel-default-2025.09.09-000001 resource.attributes.process.command inverted index |                                     |   432.979       |   432.836       |    -0.14355 |     kB |   -0.03% |
|             .ds-metrics-hostmetricsreceiver.otel-default-2025.09.09-000001 resource.attributes.process.command doc values |                                     |   410.232       |   171.617       |  -238.615   |     kB |  -58.17% |
|                  .ds-metrics-hostmetricsreceiver.otel-default-2025.09.09-000001 resource.attributes.process.command total |                                     |   843.212       |   604.453       |  -238.759   |     kB |  -28.32% |
| .ds-metrics-hostmetricsreceiver.otel-default-2025.09.09-000001 resource.attributes.process.executable.path inverted index |                                     |   432.979       |   432.836       |    -0.14355 |     kB |   -0.03% |
|     .ds-metrics-hostmetricsreceiver.otel-default-2025.09.09-000001 resource.attributes.process.executable.path doc values |                                     |   410.232       |   171.617       |  -238.615   |     kB |  -58.17% |
|          .ds-metrics-hostmetricsreceiver.otel-default-2025.09.09-000001 resource.attributes.process.executable.path total |                                     |   843.212       |   604.453       |  -238.759   |     kB |  -28.32% |
|    .ds-metrics-hostmetricsreceiver.otel-default-2025.09.09-000001 resource.attributes.process.command_line inverted index |                                     |   434.292       |   433.656       |    -0.63574 |     kB |   -0.15% |
|        .ds-metrics-hostmetricsreceiver.otel-default-2025.09.09-000001 resource.attributes.process.command_line doc values |                                     |   411.545       |   172.438       |  -239.107   |     kB |  -58.10% |
|             .ds-metrics-hostmetricsreceiver.otel-default-2025.09.09-000001 resource.attributes.process.command_line total |                                     |   845.837       |   606.094       |  -239.743   |     kB |  -28.34% |
|                         .ds-metrics-hostmetricsreceiver.otel-default-2025.09.09-000001 attributes.protocol inverted index |                                     |   469.818       |   470.909       |     1.09082 |     kB |   +0.23% |
|                             .ds-metrics-hostmetricsreceiver.otel-default-2025.09.09-000001 attributes.protocol doc values |                                     |   397.543       |   158.328       |  -239.215   |     kB |  -60.17% |
|                                  .ds-metrics-hostmetricsreceiver.otel-default-2025.09.09-000001 attributes.protocol total |                                     |   867.361       |   629.237       |  -238.124   |     kB |  -27.45% |
|                .ds-metrics-hostmetricsreceiver.otel-default-2025.09.09-000001 metrics.system.processes.created doc values |                                     |   878.87        |   727.53        |  -151.34    |     kB |  -17.22% |
|                     .ds-metrics-hostmetricsreceiver.otel-default-2025.09.09-000001 metrics.system.processes.created total |                                     |   878.87        |   727.53        |  -151.34    |     kB |  -17.22% |
|                             .ds-metrics-hostmetricsreceiver.otel-default-2025.09.09-000001 attributes.mode inverted index |                                     |   587.725       |   588.226       |     0.50098 |     kB |   +0.09% |
|                                 .ds-metrics-hostmetricsreceiver.otel-default-2025.09.09-000001 attributes.mode doc values |                                     |   406.236       |   167.23        |  -239.006   |     kB |  -58.83% |
|                                      .ds-metrics-hostmetricsreceiver.otel-default-2025.09.09-000001 attributes.mode total |                                     |   993.961       |   755.456       |  -238.505   |     kB |  -24.00% |
|                             .ds-metrics-hostmetricsreceiver.otel-default-2025.09.09-000001 attributes.type inverted index |                                     |   587.789       |   588.267       |     0.47754 |     kB |   +0.08% |
|                                 .ds-metrics-hostmetricsreceiver.otel-default-2025.09.09-000001 attributes.type doc values |                                     |   406.299       |   167.27        |  -239.029   |     kB |  -58.83% |
|                                      .ds-metrics-hostmetricsreceiver.otel-default-2025.09.09-000001 attributes.type total |                                     |   994.088       |   755.536       |  -238.552   |     kB |  -24.00% |
|          .ds-metrics-hostmetricsreceiver.otel-default-2025.09.09-000001 resource.attributes.process.parent_pid doc values |                                     |   482.325       |   307.217       |  -175.108   |     kB |  -36.31% |
|              .ds-metrics-hostmetricsreceiver.otel-default-2025.09.09-000001 resource.attributes.process.parent_pid points |                                     |   667.361       |   667.398       |     0.03711 |     kB |    0.01% |
|               .ds-metrics-hostmetricsreceiver.otel-default-2025.09.09-000001 resource.attributes.process.parent_pid total |                                     |  1149.69        |   974.615       |  -175.071   |     kB |  -15.23% |
|                 .ds-metrics-hostmetricsreceiver.otel-default-2025.09.09-000001 resource.attributes.process.pid doc values |                                     |   618.762       |   443.473       |  -175.289   |     kB |  -28.33% |
|                     .ds-metrics-hostmetricsreceiver.otel-default-2025.09.09-000001 resource.attributes.process.pid points |                                     |   667.361       |   667.396       |     0.03418 |     kB |    0.01% |
|                      .ds-metrics-hostmetricsreceiver.otel-default-2025.09.09-000001 resource.attributes.process.pid total |                                     |     1.25598     |     1.08483     |    -0.17115 |     MB |  -13.63% |
|                 .ds-metrics-hostmetricsreceiver.otel-default-2025.09.09-000001 metrics.process.disk.operations doc values |                                     |     1.50461     |     1.35871     |    -0.14589 |     MB |   -9.70% |
|                      .ds-metrics-hostmetricsreceiver.otel-default-2025.09.09-000001 metrics.process.disk.operations total |                                     |     1.50461     |     1.35871     |    -0.14589 |     MB |   -9.70% |
|                  .ds-metrics-hostmetricsreceiver.otel-default-2025.09.09-000001 metrics.system.disk.operations doc values |                                     |     1.54258     |     1.35198     |    -0.19061 |     MB |  -12.36% |
|                       .ds-metrics-hostmetricsreceiver.otel-default-2025.09.09-000001 metrics.system.disk.operations total |                                     |     1.54258     |     1.35198     |    -0.19061 |     MB |  -12.36% |
|                          .ds-metrics-hostmetricsreceiver.otel-default-2025.09.09-000001 metrics.system.disk.io doc values |                                     |     1.54773     |     1.35825     |    -0.18947 |     MB |  -12.24% |
|                               .ds-metrics-hostmetricsreceiver.otel-default-2025.09.09-000001 metrics.system.disk.io total |                                     |     1.54773     |     1.35825     |    -0.18947 |     MB |  -12.24% |
|                         .ds-metrics-hostmetricsreceiver.otel-default-2025.09.09-000001 metrics.process.disk.io doc values |                                     |     1.55852     |     1.36484     |    -0.19368 |     MB |  -12.43% |
|                              .ds-metrics-hostmetricsreceiver.otel-default-2025.09.09-000001 metrics.process.disk.io total |                                     |     1.55852     |     1.36484     |    -0.19368 |     MB |  -12.43% |
|                  .ds-metrics-hostmetricsreceiver.otel-default-2025.09.09-000001 metrics.system.processes.count doc values |                                     |     1.60223     |     1.38684     |    -0.21539 |     MB |  -13.44% |
|                       .ds-metrics-hostmetricsreceiver.otel-default-2025.09.09-000001 metrics.system.processes.count total |                                     |     1.60223     |     1.38684     |    -0.21539 |     MB |  -13.44% |
|                       .ds-metrics-hostmetricsreceiver.otel-default-2025.09.09-000001 attributes.mountpoint inverted index |                                     |     1.20092     |     1.18728     |    -0.01364 |     MB |   -1.14% |
|                           .ds-metrics-hostmetricsreceiver.otel-default-2025.09.09-000001 attributes.mountpoint doc values |                                     |   642.899       |   400.199       |  -242.7     |     kB |  -37.75% |
|                                .ds-metrics-hostmetricsreceiver.otel-default-2025.09.09-000001 attributes.mountpoint total |                                     |     1.82875     |     1.5781      |    -0.25066 |     MB |  -13.71% |
|                     .ds-metrics-hostmetricsreceiver.otel-default-2025.09.09-000001 metrics.system.memory.usage doc values |                                     |     2.9304      |     2.7284      |    -0.202   |     MB |   -6.89% |
|                          .ds-metrics-hostmetricsreceiver.otel-default-2025.09.09-000001 metrics.system.memory.usage total |                                     |     2.9304      |     2.7284      |    -0.202   |     MB |   -6.89% |
|          .ds-metrics-hostmetricsreceiver.otel-default-2025.09.09-000001 metrics.system.filesystem.inodes.usage doc values |                                     |     2.9454      |     2.74216     |    -0.20324 |     MB |   -6.90% |
|               .ds-metrics-hostmetricsreceiver.otel-default-2025.09.09-000001 metrics.system.filesystem.inodes.usage total |                                     |     2.9454      |     2.74216     |    -0.20324 |     MB |   -6.90% |
|                             .ds-metrics-hostmetricsreceiver.otel-default-2025.09.09-000001 data_stream.dataset doc values |                                     |     3.0904      |     3.09019     |    -0.00021 |     MB |   -0.01% |
|                                  .ds-metrics-hostmetricsreceiver.otel-default-2025.09.09-000001 data_stream.dataset total |                                     |     3.0904      |     3.09019     |    -0.00021 |     MB |   -0.01% |
|                           .ds-metrics-hostmetricsreceiver.otel-default-2025.09.09-000001 data_stream.namespace doc values |                                     |     3.0904      |     3.09019     |    -0.00021 |     MB |   -0.01% |
|                                .ds-metrics-hostmetricsreceiver.otel-default-2025.09.09-000001 data_stream.namespace total |                                     |     3.0904      |     3.09019     |    -0.00021 |     MB |   -0.01% |
|                                .ds-metrics-hostmetricsreceiver.otel-default-2025.09.09-000001 data_stream.type doc values |                                     |     3.0904      |     3.09019     |    -0.00021 |     MB |   -0.01% |
|                                     .ds-metrics-hostmetricsreceiver.otel-default-2025.09.09-000001 data_stream.type total |                                     |     3.0904      |     3.09019     |    -0.00021 |     MB |   -0.01% |
|                 .ds-metrics-hostmetricsreceiver.otel-default-2025.09.09-000001 metrics.system.filesystem.usage doc values |                                     |     4.2617      |     4.04929     |    -0.21241 |     MB |   -4.98% |
|                      .ds-metrics-hostmetricsreceiver.otel-default-2025.09.09-000001 metrics.system.filesystem.usage total |                                     |     4.2617      |     4.04929     |    -0.21241 |     MB |   -4.98% |
|                        .ds-metrics-hostmetricsreceiver.otel-default-2025.09.09-000001 attributes.direction inverted index |                                     |     3.13563     |     3.08473     |    -0.0509  |     MB |   -1.62% |
|                            .ds-metrics-hostmetricsreceiver.otel-default-2025.09.09-000001 attributes.direction doc values |                                     |  1320.16        |   830.875       |  -489.283   |     kB |  -37.06% |
|                                 .ds-metrics-hostmetricsreceiver.otel-default-2025.09.09-000001 attributes.direction total |                                     |     4.42484     |     3.89613     |    -0.52872 |     MB |  -11.95% |
|                              .ds-metrics-hostmetricsreceiver.otel-default-2025.09.09-000001 attributes.cpu inverted index |                                     |     3.74753     |     3.72443     |    -0.0231  |     MB |   -0.62% |
|                                  .ds-metrics-hostmetricsreceiver.otel-default-2025.09.09-000001 attributes.cpu doc values |                                     |  1100.99        |   838.743       |  -262.242   |     kB |  -23.82% |
|                                       .ds-metrics-hostmetricsreceiver.otel-default-2025.09.09-000001 attributes.cpu total |                                     |     4.82271     |     4.54352     |    -0.27919 |     MB |   -5.79% |
|                   .ds-metrics-hostmetricsreceiver.otel-default-2025.09.09-000001 metrics.system.network.errors doc values |                                     |     5.41429     |     5.19214     |    -0.22215 |     MB |   -4.10% |
|                        .ds-metrics-hostmetricsreceiver.otel-default-2025.09.09-000001 metrics.system.network.errors total |                                     |     5.41429     |     5.19214     |    -0.22215 |     MB |   -4.10% |
|                  .ds-metrics-hostmetricsreceiver.otel-default-2025.09.09-000001 metrics.system.network.packets doc values |                                     |     5.41455     |     5.20574     |    -0.20881 |     MB |   -3.86% |
|                       .ds-metrics-hostmetricsreceiver.otel-default-2025.09.09-000001 metrics.system.network.packets total |                                     |     5.41455     |     5.20574     |    -0.20881 |     MB |   -3.86% |
|                  .ds-metrics-hostmetricsreceiver.otel-default-2025.09.09-000001 metrics.system.network.dropped doc values |                                     |     5.41456     |     5.22094     |    -0.19362 |     MB |   -3.58% |
|                       .ds-metrics-hostmetricsreceiver.otel-default-2025.09.09-000001 metrics.system.network.dropped total |                                     |     5.41456     |     5.22094     |    -0.19362 |     MB |   -3.58% |
|                       .ds-metrics-hostmetricsreceiver.otel-default-2025.09.09-000001 metrics.system.network.io doc values |                                     |     5.41795     |     5.20866     |    -0.20929 |     MB |   -3.86% |
|                            .ds-metrics-hostmetricsreceiver.otel-default-2025.09.09-000001 metrics.system.network.io total |                                     |     5.41795     |     5.20866     |    -0.20929 |     MB |   -3.86% |
|              .ds-metrics-hostmetricsreceiver.otel-default-2025.09.09-000001 metrics.system.network.connections doc values |                                     |     5.59463     |     5.36146     |    -0.23317 |     MB |   -4.17% |
|                   .ds-metrics-hostmetricsreceiver.otel-default-2025.09.09-000001 metrics.system.network.connections total |                                     |     5.59463     |     5.36146     |    -0.23317 |     MB |   -4.17% |
|                           .ds-metrics-hostmetricsreceiver.otel-default-2025.09.09-000001 attributes.device inverted index |                                     |     4.31706     |     4.2942      |    -0.02286 |     MB |   -0.53% |
|                               .ds-metrics-hostmetricsreceiver.otel-default-2025.09.09-000001 attributes.device doc values |                                     |     1.74899     |     1.00431     |    -0.74468 |     MB |  -42.58% |
|                                    .ds-metrics-hostmetricsreceiver.otel-default-2025.09.09-000001 attributes.device total |                                     |     6.06605     |     5.2985      |    -0.76754 |     MB |  -12.65% |
|      .ds-metrics-hostmetricsreceiver.otel-default-2025.09.09-000001 resource.attributes.host.cpu.cache.l2.size doc values |                                     |     1.54497     |     1.54496     |    -1e-05   |     MB |   -0.00% |
|          .ds-metrics-hostmetricsreceiver.otel-default-2025.09.09-000001 resource.attributes.host.cpu.cache.l2.size points |                                     |     7.53149     |     7.57294     |     0.04145 |     MB |   +0.55% |
|           .ds-metrics-hostmetricsreceiver.otel-default-2025.09.09-000001 resource.attributes.host.cpu.cache.l2.size total |                                     |     9.07646     |     9.1179      |     0.04144 |     MB |   +0.46% |
|         .ds-metrics-hostmetricsreceiver.otel-default-2025.09.09-000001 resource.attributes.host.cpu.family inverted index |                                     |     9.27015     |     9.65256     |     0.38241 |     MB |   +4.13% |
|             .ds-metrics-hostmetricsreceiver.otel-default-2025.09.09-000001 resource.attributes.host.cpu.family doc values |                                     |    32           |    20           |   -12       |  bytes |  -37.50% |
|                  .ds-metrics-hostmetricsreceiver.otel-default-2025.09.09-000001 resource.attributes.host.cpu.family total |                                     |     9.27018     |     9.65258     |     0.3824  |     MB |   +4.13% |
|     .ds-metrics-hostmetricsreceiver.otel-default-2025.09.09-000001 resource.attributes.host.cpu.model.name inverted index |                                     |     9.27015     |     9.65256     |     0.38241 |     MB |   +4.13% |
|         .ds-metrics-hostmetricsreceiver.otel-default-2025.09.09-000001 resource.attributes.host.cpu.model.name doc values |                                     |    32           |    20           |   -12       |  bytes |  -37.50% |
|              .ds-metrics-hostmetricsreceiver.otel-default-2025.09.09-000001 resource.attributes.host.cpu.model.name total |                                     |     9.27018     |     9.65258     |     0.3824  |     MB |   +4.13% |
|       .ds-metrics-hostmetricsreceiver.otel-default-2025.09.09-000001 resource.attributes.host.cpu.stepping inverted index |                                     |     9.27018     |     9.65258     |     0.3824  |     MB |   +4.13% |
|           .ds-metrics-hostmetricsreceiver.otel-default-2025.09.09-000001 resource.attributes.host.cpu.stepping doc values |                                     |    64           |    40           |   -24       |  bytes |  -37.50% |
|                .ds-metrics-hostmetricsreceiver.otel-default-2025.09.09-000001 resource.attributes.host.cpu.stepping total |                                     |     9.27024     |     9.65262     |     0.38237 |     MB |   +4.12% |
|               .ds-metrics-hostmetricsreceiver.otel-default-2025.09.09-000001 resource.attributes.host.arch inverted index |                                     |     9.2703      |     9.65266     |     0.38236 |     MB |   +4.12% |
|                   .ds-metrics-hostmetricsreceiver.otel-default-2025.09.09-000001 resource.attributes.host.arch doc values |                                     |   192           |   120           |   -72       |  bytes |  -37.50% |
|                        .ds-metrics-hostmetricsreceiver.otel-default-2025.09.09-000001 resource.attributes.host.arch total |                                     |     9.27048     |     9.65277     |     0.38229 |     MB |   +4.12% |
|       .ds-metrics-hostmetricsreceiver.otel-default-2025.09.09-000001 resource.attributes.host.cpu.model.id inverted index |                                     |     9.27031     |     9.65266     |     0.38235 |     MB |   +4.12% |
|           .ds-metrics-hostmetricsreceiver.otel-default-2025.09.09-000001 resource.attributes.host.cpu.model.id doc values |                                     |   192           |   120           |   -72       |  bytes |  -37.50% |
|                .ds-metrics-hostmetricsreceiver.otel-default-2025.09.09-000001 resource.attributes.host.cpu.model.id total |                                     |     9.27049     |     9.65277     |     0.38228 |     MB |   +4.12% |
|      .ds-metrics-hostmetricsreceiver.otel-default-2025.09.09-000001 resource.attributes.host.cpu.vendor.id inverted index |                                     |     9.27031     |     9.65266     |     0.38235 |     MB |   +4.12% |
|          .ds-metrics-hostmetricsreceiver.otel-default-2025.09.09-000001 resource.attributes.host.cpu.vendor.id doc values |                                     |   192           |   120           |   -72       |  bytes |  -37.50% |
|               .ds-metrics-hostmetricsreceiver.otel-default-2025.09.09-000001 resource.attributes.host.cpu.vendor.id total |                                     |     9.27049     |     9.65277     |     0.38228 |     MB |   +4.12% |
|                 .ds-metrics-hostmetricsreceiver.otel-default-2025.09.09-000001 resource.attributes.os.type inverted index |                                     |     9.27032     |     9.65267     |     0.38235 |     MB |   +4.12% |
|                     .ds-metrics-hostmetricsreceiver.otel-default-2025.09.09-000001 resource.attributes.os.type doc values |                                     |   192           |   120           |   -72       |  bytes |  -37.50% |
|                          .ds-metrics-hostmetricsreceiver.otel-default-2025.09.09-000001 resource.attributes.os.type total |                                     |     9.2705      |     9.65278     |     0.38228 |     MB |   +4.12% |
|                         .ds-metrics-hostmetricsreceiver.otel-default-2025.09.09-000001 resource.schema_url inverted index |                                     |     9.27136     |     9.65332     |     0.38196 |     MB |   +4.12% |
|                             .ds-metrics-hostmetricsreceiver.otel-default-2025.09.09-000001 resource.schema_url doc values |                                     |  1248           |   780           |  -468       |  bytes |  -37.50% |
|                                  .ds-metrics-hostmetricsreceiver.otel-default-2025.09.09-000001 resource.schema_url total |                                     |     9.27255     |     9.65406     |     0.38152 |     MB |   +4.11% |
|          .ds-metrics-hostmetricsreceiver.otel-default-2025.09.09-000001 resource.attributes.os.description inverted index |                                     |     9.27294     |     9.65431     |     0.38137 |     MB |   +4.11% |
|              .ds-metrics-hostmetricsreceiver.otel-default-2025.09.09-000001 resource.attributes.os.description doc values |                                     |     2.84375     |     1.77734     |    -1.06641 |     kB |  -37.50% |
|                   .ds-metrics-hostmetricsreceiver.otel-default-2025.09.09-000001 resource.attributes.os.description total |                                     |     9.27572     |     9.65605     |     0.38033 |     MB |   +4.10% |
|                            .ds-metrics-hostmetricsreceiver.otel-default-2025.09.09-000001 attributes.state inverted index |                                     |     8.30604     |     8.31718     |     0.01114 |     MB |   +0.13% |
|                                .ds-metrics-hostmetricsreceiver.otel-default-2025.09.09-000001 attributes.state doc values |                                     |     2.51793     |     2.07012     |    -0.44781 |     MB |  -17.78% |
|                                     .ds-metrics-hostmetricsreceiver.otel-default-2025.09.09-000001 attributes.state total |                                     |    10.824       |    10.3873      |    -0.43668 |     MB |   -4.03% |
|              .ds-metrics-hostmetricsreceiver.otel-default-2025.09.09-000001 metrics.system.cpu.load_average.1m doc values |                                     |    11.1343      |    11.0601      |    -0.07419 |     MB |   -0.67% |
|                   .ds-metrics-hostmetricsreceiver.otel-default-2025.09.09-000001 metrics.system.cpu.load_average.1m total |                                     |    11.1343      |    11.0601      |    -0.07419 |     MB |   -0.67% |
|              .ds-metrics-hostmetricsreceiver.otel-default-2025.09.09-000001 metrics.system.cpu.load_average.5m doc values |                                     |    11.1345      |    11.0594      |    -0.07505 |     MB |   -0.67% |
|                   .ds-metrics-hostmetricsreceiver.otel-default-2025.09.09-000001 metrics.system.cpu.load_average.5m total |                                     |    11.1345      |    11.0594      |    -0.07505 |     MB |   -0.67% |
|             .ds-metrics-hostmetricsreceiver.otel-default-2025.09.09-000001 metrics.system.cpu.load_average.15m doc values |                                     |    11.1363      |    11.0605      |    -0.07579 |     MB |   -0.68% |
|                  .ds-metrics-hostmetricsreceiver.otel-default-2025.09.09-000001 metrics.system.cpu.load_average.15m total |                                     |    11.1363      |    11.0605      |    -0.07579 |     MB |   -0.68% |
|                     .ds-metrics-hostmetricsreceiver.otel-default-2025.09.09-000001 metrics.system.disk.io_time doc values |                                     |    11.1975      |    11.0487      |    -0.14881 |     MB |   -1.33% |
|                          .ds-metrics-hostmetricsreceiver.otel-default-2025.09.09-000001 metrics.system.disk.io_time total |                                     |    11.1975      |    11.0487      |    -0.14881 |     MB |   -1.33% |
|              .ds-metrics-hostmetricsreceiver.otel-default-2025.09.09-000001 metrics.process.memory.utilization doc values |                                     |    11.4205      |    11.2567      |    -0.1638  |     MB |   -1.43% |
|                   .ds-metrics-hostmetricsreceiver.otel-default-2025.09.09-000001 metrics.process.memory.utilization total |                                     |    11.4205      |    11.2567      |    -0.1638  |     MB |   -1.43% |
|                               .ds-metrics-hostmetricsreceiver.otel-default-2025.09.09-000001 scope.version inverted index |                                     |     9.80062     |    10.0326      |     0.23197 |     MB |   +2.37% |
|                                   .ds-metrics-hostmetricsreceiver.otel-default-2025.09.09-000001 scope.version doc values |                                     |     1.84405     |     1.67017     |    -0.17387 |     MB |   -9.43% |
|                                        .ds-metrics-hostmetricsreceiver.otel-default-2025.09.09-000001 scope.version total |                                     |    11.6447      |    11.7028      |     0.0581  |     MB |   +0.50% |
|                                  .ds-metrics-hostmetricsreceiver.otel-default-2025.09.09-000001 scope.name inverted index |                                     |    11.9894      |    11.9967      |     0.00735 |     MB |   +0.06% |
|                                      .ds-metrics-hostmetricsreceiver.otel-default-2025.09.09-000001 scope.name doc values |                                     |     1.88077     |     1.7208      |    -0.15997 |     MB |   -8.51% |
|                                           .ds-metrics-hostmetricsreceiver.otel-default-2025.09.09-000001 scope.name total |                                     |    13.8702      |    13.7175      |    -0.15262 |     MB |   -1.10% |
|                                .ds-metrics-hostmetricsreceiver.otel-default-2025.09.09-000001 _ts_routing_hash doc values |                                     |    14.362       |    11.4455      |    -2.91651 |     MB |  -20.31% |
|                                     .ds-metrics-hostmetricsreceiver.otel-default-2025.09.09-000001 _ts_routing_hash total |                                     |    14.362       |    11.4455      |    -2.91651 |     MB |  -20.31% |
|                                        .ds-metrics-hostmetricsreceiver.otel-default-2025.09.09-000001 unit inverted index |                                     |    12.6141      |    12.6089      |    -0.00519 |     MB |   -0.04% |
|                                            .ds-metrics-hostmetricsreceiver.otel-default-2025.09.09-000001 unit doc values |                                     |     2.17133     |     1.81248     |    -0.35884 |     MB |  -16.53% |
|                                                 .ds-metrics-hostmetricsreceiver.otel-default-2025.09.09-000001 unit total |                                     |    14.7854      |    14.4214      |    -0.36403 |     MB |   -2.46% |
|                          .ds-metrics-hostmetricsreceiver.otel-default-2025.09.09-000001 _metric_names_hash inverted index |                                     |    12.6519      |    12.6104      |    -0.04154 |     MB |   -0.33% |
|                              .ds-metrics-hostmetricsreceiver.otel-default-2025.09.09-000001 _metric_names_hash doc values |                                     |     4.06574     |     1.52484     |    -2.54089 |     MB |  -62.50% |
|                                   .ds-metrics-hostmetricsreceiver.otel-default-2025.09.09-000001 _metric_names_hash total |                                     |    16.7177      |    14.1352      |    -2.58243 |     MB |  -15.45% |
|                                 .ds-metrics-hostmetricsreceiver.otel-default-2025.09.09-000001 start_timestamp doc values |                                     |    10.8153      |    10.815       |    -0.00028 |     MB |   -0.00% |
|                                     .ds-metrics-hostmetricsreceiver.otel-default-2025.09.09-000001 start_timestamp points |                                     |     7.53155     |     7.57298     |     0.04144 |     MB |   +0.55% |
|                                      .ds-metrics-hostmetricsreceiver.otel-default-2025.09.09-000001 start_timestamp total |                                     |    18.3468      |    18.388       |     0.04116 |     MB |   +0.22% |
|                           .ds-metrics-hostmetricsreceiver.otel-default-2025.09.09-000001 _recovery_source_size doc values |                                     |    20.1665      |     2.75907     |   -17.4074  |     MB |  -86.32% |
|                                .ds-metrics-hostmetricsreceiver.otel-default-2025.09.09-000001 _recovery_source_size total |                                     |    20.1665      |     2.75907     |   -17.4074  |     MB |  -86.32% |
|              .ds-metrics-hostmetricsreceiver.otel-default-2025.09.09-000001 metrics.system.disk.operation_time doc values |                                     |    22.2443      |    22.0316      |    -0.21274 |     MB |   -0.96% |
|                   .ds-metrics-hostmetricsreceiver.otel-default-2025.09.09-000001 metrics.system.disk.operation_time total |                                     |    22.2443      |    22.0316      |    -0.21274 |     MB |   -0.96% |
|                                           .ds-metrics-hostmetricsreceiver.otel-default-2025.09.09-000001 _tsid doc values |                                     |    22.2993      |     8.16082     |   -14.1385  |     MB |  -63.40% |
|                                                .ds-metrics-hostmetricsreceiver.otel-default-2025.09.09-000001 _tsid total |                                     |    22.2993      |     8.16082     |   -14.1385  |     MB |  -63.40% |
|                        .ds-metrics-hostmetricsreceiver.otel-default-2025.09.09-000001 metrics.process.cpu.time doc values |                                     |    33.2297      |    33.0356      |    -0.19417 |     MB |   -0.58% |
|                             .ds-metrics-hostmetricsreceiver.otel-default-2025.09.09-000001 metrics.process.cpu.time total |                                     |    33.2297      |    33.0356      |    -0.19417 |     MB |   -0.58% |
|               .ds-metrics-hostmetricsreceiver.otel-default-2025.09.09-000001 resource.attributes.host.name inverted index |                                     |    35.3747      |    18.882       |   -16.4928  |     MB |  -46.62% |
|                   .ds-metrics-hostmetricsreceiver.otel-default-2025.09.09-000001 resource.attributes.host.name doc values |                                     |     7.85298     |     6.81314     |    -1.03984 |     MB |  -13.24% |
|                        .ds-metrics-hostmetricsreceiver.otel-default-2025.09.09-000001 resource.attributes.host.name total |                                     |    43.2277      |    25.6951      |   -17.5326  |     MB |  -40.56% |
|               .ds-metrics-hostmetricsreceiver.otel-default-2025.09.09-000001 metrics.system.memory.utilization doc values |                                     |    66.1304      |    65.9167      |    -0.21366 |     MB |   -0.32% |
|                    .ds-metrics-hostmetricsreceiver.otel-default-2025.09.09-000001 metrics.system.memory.utilization total |                                     |    66.1304      |    65.9167      |    -0.21366 |     MB |   -0.32% |
|                .ds-metrics-hostmetricsreceiver.otel-default-2025.09.09-000001 resource.attributes.host.mac inverted index |                                     |   212.838       |   113.792       |   -99.0458  |     MB |  -46.54% |
|                    .ds-metrics-hostmetricsreceiver.otel-default-2025.09.09-000001 resource.attributes.host.mac doc values |                                     |   167.984       |   143.496       |   -24.4879  |     MB |  -14.58% |
|                         .ds-metrics-hostmetricsreceiver.otel-default-2025.09.09-000001 resource.attributes.host.mac total |                                     |   380.823       |   257.289       |  -123.534   |     MB |  -32.44% |
|                         .ds-metrics-hostmetricsreceiver.otel-default-2025.09.09-000001 metrics.system.cpu.time doc values |                                     |   439.065       |   438.786       |    -0.27897 |     MB |   -0.06% |
|                              .ds-metrics-hostmetricsreceiver.otel-default-2025.09.09-000001 metrics.system.cpu.time total |                                     |   439.065       |   438.786       |    -0.27897 |     MB |   -0.06% |
|                                         .ds-metrics-hostmetricsreceiver.otel-default-2025.09.09-000001 _seq_no doc values |                                     |   612.098       |   618.075       |     5.97659 |     MB |   +0.98% |
|                                              .ds-metrics-hostmetricsreceiver.otel-default-2025.09.09-000001 _seq_no total |                                     |   612.098       |   618.075       |     5.97659 |     MB |   +0.98% |
|                                      .ds-metrics-hostmetricsreceiver.otel-default-2025.09.09-000001 @timestamp doc values |                                     |   253.608       |   132.192       |  -121.416   |     MB |  -47.88% |
|                                          .ds-metrics-hostmetricsreceiver.otel-default-2025.09.09-000001 @timestamp points |                                     |   722.187       |   777.375       |    55.1886  |     MB |   +7.64% |
|                                           .ds-metrics-hostmetricsreceiver.otel-default-2025.09.09-000001 @timestamp total |                                     |   975.794       |   909.567       |   -66.2271  |     MB |   -6.79% |
|                                         .ds-metrics-hostmetricsreceiver.otel-default-2025.09.09-000001 _id inverted index |                                     |  1002.92        |   972.759       |   -30.161   |     MB |   -3.01% |
|                                          .ds-metrics-hostmetricsreceiver.otel-default-2025.09.09-000001 _id stored fields |                                     |   176.801       |    10.7139      |  -166.087   |     MB |  -93.94% |
|                                                  .ds-metrics-hostmetricsreceiver.otel-default-2025.09.09-000001 _id total |                                     |  1179.72        |   983.473       |  -196.248   |     MB |  -16.64% |
|                     .ds-metrics-hostmetricsreceiver.otel-default-2025.09.09-000001 resource.attributes.host.ip doc values |                                     |   541.616       |   515.333       |   -26.2831  |     MB |   -4.85% |
|                         .ds-metrics-hostmetricsreceiver.otel-default-2025.09.09-000001 resource.attributes.host.ip points |                                     |  1903.42        |   624.809       | -1278.61    |     MB |  -67.17% |
|                          .ds-metrics-hostmetricsreceiver.otel-default-2025.09.09-000001 resource.attributes.host.ip total |                                     |     2.38773     |     1.11342     |    -1.27431 |     GB |  -53.37% |
|                                                                                                            Min Throughput |                               index | 36704.3         | 46157.7         |  9453.41    | docs/s |  +25.76% |
|                                                                                                           Mean Throughput |                               index | 38170.9         | 47526.2         |  9355.3     | docs/s |  +24.51% |
|                                                                                                         Median Throughput |                               index | 38431.7         | 47221.6         |  8789.91    | docs/s |  +22.87% |
|                                                                                                            Max Throughput |                               index | 38882.8         | 50283.7         | 11400.9     | docs/s |  +29.32% |
|                                                                                                   50th percentile latency |                               index |   913.522       |   709.552       |  -203.97    |     ms |  -22.33% |
|                                                                                                   90th percentile latency |                               index |  1109.05        |   864.454       |  -244.598   |     ms |  -22.05% |
|                                                                                                   99th percentile latency |                               index |  5304.1         |  4566.25        |  -737.855   |     ms |  -13.91% |
|                                                                                                 99.9th percentile latency |                               index | 16845.4         | 15883           |  -962.458   |     ms |   -5.71% |
|                                                                                                99.99th percentile latency |                               index | 21129.3         | 24989.8         |  3860.57    |     ms |  +18.27% |
|                                                                                                  100th percentile latency |                               index | 23644.6         | 35343.1         | 11698.5     |     ms |  +49.48% |
|                                                                                              50th percentile service time |                               index |   913.516       |   709.558       |  -203.958   |     ms |  -22.33% |
|                                                                                              90th percentile service time |                               index |  1108.23        |   862.218       |  -246.017   |     ms |  -22.20% |
|                                                                                              99th percentile service time |                               index |  5398.12        |  4614.68        |  -783.447   |     ms |  -14.51% |
|                                                                                            99.9th percentile service time |                               index | 16726.4         | 15862.2         |  -864.233   |     ms |   -5.17% |
|                                                                                           99.99th percentile service time |                               index | 21129.3         | 24989.8         |  3860.57    |     ms |  +18.27% |
|                                                                                             100th percentile service time |                               index | 23644.6         | 35343.1         | 11698.5     |     ms |  +49.48% |
|                                                                                                                error rate |                               index |     0           |     0           |     0       |      % |    0.00% |
|                                                                                                            Min Throughput | avg_avgot_memory_by_host_1h_tweaked |     1.31533     |     1.10077     |    -0.21456 |  ops/s |  -16.31% |
|                                                                                                           Mean Throughput | avg_avgot_memory_by_host_1h_tweaked |     1.48277     |     1.23641     |    -0.24636 |  ops/s |  -16.61% |
|                                                                                                         Median Throughput | avg_avgot_memory_by_host_1h_tweaked |     1.50379     |     1.25176     |    -0.25203 |  ops/s |  -16.76% |
|                                                                                                            Max Throughput | avg_avgot_memory_by_host_1h_tweaked |     1.52822     |     1.28318     |    -0.24504 |  ops/s |  -16.03% |
|                                                                                                   50th percentile latency | avg_avgot_memory_by_host_1h_tweaked |   638.464       |   763.148       |   124.684   |     ms |  +19.53% |
|                                                                                                   90th percentile latency | avg_avgot_memory_by_host_1h_tweaked |   705.119       |   829.909       |   124.789   |     ms |  +17.70% |
|                                                                                                   99th percentile latency | avg_avgot_memory_by_host_1h_tweaked |   783.798       |   895.065       |   111.266   |     ms |  +14.20% |
|                                                                                                  100th percentile latency | avg_avgot_memory_by_host_1h_tweaked |   853.541       |   920.174       |    66.633   |     ms |   +7.81% |
|                                                                                              50th percentile service time | avg_avgot_memory_by_host_1h_tweaked |   638.464       |   763.148       |   124.684   |     ms |  +19.53% |
|                                                                                              90th percentile service time | avg_avgot_memory_by_host_1h_tweaked |   705.119       |   829.909       |   124.789   |     ms |  +17.70% |
|                                                                                              99th percentile service time | avg_avgot_memory_by_host_1h_tweaked |   783.798       |   895.065       |   111.266   |     ms |  +14.20% |
|                                                                                             100th percentile service time | avg_avgot_memory_by_host_1h_tweaked |   853.541       |   920.174       |    66.633   |     ms |   +7.81% |
|                                                                                                                error rate | avg_avgot_memory_by_host_1h_tweaked |     0           |     0           |     0       |      % |    0.00% |
|                                                                                                            Min Throughput |     avg_rate_cpu_by_host_1h_tweaked |     0.380837    |     0.339898    |    -0.04094 |  ops/s |  -10.75% |
|                                                                                                           Mean Throughput |     avg_rate_cpu_by_host_1h_tweaked |     0.391879    |     0.35217     |    -0.03971 |  ops/s |  -10.13% |
|                                                                                                         Median Throughput |     avg_rate_cpu_by_host_1h_tweaked |     0.393512    |     0.353665    |    -0.03985 |  ops/s |  -10.13% |
|                                                                                                            Max Throughput |     avg_rate_cpu_by_host_1h_tweaked |     0.394847    |     0.356267    |    -0.03858 |  ops/s |   -9.77% |
|                                                                                                   50th percentile latency |     avg_rate_cpu_by_host_1h_tweaked |  2507.93        |  2767.78        |   259.85    |     ms |  +10.36% |
|                                                                                                   90th percentile latency |     avg_rate_cpu_by_host_1h_tweaked |  2573.67        |  2878.37        |   304.705   |     ms |  +11.84% |
|                                                                                                  100th percentile latency |     avg_rate_cpu_by_host_1h_tweaked |  2644.31        |  2970.98        |   326.668   |     ms |  +12.35% |
|                                                                                              50th percentile service time |     avg_rate_cpu_by_host_1h_tweaked |  2507.93        |  2767.78        |   259.85    |     ms |  +10.36% |
|                                                                                              90th percentile service time |     avg_rate_cpu_by_host_1h_tweaked |  2573.67        |  2878.37        |   304.705   |     ms |  +11.84% |
|                                                                                             100th percentile service time |     avg_rate_cpu_by_host_1h_tweaked |  2644.31        |  2970.98        |   326.668   |     ms |  +12.35% |
|                                                                                                                error rate |     avg_rate_cpu_by_host_1h_tweaked |     0           |     0           |     0       |      % |    0.00% |
|                                                                                                            Min Throughput | avg_avgot_memory_by_host_1h_vanilla |     0.33807     |     0.383284    |     0.04521 |  ops/s |  +13.37% |
|                                                                                                           Mean Throughput | avg_avgot_memory_by_host_1h_vanilla |     0.344854    |     0.4107      |     0.06585 |  ops/s |  +19.09% |
|                                                                                                         Median Throughput | avg_avgot_memory_by_host_1h_vanilla |     0.344003    |     0.414087    |     0.07008 |  ops/s |  +20.37% |
|                                                                                                            Max Throughput | avg_avgot_memory_by_host_1h_vanilla |     0.352431    |     0.420315    |     0.06788 |  ops/s |  +19.26% |
|                                                                                                   50th percentile latency | avg_avgot_memory_by_host_1h_vanilla |  2964.08        |  2337.17        |  -626.914   |     ms |  -21.15% |
|                                                                                                   90th percentile latency | avg_avgot_memory_by_host_1h_vanilla |  3028.91        |  2391.88        |  -637.035   |     ms |  -21.03% |
|                                                                                                  100th percentile latency | avg_avgot_memory_by_host_1h_vanilla |  3098.93        |  2477.36        |  -621.574   |     ms |  -20.06% |
|                                                                                              50th percentile service time | avg_avgot_memory_by_host_1h_vanilla |  2964.08        |  2337.17        |  -626.914   |     ms |  -21.15% |
|                                                                                              90th percentile service time | avg_avgot_memory_by_host_1h_vanilla |  3028.91        |  2391.88        |  -637.035   |     ms |  -21.03% |
|                                                                                             100th percentile service time | avg_avgot_memory_by_host_1h_vanilla |  3098.93        |  2477.36        |  -621.574   |     ms |  -20.06% |
|                                                                                                                error rate | avg_avgot_memory_by_host_1h_vanilla |     0           |     0           |     0       |      % |    0.00% |
|                                                                                                            Min Throughput |     avg_rate_cpu_by_host_1h_vanilla |     0.140203    |     0.145865    |     0.00566 |  ops/s |   +4.04% |
|                                                                                                           Mean Throughput |     avg_rate_cpu_by_host_1h_vanilla |     0.1431      |     0.147089    |     0.00399 |  ops/s |   +2.79% |
|                                                                                                         Median Throughput |     avg_rate_cpu_by_host_1h_vanilla |     0.143532    |     0.147218    |     0.00369 |  ops/s |   +2.57% |
|                                                                                                            Max Throughput |     avg_rate_cpu_by_host_1h_vanilla |     0.144229    |     0.147562    |     0.00333 |  ops/s |   +2.31% |
|                                                                                                   50th percentile latency |     avg_rate_cpu_by_host_1h_vanilla |  6872.59        |  6749.21        |  -123.38    |     ms |   -1.80% |
|                                                                                                   90th percentile latency |     avg_rate_cpu_by_host_1h_vanilla |  6983.29        |  6806.09        |  -177.2     |     ms |   -2.54% |
|                                                                                                  100th percentile latency |     avg_rate_cpu_by_host_1h_vanilla |  7056.75        |  6993.91        |   -62.8384  |     ms |   -0.89% |
|                                                                                              50th percentile service time |     avg_rate_cpu_by_host_1h_vanilla |  6872.59        |  6749.21        |  -123.38    |     ms |   -1.80% |
|                                                                                              90th percentile service time |     avg_rate_cpu_by_host_1h_vanilla |  6983.29        |  6806.09        |  -177.2     |     ms |   -2.54% |
|                                                                                             100th percentile service time |     avg_rate_cpu_by_host_1h_vanilla |  7056.75        |  6993.91        |   -62.8384  |     ms |   -0.89% |
|                                                                                                                error rate |     avg_rate_cpu_by_host_1h_vanilla |     0           |     0           |     0       |      % |    0.00% |
Esbench params ...
{
  "elasticsearch.remote.repo.url" : "https://github.com/felixbarny/elasticsearch",
  "elasticsearch.remote.repo.revision" : "tsdb-hash-once-21b-tsid",
  "elasticsearch.instance.name": "gcp::n2_custom-8_IntelIceLake-34-4x375GiB_nvme_local",
  "loaddriver.instance.name": "gcp::n2_custom-8_IntelIceLake-34-4x375GiB_nvme_local",
  "elasticsearch.node.count": 1,
  "kibana.node.count": 0,
  "elasticsearch.preserve_install": true,
  "track.name": "tsdb-metricsgen",
  "stats.telemetry": ["disk-usage-stats"],
  "track.repository": "internal",
  "track.params": {
    "scenario": "v1.0.2-hostmetrics-270m"
  },
  "client.options": {
    "default": {
        "timeout": null
    }
  }
}


@kkrik-es
Copy link
Contributor

Do we have results for 16B too?

@felixbarny
Copy link
Member Author

Yes, they're here: #133706 (comment)

@kkrik-es
Copy link
Contributor

Seems like a good tradeoff, @martijnvg wdyt?

@felixbarny
Copy link
Member Author

I'm trying to re-run the benchmarks with beefier instances that are closer to the nightly configuration. The variance for the throughput seems higher than expected. Having some issues with esbench atm.

@felixbarny
Copy link
Member Author

Merging after the latest round of testing: #132566

@felixbarny felixbarny merged commit 8d22c74 into elastic:main Sep 15, 2025
35 checks passed
mridula-s109 pushed a commit to mridula-s109/elasticsearch that referenced this pull request Sep 17, 2025
Based on testing, this has marginal impact on storage but decreases the size of the _tsids from 21B-36B to 18B-21B.
gmjehovich pushed a commit to gmjehovich/elasticsearch that referenced this pull request Sep 18, 2025
Based on testing, this has marginal impact on storage but decreases the size of the _tsids from 21B-36B to 18B-21B.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
external-contributor Pull request authored by a developer outside the Elasticsearch team >non-issue :StorageEngine/TSDB You know, for Metrics Team:StorageEngine v9.2.0
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants