tehingutöötlus
Tehingutöötlus, also known as transaction processing, refers to the execution of data processing operations in an electronic system. These operations are typically structured to be processed as a single, indivisible unit, known as a transaction. The core principle of transaction processing is atomicity, ensuring that either all operations within a transaction are successfully completed, or none of them are. This prevents partial updates to data, maintaining data integrity and consistency.
There are two primary types of transaction processing: Online Transaction Processing (OLTP) and Offline Transaction Processing.
Key characteristics of transaction processing include accuracy, completeness, and security. Each transaction must be processed correctly