Skip to content

about CPU and memory usage of clickhouse-backup #1017

Closed Answered by Slach
honobi asked this question in Q&A
Discussion options

You must be logged in to vote
  1. CPU/IO usage, it already have lowest nice and cpu nice priority, look https://github.com/Altinity/clickhouse-backup/?tab=readme-ov-file#explain-config-parameters cpu_nice_priority and io_nice_priority, memory usage could be control by upload_concurrency/download_concurrency settings in general config section and some concurrency settings specific for some remote storage types

  2. yes, max size of data part is related look to SELECT max(bytes_on_disk)/4000 FROM system.parts WHERE database!='system'

if you have a lot of data you can use "small" container for backup, you will need to tune settings

Replies: 2 comments 1 reply

Comment options

You must be logged in to vote
1 reply
@honobi
Comment options

Answer selected by Slach
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants