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

Perf: DocumentServiceLeaseManager.ListOwnedLeasesAsync -- make the query WHERE use host name #64

Open
mkolt opened this issue Apr 19, 2018 · 0 comments

Comments

@mkolt
Copy link
Contributor

mkolt commented Apr 19, 2018

#52
mkolt
Perf warning: ListDocumentsAsync is using query anyhow, so it would make sense to change WHERE to limit Owner to this.hostName. Can be done as separate change (if choose this way, please track it using repo issue).

aery-aery
I'd prefer to do it as a separate change - this comparison was just moved from PartitionController to DocumentServiceLeaseManager, performance optimization could be done as a separate PR.

@mkolt mkolt changed the title Perf: DocumentServiceLeaseManager.ListOwnedLeasesAsync -- make the filter use host name Perf: DocumentServiceLeaseManager.ListOwnedLeasesAsync -- make the query WHERE use host name Apr 19, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant