-
Notifications
You must be signed in to change notification settings - Fork 1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
perf(cluster): Optimize target/LARGEST lookups
If `ClusterProvider.supportsMinimalClusters()` is true, we can now sort and filter on the set of unexpanded server groups. Only the actual LARGEST server group will be expanded. This offers significant savings for target/LARGEST lookups on clusters with > 1 server group, particularly those containing _many_ instances. A target/LARGEST lookup commonly occurs when doing a clone operation with `useSourceCapacity` set to `true`.
- Loading branch information
Showing
3 changed files
with
17 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters