Altinity / clickhouse-backup

Tool for easy backup and restore for ClickHouse® using object storage for backup files.
https://altinity.com
Other
1.25k stars 223 forks source link

Add --streaming option to create_remote and restore_remote #780

Open Slach opened 10 months ago

Slach commented 10 months ago

Need channel and go-routines implementation for

alex-zaitsev commented 8 months ago
  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.