clickhouse-backup icon indicating copy to clipboard operation
clickhouse-backup copied to clipboard

Apply rate limiting as wrapper around Reader \ Writer interface instead of calculate it after upload / download finished

Open Slach opened this issue 1 year ago • 0 comments

current implementation is not clear for end users https://github.com/Altinity/clickhouse-backup/blob/master/pkg/backup/upload.go#L304-L316

try to apply https://github.com/watermint/bwlimit

Slach avatar Jun 19 '24 12:06 Slach