开发者

How many transactions per second Postgresql supports

开发者 https://www.devze.com 2023-01-09 18:17 出处:网络
Is there are any documented details on what is the maximum tr开发者_开发问答ansactions per second Postgresql can perform (transaction (begin-----end)

Is there are any documented details on what is the maximum tr开发者_开发问答ansactions per second Postgresql can perform (transaction (begin-----end)

Thanks,


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

0

精彩评论

暂无评论...
验证码 换一张
取 消