ClickHouse/src/Backups
2023-05-13 02:57:31 +02:00
..
BackupCoordinationFileInfos.cpp Use forward declaration of ThreadPool 2023-04-07 11:25:35 +02:00
BackupCoordinationFileInfos.h Simplify backup coordination for file infos (#48095) 2023-03-29 15:19:40 +02:00
BackupCoordinationLocal.cpp Added Keeper retries for backups operations (#47224) 2023-04-04 18:12:08 +02:00
BackupCoordinationLocal.h Add logging for concurrency checks for backups. 2023-03-31 23:50:35 +02:00
BackupCoordinationRemote.cpp Fixes for clang-17 2023-05-13 02:57:31 +02:00
BackupCoordinationRemote.h Added Keeper retries for backups operations (#47224) 2023-04-04 18:12:08 +02:00
BackupCoordinationReplicatedAccess.cpp Added Keeper retries for backups operations (#47224) 2023-04-04 18:12:08 +02:00
BackupCoordinationReplicatedAccess.h Added Keeper retries for backups operations (#47224) 2023-04-04 18:12:08 +02:00
BackupCoordinationReplicatedSQLObjects.cpp Added Keeper retries for backups operations (#47224) 2023-04-04 18:12:08 +02:00
BackupCoordinationReplicatedSQLObjects.h Added Keeper retries for backups operations (#47224) 2023-04-04 18:12:08 +02:00
BackupCoordinationReplicatedTables.cpp Added Keeper retries for backups operations (#47224) 2023-04-04 18:12:08 +02:00
BackupCoordinationReplicatedTables.h Added Keeper retries for backups operations (#47224) 2023-04-04 18:12:08 +02:00
BackupCoordinationStage.cpp Changes after review and added comments. 2022-07-26 11:58:05 +02:00
BackupCoordinationStage.h Simplify backup coordination for file infos (#48095) 2023-03-29 15:19:40 +02:00
BackupCoordinationStageSync.cpp Added Keeper retries for backups operations (#47224) 2023-04-04 18:12:08 +02:00
BackupCoordinationStageSync.h Added Keeper retries for backups operations (#47224) 2023-04-04 18:12:08 +02:00
BackupEntriesCollector.cpp Fixes for clang-17 2023-05-13 02:57:31 +02:00
BackupEntriesCollector.h Added Keeper retries for backups operations (#47224) 2023-04-04 18:12:08 +02:00
BackupEntryFromAppendOnlyFile.cpp Add ability to throttle BACKUPs on per-server/backup basis 2023-04-05 09:39:48 +02:00
BackupEntryFromAppendOnlyFile.h Add ability to throttle BACKUPs on per-server/backup basis 2023-04-05 09:39:48 +02:00
BackupEntryFromImmutableFile.cpp Add ability to throttle BACKUPs on per-server/backup basis 2023-04-05 09:39:48 +02:00
BackupEntryFromImmutableFile.h Add ability to throttle BACKUPs on per-server/backup basis 2023-04-05 09:39:48 +02:00
BackupEntryFromMemory.cpp Use SeekableReadBuffer instead of ReadBuffer in IBackupEntry. 2022-04-25 16:34:33 +02:00
BackupEntryFromMemory.h Use DiskPtr 2022-08-24 17:45:20 +02:00
BackupEntryFromSmallFile.cpp Remove redundant lines 2022-08-21 18:21:01 +02:00
BackupEntryFromSmallFile.h Use DiskPtr 2022-08-24 17:45:20 +02:00
BackupEntryWrappedWith.h Use table lock if database is ordinary and zero-copy-replication is enabled. 2022-09-08 13:54:59 +02:00
BackupFactory.cpp In messages, put values into quotes 2023-03-30 22:46:18 -07:00
BackupFactory.h Add ability to disable deduplication for BACKUP 2022-12-27 15:56:06 +01:00
BackupFileInfo.cpp Use forward declaration of ThreadPool 2023-04-07 11:25:35 +02:00
BackupFileInfo.h Use forward declaration of ThreadPool 2023-04-07 11:25:35 +02:00
BackupImpl.cpp Fixes for clang-17 2023-05-13 02:57:31 +02:00
BackupImpl.h Remove knowledge about throttling from IBackupWriter::supportNativeCopy() 2023-04-05 09:40:19 +02: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 Remove knowledge about throttling from IBackupWriter::supportNativeCopy() 2023-04-05 09:40:19 +02:00
BackupIO_Disk.h Remove knowledge about throttling from IBackupWriter::supportNativeCopy() 2023-04-05 09:40:19 +02:00
BackupIO_File.cpp Remove knowledge about throttling from IBackupWriter::supportNativeCopy() 2023-04-05 09:40:19 +02:00
BackupIO_File.h Remove knowledge about throttling from IBackupWriter::supportNativeCopy() 2023-04-05 09:40:19 +02:00
BackupIO_S3.cpp Merge pull request #48724 from johanngan/sse-kms 2023-05-04 13:20:54 +02:00
BackupIO_S3.h Remove knowledge about throttling from IBackupWriter::supportNativeCopy() 2023-04-05 09:40:19 +02:00
BackupIO.cpp Remove knowledge about throttling from IBackupWriter::supportNativeCopy() 2023-04-05 09:40:19 +02:00
BackupIO.h Remove knowledge about throttling from IBackupWriter::supportNativeCopy() 2023-04-05 09:40:19 +02: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 Rename backup statuses to CREATING_BACKUP, BACKUP_CREATED, BACKUP_FAILED, RESTORING, RESTORED, RESTORE_FAILED. 2022-07-27 09:04:10 +02:00
BackupStatus.h Rename backup statuses to CREATING_BACKUP, BACKUP_CREATED, BACKUP_FAILED, RESTORING, RESTORED, RESTORE_FAILED. 2022-07-27 09:04:10 +02:00
BackupsWorker.cpp Use forward declaration of ThreadPool 2023-04-07 11:25:35 +02:00
BackupsWorker.h Use forward declaration of ThreadPool 2023-04-07 11:25:35 +02:00
BackupUtils.cpp dynamic update system.backups 2023-03-21 11:42:54 +01:00
BackupUtils.h Use forward declaration of ThreadPool 2023-04-07 11:25:35 +02:00
CMakeLists.txt
DDLAdjustingForBackupVisitor.cpp Fix style. 2022-06-30 15:10:33 +02:00
DDLAdjustingForBackupVisitor.h Move InDepthNodeVisitor.h back to src/Interpreters. 2022-11-17 18:16:32 +01:00
IBackup.h Simplify backup coordination for file infos (#48095) 2023-03-29 15:19:40 +02:00
IBackupCoordination.h Simplify backup coordination for file infos (#48095) 2023-03-29 15:19:40 +02:00
IBackupEntriesLazyBatch.cpp Use DiskPtr 2022-08-24 17:45:20 +02:00
IBackupEntriesLazyBatch.h Store columns.txt in backups for the Memory table engine too. 2022-07-05 19:03:20 +02:00
IBackupEntry.h Use DiskPtr 2022-08-24 17:45:20 +02:00
IRestoreCoordination.h Move information about current hosts and list of all hosts to BackupCoordination (#47971) 2023-03-24 17:38:19 +01:00
registerBackupEngineS3.cpp Better formatting for exception messages (#45449) 2023-01-24 00:13:58 +03:00
registerBackupEnginesFileAndDisk.cpp Remove knowledge about throttling from IBackupWriter::supportNativeCopy() 2023-04-05 09:40:19 +02:00
RestoreCoordinationLocal.cpp Add logging for concurrency checks for backups. 2023-03-31 23:50:35 +02:00
RestoreCoordinationLocal.h Add logging for concurrency checks for backups. 2023-03-31 23:50:35 +02:00
RestoreCoordinationRemote.cpp Fixes for clang-17 2023-05-13 02:57:31 +02:00
RestoreCoordinationRemote.h Added Keeper retries for backups operations (#47224) 2023-04-04 18:12:08 +02:00
RestorerFromBackup.cpp Fix IBM 2023-04-21 12:38:45 +02: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
WithRetries.cpp Merge remote-tracking branch 'blessed/master' into zk_retry_timeout 2023-04-04 18:53:55 +02:00
WithRetries.h Added Keeper retries for backups operations (#47224) 2023-04-04 18:12:08 +02:00