Unique Constraint on attributes

Hi @dileep_as,

The thread’s a bit old, but check out: Can i do unique constraint on some attribute not the id for a workaround involving compound document keys with a “lookup document”.

Another feature that’s been added to Couchbase since then that might work, depending on your use case, is Eventing. Create a function that will check for uniqueness in a “staging” bucket and then copy to the “live” bucket when appropriate.

1 Like