OLTP vs OLAP

OLTP (On Line Transaction Processing):

Current data
Short database transactions
Online update/insert/delete
Normalization is promoted
High volume transactions
Transaction recovery is necessary

OLAP (On Line Analytical Processing):

Current and historical data
Long database transactions
Batch update/insert/delete
Denormalization is promoted
Low volume transactions
Transaction recovery is not necessary

OLAP is more related to data warehousing, analyzing historical data.

page_revision: 1, last_edited: 1226599484|%e %b %Y, %H:%M %Z (%O ago)
Unless otherwise stated, the content of this page is licensed under Creative Commons Attribution-ShareAlike 3.0 License