Skip to content

Relation between pg_total_iterations and pg_duration #427

Answered by sm-shaw
johnyvincent asked this question in Q&A
Discussion options

You must be logged in to vote

There are a number of questions here.
I am trying to evaluate an SSD drive with PostgreSQL using HammerDB
With the default TPROC-C workload - see the cached vs scaled section here - most of the data will be cached in memory - so what you will mostly be testing is the write throughput to the WAL. In particular, the key dependency will be latency and therefore the synchronous commit setting will have the biggest impact. If you want to increase the I/O to the data area you should look at the advanced options of "use all warehouses" and "asynchronous scaling".
Basically what I am trying to achieve is to get my test to run specific number of transactions per virtual user.
This is what the asyn…

Replies: 2 comments

Comment options

You must be logged in to vote
0 replies
Answer selected by johnyvincent
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants