trustbloc / edv

Encrypted data vault implementation in Golang - https://identity.foundation/edv-spec/
Apache License 2.0
16 stars 17 forks source link

Optimize CouchDB storage #247

Open DRK3 opened 2 years ago

DRK3 commented 2 years ago

Current implementation of CouchDB storage is not optimized - specifically, it supports basic queries but doesn't set an index. There's also some data duplication.