Alex
Alex
Cool. But when will we get it? :)
Thanks!
> Let me leave that open so we can track progress. Ok.
> Which clickhouse-backup version do you use for benchmark? ```bash clickhouse-backup -v Version: 1.2.1 Git Commit: 38cac6b647f46c3e076650d574eb1f2fb8c3ecf0 Build Date: 2021-10-30 ``` > Which environment do you use for benchmark? Do...
> Check how much memory allocated and use DOWNLOAD_CONCURRENCY=8 UPLOAD_CONCURRENCY=8 S3_CONCURRENCY=4 and compare results Ok, will check it. Sorry, I edited my last answer adding: metadata.json files are pretty small...
> @malcolm061990 any results with lower concurrency numbers? > > I tried to apply multipart concurrency download implementation, unfortunately it requires allocating additional disk space during download, and we can't...
> > But why does it require additional disk space during download? > > Currently, we use pool of parallel go-routines, each go-routine download one s3://bucket-name/path/backup_name/db/table/disk_name.tar file. > > S3...
> > > we need to change remote storage file format and upload files directly > > > Good idea but its not clear :) What do you mean? >...
/remove-lifecycle stale
> Have you had a look at the [common.deployment](https://github.com/helm/charts/tree/master/incubator/common#commondeployment) example? I've never used it, myself, but it appears that it has some template that's missing from your description. Now I...