Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Just what is a high transaction database

silly question I know, but what is the definition of high transaction database? how many transactions per second constitutes a high, medium and low transactional database?

like image 273
user1720009 Avatar asked Sep 06 '25 03:09

user1720009


1 Answers

Heres some thought: http://sqlblog.com/blogs/paul_nielsen/archive/2007/12/12/10-lessons-from-35k-tps.aspx .

Generally, any banking and financial trading system can be classed as a high-transaction system. But modern social networking websites like Twitter, Facebook etc are also joining the group. I probably didn't answer your question fully, but it should certainly give you some perspective.

[EDIT:] seems like anything >=30k transactions per second are high-transaction systems, so analogously, anything less than that should fall in low and medium transactions.

like image 117
Aman Avatar answered Sep 07 '25 21:09

Aman