Is Azure Blob storage transactional? -
as title states azure blob storage transactional? have 2 scenarios:
1) need insert/modify 2 files. need or nothing if 1 fails, none inserted/updated.
2) when updating how contention handled? lets have file.txt. 2 users @ same time want update content of file. happens in situation?
if transaction context looking for, don`t think azure blob storage supports in nature. , common of cloud storage.
we can confirm looking @ api, there no transation context https://msdn.microsoft.com/en-us/library/azure/dd179377.aspx
for concurrency, there detail blog post explain how work, please refer below link details
https://azure.microsoft.com/en-us/blog/managing-concurrency-in-microsoft-azure-storage-2/
Comments
Post a Comment