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
We need per-collection (not per-partition) uniqueness for our problem domain. I just want to confirm that uniqueConstraint.js is indeed safe for that. For example if two creates come in at the same time with the same unique value, one will win and the other will return to the calling client with a "unique constraint violation" or something similar.
thank you!
The text was updated successfully, but these errors were encountered:
steve-torchia
changed the title
is uniqueConstraint.js work collection-wide
is uniqueConstraint.js
Dec 15, 2017
steve-torchia
changed the title
is uniqueConstraint.js
is uniqueConstraint.js isolated across a single collection?
Dec 15, 2017
We need per-collection (not per-partition) uniqueness for our problem domain. I just want to confirm that uniqueConstraint.js is indeed safe for that. For example if two creates come in at the same time with the same unique value, one will win and the other will return to the calling client with a "unique constraint violation" or something similar.
thank you!
The text was updated successfully, but these errors were encountered: