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.
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.