forked from cockroachdb/docs
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[DOC-5572] Document CPU exhaustion scenario and workaround when SCRAM…
… Authentication is enabled (cockroachdb#15254) * [DOC-5572] Document CPU exhaustion scenario and workaround when SCRAM Authentication is enabled - Also update some section headings to use non-gerund verbs, per the style guide Co-authored-by: Ryan Kuo <[email protected]>
- Loading branch information
1 parent
e094de4
commit 15871dc
Showing
6 changed files
with
155 additions
and
93 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,4 @@ | ||
- Test and adjust your workloads in batches when migrating to SCRAM authentication. | ||
- Start by enabling SCRAM authentication in a testing environment, and test the performance of your client application against the types of workloads you expect it to handle in production before rolling the changes out to production. | ||
- Limit the maximum number of connections in the client driver's connection pool. | ||
- Limit the maximum number of concurrent transactions the client application can issue. |
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,4 @@ | ||
- Test and adjust your workloads in batches when migrating to SCRAM authentication. | ||
- Start by enabling SCRAM authentication in a testing environment, and test the performance of your client application against the types of workloads you expect it to handle in production before rolling the changes out to production. | ||
- Limit the maximum number of connections in the client driver's connection pool. | ||
- Limit the maximum number of concurrent transactions the client application can issue. |
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
Oops, something went wrong.