use_embedded_backup_restore & compression & differential backups #852
-
Hello, I am using Please suggest if I can use compression (or is it already compressed?). Because here's what I am getting
Also, I can not understand why my incremental backups take almost the same size as full backups. I upload them using |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 5 replies
-
clickhouse already store data in compressed format for support incremental backup with --diff-from have no sense for |
Beta Was this translation helpful? Give feedback.
clickhouse already store data in compressed format
for
use_embedded_backup_restore: true
data already uploaded to backup disk, and you need upload only metadata, so doesn't need to more compression
support incremental backup with
use_embedded_backup_restore: true
will released in 2.5.0--diff-from have no sense for
use_embedded_backup_restore: true
better use
create_remote --diff-from-remote