I am measuring database performance and am looking at p95 and p99 latency. My results are as follows.
Database A shows:
95thPercentileLatency(ms) 20
99thPercentileLatency(ms) 28
Database B shows:
95thPercentileLatency(ms) 1
99thPercentileLatency(ms) 3
I understand that the 99th percentile latency indicates that 99% of operations completed in under a given latency, so for database B 3
I am unsure of the significance of 1 system having a 99th and 95th percentile latency that are very close to each other, and another where they are much further apart. What does this mean?