Scalable Database Server, HiRDB Version 8 Description
(1) Locking by HiRDB during data updating, addition, and deletion
- Locking of a table
- Referencing, adding, updating, and deletion of the table are allowed by other transactions as well. In other words, the shared update (SU) mode goes into effect.
- Locking of a row
- The transaction monopolizes the resource and does not allow referencing, adding, updating, or deletion of the row by other transactions. In other words, the exclusive (EX) mode goes into effect.
(2) Locking by HiRDB during data retrieval
- Locking of a table
- Referencing, adding, updating, and deletion of the table are allowed by other transactions as well. In other words, the shared retrieval (SR) mode goes into effect.
- Locking of a row
- The transaction monopolizes the resource and allows only referencing of the row by other transactions. In other words, the shared (PR) mode goes into effect.
All Rights Reserved. Copyright (C) 2007, Hitachi, Ltd.