Online Transaction Processing
Online Transaction Processing
Online Transaction Processing
Contents
[hide]
Rollback segments
Rollback segments are the portions of database that record the actions of transactions in the
event that a transaction is rolled back. Rollback segments provide read consistency, roll back
transactions, and recover the database.[6]
Clusters
A cluster is a schema that contains one or more tables that have one or more columns in
common. Clustering tables in database improves the performance of join operation.[7]
Discrete transactions
All changes to the data are deferred until the transaction commits during a discrete
transaction. It can improve the performance of short, non-distributed transaction. [8]
Buffer cache size
To avoid unnecessary resource consumption, tune SQL statements to use the database
buffer cache.[10]
Partition (database)
Partition increases performance for sites that have regular transactions while still maintain
availability and security.[12]
database tuning
With database tuning, OLTP system can maximize its performance as efficiently and rapidly
as possible.