Azure / Azure/azure-documentdb-changefeedprocessor-dotnet
Perf: DocumentServiceLeaseManager.ListOwnedLeasesAsync -- make the query WHERE use host name
Open
- Dominant language
- C#
- Stars
- 51
- Forks
- 24
- PR merge metrics
- No merged PRs in 30d
Description
#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.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.