tags:

views:

45

answers:

1

Hi,

Is there are any documented details on what is the maximum transactions per second Postgresql can perform (transaction (begin-----end)

Thanks,

+2  A: 

The TPS will depend enormously on

  • Hardware
  • What you are actually doing in the transaction

You can get an idea of the relative perfomance of various RDBMS comparisons at http://en.wikipedia.org/wiki/Transaction_Processing_Performance_Council

nonnb