1. A few essential architectural concepts
1.1 Data integrity
Secure access to company data is a fundamental property of a transactional programming environment.
Data is potentially shared between all users, making it necessary to manage data access procedures rigorously. Otherwise, access conflicts are inevitable, and data integrity can no longer be guaranteed. What's more, in the event of a dispute, or when restoring the database to a previous state, it is essential to manage the chronology of database operations.
This property is guaranteed by the implementation of two mechanisms that play a crucial role in any transactional programming environment:
Lock Manager ;
the Log Manager.
...
Exclusive to subscribers. 97% yet to be discovered!
Already subscribed? Log in!
A few essential architectural concepts
Article included in this offer
"Software technologies and System architectures"
(
227 articles
)
Updated and enriched with articles validated by our scientific committees
A set of exclusive tools to complement the resources
Bibliography
Exclusive to subscribers. 97% yet to be discovered!
Already subscribed? Log in!