Skip to content

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
PXB-3674
Open

PXB-3674 [DOCS] [feedback] Provide clearer language. Provide a more user-friendly info flow. Provide a range of better code/functionality examples#461
alina-derkach-oaza wants to merge 1 commit into8.0from
PXB-3674

Conversation

@alina-derkach-oaza
Copy link
Collaborator

modified: docs/throttling-backups.md

…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
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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`.
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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.
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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.
Copy link
Collaborator

@patrickbirch patrickbirch Mar 18, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

do not use "it"
If you use "this" add the object reference.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants