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
The card(c), card(p) and card(p, o) may be below zero, which is wrong. Maybe fixed by using the conditional UPDATE which would check if the counter is not less than the decrement.
The text was updated successfully, but these errors were encountered:
INSERT ... IF NOT EXISTS employs the lightweight transactions mechanism which isn't supported by ScyllaDB yet (see scylladb/scylladb#1359). And lightweight transactions introduce a significant overhead which may be undesirable.
The
card(c)
,card(p)
andcard(p, o)
may be below zero, which is wrong. Maybe fixed by using the conditional UPDATE which would check if the counter is not less than the decrement.The text was updated successfully, but these errors were encountered: