How many transactions does Oracle DB handle? - Read and write
1686

In every system design, there is a common question, why you chose the DB, and we very much know that oracle or other RDBMS doesn't scale unless sharding or federation is done. Does anyone know what is the upper limit of the Oracle DB which is running on a peak optimal configuration. lets say that each db call is not sorting or doing any complex functionality. It is just getting data from the indexed row.

Comments (2)