Overview
Pessimistic locking is a strategy for protecting data integrity in applications where multiple users may attempt to update records concurrently. This application provides a simple implementation of pessimistic locking that can be easily used to add this feature to your applications.
Before adopting a pessimistic locking strategy, consider utilizing alternative design patterns - see the Appian Playbook Play on Data Locking Strategies.
Key Features & Functionality
Dependencies:
Deployment:
Usage:
Hi
The dependencies state that MySQL is required. Will the App support the impending upgrades to use MariaDB under Appian 20.4?
Thanks
Hi,
The app's database artefacts are not flagged by the MariaDB Incompatibility Report (mariadb-incompatibility-report.log) and I have no reason to believe that this will not be fully compatible with MariaDB.
Regards,
David