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

resolve "required" data parts during "restore" command

Open Slach opened this issue 1 year ago • 0 comments

Incremental backups resolve a required data parts only during download Need implement the similar algorithm in restore command

  • first look to required backup on local disk and make hardlink
  • then search required data parts in remote storage and download it

Slach avatar Oct 08 '24 13:10 Slach