Skip to content
This repository has been archived by the owner on Aug 6, 2020. It is now read-only.

/api/v1/users should accept list of users #65

Closed
mandric opened this issue May 24, 2016 · 1 comment
Closed

/api/v1/users should accept list of users #65

mandric opened this issue May 24, 2016 · 1 comment

Comments

@mandric
Copy link
Contributor

mandric commented May 24, 2016

There is no way to get a specified list of users, you have to parse all the users and then use the ones you need which is horribly inefficient.

Also we might consider streaming/throttling/limiting the call because it builds a huge JSON data structure in memory which doesn't scale. Ideally we would be streaming the JSONs but not sure how to do that from CouchDB. Might be worth creating a separate issue.

@garethbowen
Copy link
Member

Ancient. Reopen in medic-webapp when this is needed.

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

No branches or pull requests

2 participants