You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is it right to say that storm hasn't any mechanism to lock particular key or range of keys to read and modify it atomically and one option is to perform transaction, that locks whole db (or at least bucket)?
Can you provide some workarounds to solve such problem? One of the solutions that I figure out is to lock keys in user code manually and check it before accessing to the data in db.
Does it make sense to implement such mechanism in storm?
The text was updated successfully, but these errors were encountered:
Is it right to say that storm hasn't any mechanism to lock particular key or range of keys to read and modify it atomically and one option is to perform transaction, that locks whole db (or at least bucket)?
Can you provide some workarounds to solve such problem? One of the solutions that I figure out is to lock keys in user code manually and check it before accessing to the data in db.
Does it make sense to implement such mechanism in storm?
The text was updated successfully, but these errors were encountered: