Durability means once transaction is commit the data is permanently saved
Example
Transfer 100 from A to B
A=1000
B=500
1.after transaction A=900
B=600
2.System Crashes Happen
3.After Restart
A=900
B=600
Durability means once transaction is commit the data is permanently saved
Example
Transfer 100 from A to B
A=1000
B=500
1.after transaction A=900
B=600
2.System Crashes Happen
3.After Restart
A=900
B=600
For further actions, you may consider blocking this person and/or reporting abuse
Top comments (0)