Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[server] Optimize query behind getTeamMembers #4470

Closed
jankeromnes opened this issue Jun 10, 2021 · 1 comment
Closed

[server] Optimize query behind getTeamMembers #4470

jankeromnes opened this issue Jun 10, 2021 · 1 comment
Assignees
Labels

Comments

@jankeromnes
Copy link
Contributor

getTeamMembers(teamId) should not get all Users one by one when building the TeamMemberInfo[] array. Instead, it should get them all in a single query.

As requested in https://github.com/gitpod-io/gitpod/pull/4401/files#r648201200

Follow-up to #4401

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

Successfully merging a pull request may close this issue.

2 participants