Skip to content
Snippets Groups Projects
Select Git revision
  • benchmark-tools
  • postgres-lambda
  • master default
  • REL9_4_25
  • REL9_5_20
  • REL9_6_16
  • REL_10_11
  • REL_11_6
  • REL_12_1
  • REL_12_0
  • REL_12_RC1
  • REL_12_BETA4
  • REL9_4_24
  • REL9_5_19
  • REL9_6_15
  • REL_10_10
  • REL_11_5
  • REL_12_BETA3
  • REL9_4_23
  • REL9_5_18
  • REL9_6_14
  • REL_10_9
  • REL_11_4
23 results

pgbench.c

Blame
    • Heikki Linnakangas's avatar
      98aed6c7
      Add --latency-limit option to pgbench. · 98aed6c7
      Heikki Linnakangas authored
      This allows transactions that take longer than specified limit to be counted
      separately. With --rate, transactions that are already late by the time we
      get to execute them are skipped altogether. Using --latency-limit with
      --rate allows you to "catch up" more quickly, if there's a hickup in the
      server causing a lot of transactions to stall momentarily.
      
      Fabien COELHO, reviewed by Rukh Meski and heavily refactored by me.
      98aed6c7
      History
      Add --latency-limit option to pgbench.
      Heikki Linnakangas authored
      This allows transactions that take longer than specified limit to be counted
      separately. With --rate, transactions that are already late by the time we
      get to execute them are skipped altogether. Using --latency-limit with
      --rate allows you to "catch up" more quickly, if there's a hickup in the
      server causing a lot of transactions to stall momentarily.
      
      Fabien COELHO, reviewed by Rukh Meski and heavily refactored by me.