-
Hi, Thank you for your quick fix the other day. I use HammerDB in PostgreSQL on cloud Instance many time. Recently, I noticed that HammerDB 4.10 TPC-C benchmark score indicates better score than version 4.8. I read release note, seems to nothing about benchmark performance improvements. However, other little improvement patches are pulled many times in latest version. Is it okay to recognize that the performance has actually improved? And, in the benchmark test of version 4.8, it was occasionally observed that benchmark score decreased when EBS performance was increased. Is it correct to assume that these have also been revised? please tell me developer's feeling. Best regards, |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 4 replies
-
You will need to provide more details on the comparative test configuration and results that you observe. There are some minor changes, but nothing that is expected to bring performance changes in PostgreSQL. Only by looking at the test setup would it be possible to determine the cause for different performance. |
Beta Was this translation helpful? Give feedback.
The important aspect of database benchmarking is that you don't have to guess, guessing a kernel performance problem at the outset is not a good methodology. Always start with the database metrics, HammerDB includes a graphical metrics options which is the easiest way. Look in the table event and see what you are waiting on.
https://www.hammerdb.com/docs/ch07s05.html / https://www.hammerdb.com/blog/uncategorized/hammerdb-v4-3-new-features-pt1-graphical-metrics-for-postgresql
For Linux performance troubleshooting below the database, I would highly recommend LinuxKI https://github.com/HewlettPackard/LinuxKI