PumpkinSeed / bucket

[DEPRECATED] Optimized data structure framework for Couchbase specialized on one bucket usage
GNU General Public License v3.0
6 stars 2 forks source link

Type field #85

Open PumpkinSeed opened 5 years ago

PumpkinSeed commented 5 years ago

Is that make sense to add type field because of secondary indexes or can we use the document type from the document key?

borosr commented 5 years ago

Currently we use the json tag value of the indexable fields, which is same as the document key. Where can we store this type field?