Hi,
I'm trying to run some test to see how the number of index affect the elasticsearch cluster performance.
I tested from 1k indices to 8k indices, and ran some random requests against those indices.
One weird thing I notice is, as the indices increase, the challenges took longer time to run (e.g. 5min when there are 1k indices, and about 30min when 8k indices), but the service time almost doesn't change at all..
I'm wondering what may be the reason that causes this discrepancy.
here is what i see in the report:
1k indices:
| Min Throughput | rand-sample-query | 31.31 | ops/s |
| Mean Throughput | rand-sample-query | 43.74 | ops/s |
| Median Throughput | rand-sample-query | 44.93 | ops/s |
| Max Throughput | rand-sample-query | 46.22 | ops/s |
| 50th percentile latency | rand-sample-query | 10.3159 | ms |
| 90th percentile latency | rand-sample-query | 35.5788 | ms |
| 99th percentile latency | rand-sample-query | 159.655 | ms |
| 99.9th percentile latency | rand-sample-query | 1139.67 | ms |
| 99.99th percentile latency | rand-sample-query | 1892.27 | ms |
| 100th percentile latency | rand-sample-query | 2213.55 | ms |
| 50th percentile service time | rand-sample-query | 10.3159 | ms |
| 90th percentile service time | rand-sample-query | 35.5788 | ms |
| 99th percentile service time | rand-sample-query | 159.655 | ms |
| 99.9th percentile service time | rand-sample-query | 1139.67 | ms |
| 99.99th percentile service time | rand-sample-query | 1892.27 | ms |
| 100th percentile service time | rand-sample-query | 2213.55 | ms |
| error rate | rand-sample-query | 0.64 | % |
[WARNING] Error rate is 0.64 for operation 'rand-sample-query'. Please check the logs.
---------------------------------
[INFO] SUCCESS (took 243 seconds)
---------------------------------
8k indicies:
| Min Throughput | rand-sample-query | 38.71 | ops/s |
| Mean Throughput | rand-sample-query | 44.37 | ops/s |
| Median Throughput | rand-sample-query | 44.75 | ops/s |
| Max Throughput | rand-sample-query | 48.49 | ops/s |
| 50th percentile latency | rand-sample-query | 10.3017 | ms |
| 90th percentile latency | rand-sample-query | 41.1989 | ms |
| 99th percentile latency | rand-sample-query | 165.875 | ms |
| 99.9th percentile latency | rand-sample-query | 1097.79 | ms |
| 99.99th percentile latency | rand-sample-query | 1937.27 | ms |
| 100th percentile latency | rand-sample-query | 2209.77 | ms |
| 50th percentile service time | rand-sample-query | 10.3017 | ms |
| 90th percentile service time | rand-sample-query | 41.1989 | ms |
| 99th percentile service time | rand-sample-query | 165.875 | ms |
| 99.9th percentile service time | rand-sample-query | 1097.79 | ms |
| 99.99th percentile service time | rand-sample-query | 1937.27 | ms |
| 100th percentile service time | rand-sample-query | 2209.77 | ms |
| error rate | rand-sample-query | 0.5 | % |
[WARNING] Error rate is 0.5 for operation 'rand-sample-query'. Please check the logs.
----------------------------------
[INFO] SUCCESS (took 1729 seconds)
----------------------------------