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

Add --streaming option to create_remote and restore_remote

Open Slach opened this issue 2 years ago • 1 comments

Need channel and go-routines implementation for

  • create_remote shoulc combine move shadow + upload + delete after upload each part
  • restore_remote combine download one part + ATTACH PART + delete after download each part

Slach avatar Nov 13 '23 13:11 Slach

  1. Same logic would be convenient for create_remote as well.
  2. It should be default mode for restore_remote/create_remote. If user want to keep the local data, he can use separate commands: 'create + upload' and 'download + restore' correspondingly.

alex-zaitsev avatar Jan 17 '24 09:01 alex-zaitsev