ClickHouse/src/Backups
2023-02-16 09:30:27 +01:00
..
BackupCoordinationLocal.cpp Updated Backup/Restore Coordination construction and removed coordination_path and added uuid in settings - Use cluster state data to check concurrent backup/restore 2023-02-16 09:30:27 +01:00
BackupCoordinationLocal.h Updated Backup/Restore Coordination construction and removed coordination_path and added uuid in settings - Use cluster state data to check concurrent backup/restore 2023-02-16 09:30:27 +01:00
BackupCoordinationRemote.cpp Updated Backup/Restore Coordination construction and removed coordination_path and added uuid in settings - Use cluster state data to check concurrent backup/restore 2023-02-16 09:30:27 +01:00
BackupCoordinationRemote.h Updated Backup/Restore Coordination construction and removed coordination_path and added uuid in settings - Use cluster state data to check concurrent backup/restore 2023-02-16 09:30:27 +01:00
BackupCoordinationReplicatedAccess.cpp
BackupCoordinationReplicatedAccess.h
BackupCoordinationReplicatedTables.cpp fix incorrect usages of getPartName() 2022-12-20 22:44:27 +01:00
BackupCoordinationReplicatedTables.h
BackupCoordinationStage.cpp
BackupCoordinationStage.h Use cluster state data to check concurrent backup/restore 2023-02-02 19:25:14 +01:00
BackupCoordinationStageSync.cpp
BackupCoordinationStageSync.h
BackupEntriesCollector.cpp Better formatting for exception messages (#45449) 2023-01-24 00:13:58 +03:00
BackupEntriesCollector.h Forward declaration of ConcurrentBoundedQueue in ThreadStatus 2023-01-21 16:02:09 +01:00
BackupEntryFromAppendOnlyFile.cpp Copy files to S3 during backup directly without using WriteBufferFromS3 to decrease memory consumption. 2023-01-17 09:35:41 +01:00
BackupEntryFromAppendOnlyFile.h
BackupEntryFromImmutableFile.cpp
BackupEntryFromImmutableFile.h
BackupEntryFromMemory.cpp
BackupEntryFromMemory.h
BackupEntryFromSmallFile.cpp
BackupEntryFromSmallFile.h
BackupEntryWrappedWith.h
BackupFactory.cpp
BackupFactory.h Add ability to disable deduplication for BACKUP 2022-12-27 15:56:06 +01:00
BackupImpl.cpp Fix data race in BACKUP 2023-02-04 11:09:11 +01:00
BackupImpl.h Rename columns in system.backups: num_files, num_processed_files, processed_files_size 2023-01-31 22:45:41 +01:00
BackupInfo.cpp Make the password wiping an option of IAST::format(). 2022-11-16 01:35:06 +01:00
BackupInfo.h Remove dependencies maskSensitiveInfo() from Context. 2022-11-14 18:55:19 +01:00
BackupIO_Disk.cpp Copy files to S3 during backup directly without using WriteBufferFromS3 to decrease memory consumption. 2023-01-17 09:35:41 +01:00
BackupIO_Disk.h Copy files to S3 during backup directly without using WriteBufferFromS3 to decrease memory consumption. 2023-01-17 09:35:41 +01:00
BackupIO_File.cpp Copy files to S3 during backup directly without using WriteBufferFromS3 to decrease memory consumption. 2023-01-17 09:35:41 +01:00
BackupIO_File.h Copy files to S3 during backup directly without using WriteBufferFromS3 to decrease memory consumption. 2023-01-17 09:35:41 +01:00
BackupIO_S3.cpp Define S3 client with bucket and endpoint resolution (#45783) 2023-02-03 14:30:52 +01:00
BackupIO_S3.h Define S3 client with bucket and endpoint resolution (#45783) 2023-02-03 14:30:52 +01:00
BackupIO.cpp Copy files to S3 during backup directly without using WriteBufferFromS3 to decrease memory consumption. 2023-01-17 09:35:41 +01:00
BackupIO.h Copy files to S3 during backup directly without using WriteBufferFromS3 to decrease memory consumption. 2023-01-17 09:35:41 +01:00
BackupSettings.cpp Updated Backup/Restore Coordination construction and removed coordination_path and added uuid in settings - Use cluster state data to check concurrent backup/restore 2023-02-16 09:30:27 +01:00
BackupSettings.h Updated Backup/Restore Coordination construction and removed coordination_path and added uuid in settings - Use cluster state data to check concurrent backup/restore 2023-02-16 09:30:27 +01:00
BackupStatus.cpp
BackupStatus.h
BackupsWorker.cpp Updated Backup/Restore Coordination construction and removed coordination_path and added uuid in settings - Use cluster state data to check concurrent backup/restore 2023-02-16 09:30:27 +01:00
BackupsWorker.h Fixed style check by removing trailing whitespaces in BackupsWorker.h - Use cluster state data to check concurrent backup/restore 2023-02-10 14:41:43 +01:00
BackupUtils.cpp
BackupUtils.h
CMakeLists.txt
DDLAdjustingForBackupVisitor.cpp
DDLAdjustingForBackupVisitor.h Move InDepthNodeVisitor.h back to src/Interpreters. 2022-11-17 18:16:32 +01:00
IBackup.h Rename columns in system.backups: num_files, num_processed_files, processed_files_size 2023-01-31 22:45:41 +01:00
IBackupCoordination.h Updated Backup/Restore Coordination construction and removed coordination_path and added uuid in settings - Use cluster state data to check concurrent backup/restore 2023-02-16 09:30:27 +01:00
IBackupEntriesLazyBatch.cpp
IBackupEntriesLazyBatch.h
IBackupEntry.h
IRestoreCoordination.h Updated Backup/Restore Coordination construction and removed coordination_path and added uuid in settings - Use cluster state data to check concurrent backup/restore 2023-02-16 09:30:27 +01:00
registerBackupEngineS3.cpp Better formatting for exception messages (#45449) 2023-01-24 00:13:58 +03:00
registerBackupEnginesFileAndDisk.cpp Better formatting for exception messages (#45449) 2023-01-24 00:13:58 +03:00
RestoreCoordinationLocal.cpp Updated Backup/Restore Coordination construction and removed coordination_path and added uuid in settings - Use cluster state data to check concurrent backup/restore 2023-02-16 09:30:27 +01:00
RestoreCoordinationLocal.h Updated Backup/Restore Coordination construction and removed coordination_path and added uuid in settings - Use cluster state data to check concurrent backup/restore 2023-02-16 09:30:27 +01:00
RestoreCoordinationRemote.cpp Updated Backup/Restore Coordination construction and removed coordination_path and added uuid in settings - Use cluster state data to check concurrent backup/restore 2023-02-16 09:30:27 +01:00
RestoreCoordinationRemote.h Updated Backup/Restore Coordination construction and removed coordination_path and added uuid in settings - Use cluster state data to check concurrent backup/restore 2023-02-16 09:30:27 +01:00
RestorerFromBackup.cpp less empty patterns 2023-01-17 01:19:44 +01:00
RestorerFromBackup.h Referential dependencies for RESTORE (#43834) 2022-12-02 15:05:46 +01:00
RestoreSettings.cpp Updated Backup/Restore Coordination construction and removed coordination_path and added uuid in settings - Use cluster state data to check concurrent backup/restore 2023-02-16 09:30:27 +01:00
RestoreSettings.h Updated Backup/Restore Coordination construction and removed coordination_path and added uuid in settings - Use cluster state data to check concurrent backup/restore 2023-02-16 09:30:27 +01:00
SettingsFieldOptionalUUID.cpp Updated strategy for handling internal backups & restores to avoid concurrent internal backups & restores - Added settings to disallow concurrent backups and restores 2023-01-17 22:27:13 +01:00
SettingsFieldOptionalUUID.h Updated strategy for handling internal backups & restores to avoid concurrent internal backups & restores - Added settings to disallow concurrent backups and restores 2023-01-17 22:27:13 +01:00