Skip to main content

🗓️ 01112024 2102
📎 #data_processing

online_transactional_processing

TLDR

Type of data processing for large number of concurrent transactions

Requirements

RequirementDescription
ACID compliantRefer to internal link
ConcurrentAble to handle large amounts of concurrent operations
ScaleMust be able to scale up / down to meet demand irrespective of volume
AvailabilityMust always be available / always ready to accept transactions
High throughput and short response timeNanoseconds / even shorter response times
ReliabilityTypically read / manipulate selective & small amounts of data
SecuritySince OLTP can store sensitive customer information
RecoverabilityMust have the ability to

Relational DBs were built specifically for transaction applications


References