Atomic INCR? #1719
Unanswered
finduspedersen
asked this question in
Q&A
Atomic INCR?
#1719
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Does the ArcadeDB INCR mechanism guarantee atomic updates like an actual Redis cache? I ask to be absolutely sure, because the ArcadeDB manual contains the statement, "The SQL SERIALIZABLE level is not supported by ArcadeDB," which could indicate that full atomicity might be an issue in ArcadeDB. On the other hand, this statement from the manual might suggest otherwise: "The following commands do not take the bucket as a parameter because they work only in RAM on a shared (thread-safe) hashmap."
Beta Was this translation helpful? Give feedback.
All reactions