| Issue 1: | Make operations transactional |
1 of 14
Next ›
|
| 1 person starred this issue and may be notified of changes. | Back to list |
Currently the operations Put/Delete/GetAttributes are modifying the database in several step - of which each can fail and produce inconsistent data. To avoid this, the atomic looking operations need to be truely made atomic internally by wrapping the steps into a transaction. |
|
| ► Sign in to add a comment |