ClickHouse/tests/integration/test_attach_backup_from_s3_plain
Azat Khuzhin c9c590071d Add ability to disable deduplication for BACKUP
Right now BACKUP omit similar files, and will not allow to use this
backup as a regular table, and usually those similar files are quite
small (i.e. columns.txt).

So by using `BACKUP TO S3() deduplicate_files=0` you will be possible to
use `ATTACH TABLE` directly from S3.

P.S. right now it is possible only for the table with one part, since,
usually, there is nothing to deduplicate (if the columns are different).

v2: Add deduplicate_files into metadata
Signed-off-by: Azat Khuzhin <a.khuzhin@semrush.com>
2022-12-27 15:56:06 +01:00
..
configs tests: add ATTACH FROM s3_plain for wide part 2022-11-10 17:42:32 +01:00
__init__.py tests: cover ATTACH of BACKUP from s3_plain disk 2022-10-31 12:02:26 +01:00
test.py Add ability to disable deduplication for BACKUP 2022-12-27 15:56:06 +01:00