8 ms·
One modern PC server with PostgreSQL can handle about 1 mln transactions per second. http://akorotkov.github.io/blog/2016/05/09/scalability-towards-millions-tp
by snaky 7y ago
One modern PC server with PostgreSQL can handle about 1 mln transactions per second.
http://akorotkov.github.io/blog/2016/05/09/scalability-towards-millions-tps/ http://akorotkov.github.io/blog/2016/05/09/scalability-towar...
- james_s_tayler 7y agoIn the comments the guy says the hardware the benchmark was running on had 3TB of RAM. That's not average hardware. It's a couple hundred connections max running select statements as fast as possible on the best hardware they could afford to test against. That doesn't translate into your CRUD app handling a million requests per second.