-
Notifications
You must be signed in to change notification settings - Fork 474
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
14237 FIX Fixed performance problems for various command line operations
SUP-20567 With larger setups (>10000 hosts), loading the host configuration took considerably longer ( **O(n^2)** ) than normal Change-Id: Idbc1f137f2ec17e45e281e357991253d0f24b258
- Loading branch information
Showing
4 changed files
with
73 additions
and
56 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
[//]: # (werk v2) | ||
# Fixed performance problems for various command line operations | ||
|
||
key | value | ||
---------- | --- | ||
date | 2024-09-27T10:40:03+00:00 | ||
version | 2.3.0p18 | ||
class | fix | ||
edition | cre | ||
component | checks | ||
level | 1 | ||
compatible | yes | ||
|
||
With larger setups (>10000 hosts), loading the host configuration took considerably longer ( **O(n^2)** ) than normal. | ||
The ‘Parameters for this service’ page, for example, requires the complete host configuration. |
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