Skip to content
This repository has been archived by the owner on Jul 25, 2018. It is now read-only.

improve CouchDB performance by implementing "Joins" on repository level #480

Open
maxhbr opened this issue Jul 6, 2017 · 1 comment
Open

Comments

@maxhbr
Copy link
Member

maxhbr commented Jul 6, 2017

It is possible to implement a CouchDB view which does something like a "Join" (see: http://www.cmlenz.net/archives/2007/10/couchdb-joins). This would allow us to requests from CouchDB a list of Projects together with all Releases for the Project sorted by complex keys.

The problem is, how to implement that in Ektorp or how to deserialize the response from CouchDB.

One problem is that the result set may not have mixed result types (like projects and releases) for Ektorp currently. Maybe a contribution for the ektorp project is required.

@mcjaeger
Copy link
Contributor

discussion has been continued here:
#596

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

2 participants