PXB-3674 [DOCS] [feedback] Provide clearer language. Provide a more user-friendly info flow. Provide a range of better code/functionality examples#461
Open
alina-derkach-oaza wants to merge 1 commit into8.0from
Conversation
…ser-friendly info flow. Provide a range of better code/functionality examples modified: docs/throttling-backups.md
| When specified with the `--backup` option, this option | ||
| limits the number of pairs of read-and-write operations per second that | ||
| *xtrabackup* will perform. If you are creating an incremental backup, then the limit is the number of read I/O operations per second. | ||
| ## Behavior during backups |
Collaborator
There was a problem hiding this comment.
This section should be in one of the beginning sections. I need to know how it behaves.
| * `--throttle=1` limits processing to approximately 10 MB/s | ||
| * `--throttle=10` limits processing to approximately 100 MB/s | ||
|
|
||
| The following diagram illustrates throttling with `--throttle=1`. |
Collaborator
There was a problem hiding this comment.
The image conveyed nothing to me. I looked at it several times to see if I could figure it out.
|
|
||
| ## How throttling works | ||
|
|
||
| The `--throttle` option limits the number of **10 MB chunks** processed per second. |
Collaborator
There was a problem hiding this comment.
Use the --throttle option to minimize backup impact on system performance. By limiting the number of 10 MB chunks processed per second, you effectively throttle both the total data throughput and the resulting IOPS.
| can add load to the system being backed up. On systems that do not have | ||
| much spare I/O capacity, it might be helpful to throttle the rate at which | ||
| *xtrabackup* reads and writes data. You can do this with the [--throttle] option. This option limits the number of chunks copied per second. The chunk +size is *10 MB*. | ||
| xtrabackup does not block database activity during a backup, but it generates additional disk input/output (I/O) activity. On systems with limited I/O capacity, this can affect database performance. |
Collaborator
There was a problem hiding this comment.
do not use "it"
If you use "this" add the object reference.
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
modified: docs/throttling-backups.md