Skip to content

Update overview.md #3955

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 10 additions & 0 deletions docs/cloud/manage/backups/overview.md
Original file line number Diff line number Diff line change
Expand Up @@ -171,6 +171,16 @@
```
:::

## Backup and Restore Duration

Check failure on line 174 in docs/cloud/manage/backups/overview.md

View workflow job for this annotation

GitHub Actions / vale

ClickHouse.Headings

'Backup and Restore Duration' should use sentence-style capitalization.

Backup and restore durations depend on several factors such as the size of the database as well as the schema and the number of tables in the database. Incremental backups will usually complete much faster than a full backup as less data is being backed up. Restoring from an incremental backup, however, will not be faster than restoring from a full backup as all incremental backups and the last full backup in the chain have to be included in the restore as explained above.

Choose a reason for hiding this comment

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

Restoring incremental backups are slightly slower


In our testing, we have seen that smaller backups ~1 TB could take up to 10-15 mins or longer to backup. Backups less than 20 TB should complete within an hour, and backing up 50 TB of data should take about 2-3 hours. Backups get economies of scale at larger sizes, and we have seen backups of up to 1 PB for some internal services complete in about 10 hours.

Choose a reason for hiding this comment

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

We should note these are VERY broad generalizations


Restore durations are about the same as the backup durations.

Choose a reason for hiding this comment

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

Check this


We recommend testing with your own database and sample data to get better estimates as the actual duration depends on several factors as outlined above.

Choose a reason for hiding this comment

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

Suggested change
We recommend testing with your own database and sample data to get better estimates as the actual duration depends on several factors as outlined above.
We recommend testing with your own database or sample data to get better estimates as the actual duration depends on several factors as outlined above.


## Configurable Backups {#configurable-backups}

If you want to set up a backups schedule different from the default backup schedule, take a look at [Configurable Backups](./configurable-backups.md).
Expand Down
Loading