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
Current ID scheme concatenates header fields, and given how the header columns are allocated in MySQL schema, there is a possibility that we will run over the Couchbase 250 length limit on ID. Based on team discussion, we are currently switching to a numeric/GUID. Need to research the best way to implement this.