IT lexicon Database OLTP

OLTP Online Transaction Processing

Database På svenska → Updated: 2026-07-30

Databases optimised for many small transactions — typically operational data in an app.

Row-oriented storage, ACID, many concurrent writes/reads. Postgres, MySQL, SQL Server. Different from OLAP (analytical). An app typically uses OLTP; analytics is done on a copy or a separate OLAP database.

← Back to the lexicon