-
Notifications
You must be signed in to change notification settings - Fork 226
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
Why sometime backup duration delay to hours level but no errors. #880
Comments
do you have object disk like s3 or azure could you share
? According to non-empty
looks like yes so this is not "pause" actually this is server side CopyObject execution which allow you restore your data after try to change
and share the logs |
@Slach Thanks for your assistance. Related sharing show the below:
|
During create backup we will improve speed ща incremental backups |
check SELECT
count() AS parts, database,
uniqExact(table) AS tables, active, disk_name,
formatReadableSize(sum(bytes_on_disk))
FROM system.parts
GROUP BY database, active, disk_name
FORMAT Vertical |
@Slach |
@Slach For your information:
--> But this our dev environment data size. For our production size FYI:
|
@Slach |
it resolve issue with reconnect to clickhouse-server |
Description
Hi, Everyone
We found that our backup duration sometime is so fast and some of backup is slow to 6 hours. And backup duration, do not see and error problems. So does anyone have any idea can explain this?
However, Our table TTL is inner 1 day stored to disk, and exceed 1 day to 30 days would be stored to AWS S3.
clickhouse-backup is sidecar in clickhouse-server, so corresponding resource request is
1 core / 1 GB
and limit is2 core/2GB
Additional questions
The text was updated successfully, but these errors were encountered: