TPM sudden drops #489
-
Hi Team, While running the hammerdb benchmark, we observe there is a sudden It seems, sometimes(not sure the interval) the database is not getting enough load, and we observe a sudden
Here is the run .tcl
The target database is having 200GB RAM, and 24 CPU and 7TB storage. Thanks, |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
Hi, Find your top wait events to see what you are waiting for (if you can't use the GUI query PG sentinel manually). It is almost certainly a configuration issue related to buffer cache, redo log, checkpoints and/or vacuuming so also look at your PostgreSQL logs as well. |
Beta Was this translation helpful? Give feedback.
Hi,
you need to look at your database metrics. hammerDB includes a PostgreSQL statistics viewer as described here: https://www.hammerdb.com/docs/ch07s05.html
Find your top wait events to see what you are waiting for (if you can't use the GUI query PG sentinel manually).
It is almost certainly a configuration issue related to buffer cache, redo log, checkpoints and/or vacuuming so also look at your PostgreSQL logs as well.