Last active
April 11, 2024 08:19
-
-
Save johnlpage/5416f08122f77194e220a3393dbadf34 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Server | vCPU | RAM | IOPS | Transactions/s | Mean (ms) | p95(ms) | Notes | |
---|---|---|---|---|---|---|---|---|
M30 | 2 | 8 | 3000 | 1265 | 25 | 28 | Higher latency got a little more throughput, more client threads | |
M50 | 8 | 32 | 3000 | 3794 | 12 | 14 | 60% CPU, notable checkpointing, notable read cache, disk latency >10ms | |
M50+4TB Disk | 8 | 32 | 8000 | 4161 | 11 | 12 | CPU 83%, no checkpoints | |
M60 +4TB Disk | 16 | 64 | 8000 | 6721 | 9 | 10 | Not quite linear performance improvement | |
M80+4TB Disk | 32 | 128 | 8000 | 6995 | 9 | 10 | Unsure what limit was at this point, probably disk; shows M60 + sharding better option |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment