ClickHouse/src/Backups
2022-07-26 14:14:01 +02:00
..
BackupCoordinationLocal.cpp Improve synchronization between hosts in distributed backup. 2022-07-21 11:45:26 +02:00
BackupCoordinationLocal.h Improve synchronization between hosts in distributed backup. 2022-07-21 11:45:26 +02:00
BackupCoordinationRemote.cpp Add call ZooKeeper::sync(). 2022-07-26 14:14:01 +02:00
BackupCoordinationRemote.h Add call ZooKeeper::sync(). 2022-07-26 14:14:01 +02:00
BackupCoordinationReplicatedAccess.cpp Fix style. 2022-07-06 16:36:59 +02:00
BackupCoordinationReplicatedAccess.h Move files and write comments. 2022-07-06 11:09:31 +02:00
BackupCoordinationReplicatedTables.cpp Fix style. 2022-07-06 16:36:59 +02:00
BackupCoordinationReplicatedTables.h Fix style. 2022-07-06 16:36:59 +02:00
BackupCoordinationStage.cpp Changes after review and added comments. 2022-07-26 11:58:05 +02:00
BackupCoordinationStage.h Changes after review and added comments. 2022-07-26 11:58:05 +02:00
BackupCoordinationStageSync.cpp Changes after review and added comments. 2022-07-26 11:58:05 +02:00
BackupCoordinationStageSync.h Improve synchronization between hosts in distributed backup. 2022-07-21 11:45:26 +02:00
BackupEntriesCollector.cpp Changes after review and added comments. 2022-07-26 11:58:05 +02:00
BackupEntriesCollector.h Improve synchronization between hosts in distributed backup. 2022-07-21 11:45:26 +02:00
BackupEntryFromAppendOnlyFile.cpp Use SeekableReadBuffer instead of ReadBuffer in IBackupEntry. 2022-04-25 16:34:33 +02:00
BackupEntryFromAppendOnlyFile.h Use SeekableReadBuffer instead of ReadBuffer in IBackupEntry. 2022-04-25 16:34:33 +02:00
BackupEntryFromImmutableFile.cpp Use SeekableReadBuffer instead of ReadBuffer in IBackupEntry. 2022-04-25 16:34:33 +02:00
BackupEntryFromImmutableFile.h Support for Clang Thread Safety Analysis (TSA) 2022-06-20 16:13:25 +02:00
BackupEntryFromMemory.cpp Use SeekableReadBuffer instead of ReadBuffer in IBackupEntry. 2022-04-25 16:34:33 +02:00
BackupEntryFromMemory.h Use SeekableReadBuffer instead of ReadBuffer in IBackupEntry. 2022-04-25 16:34:33 +02:00
BackupEntryFromSmallFile.cpp Fix split build 2022-03-08 18:05:55 +01:00
BackupEntryFromSmallFile.h Fix clang-tidy warnings in Backups, Client, Columns folders 2022-03-14 18:17:35 +00:00
BackupFactory.cpp Refactoring of backup implementation to support archives more easily. 2022-04-25 16:34:33 +02:00
BackupFactory.h Check that the destination for a backup is not in use. 2022-07-15 13:34:58 +02:00
BackupImpl.cpp Check that the destination for a backup is not in use. 2022-07-15 13:34:58 +02:00
BackupImpl.h Check that the destination for a backup is not in use. 2022-07-15 13:34:58 +02:00
BackupInfo.cpp Implement BACKUP/RESTORE ON CLUSTER. 2022-04-25 16:34:33 +02:00
BackupInfo.h Implement BACKUP/RESTORE ON CLUSTER. 2022-04-25 16:34:33 +02:00
BackupIO_Disk.cpp Check that the destination for a backup is not in use. 2022-07-15 13:34:58 +02:00
BackupIO_Disk.h Check that the destination for a backup is not in use. 2022-07-15 13:34:58 +02:00
BackupIO_File.cpp Check that the destination for a backup is not in use. 2022-07-15 13:34:58 +02:00
BackupIO_File.h Check that the destination for a backup is not in use. 2022-07-15 13:34:58 +02:00
BackupIO.h Check that the destination for a backup is not in use. 2022-07-15 13:34:58 +02:00
BackupSettings.cpp Check that the destination for a backup is not in use. 2022-07-15 13:34:58 +02:00
BackupSettings.h Check that the destination for a backup is not in use. 2022-07-15 13:34:58 +02:00
BackupStatus.cpp Improved using ThreadPool for making backup or restoring, changed columns in system.backups. 2022-05-03 11:03:13 +02:00
BackupStatus.h Improved using ThreadPool for making backup or restoring, changed columns in system.backups. 2022-05-03 11:03:13 +02:00
BackupsWorker.cpp Changes after review and added comments. 2022-07-26 11:58:05 +02:00
BackupsWorker.h Changes after review and added comments. 2022-07-26 11:58:05 +02:00
BackupUtils.cpp Improve gathering metadata for backup - part 3. 2022-06-30 08:37:17 +02:00
BackupUtils.h More accurate access checking for RESTORE. 2022-06-19 11:26:41 +02:00
CMakeLists.txt Added new commands BACKUP and RESTORE. 2021-08-23 23:41:45 +03:00
DDLAdjustingForBackupVisitor.cpp Fix style. 2022-06-30 15:10:33 +02:00
DDLAdjustingForBackupVisitor.h Improve handling predefined databases and tables. 2022-06-30 08:37:17 +02:00
IBackup.h Simplify path calculations in backup. 2022-06-15 20:32:34 +02:00
IBackupCoordination.h Improve synchronization between hosts in distributed backup. 2022-07-21 11:45:26 +02:00
IBackupEntriesLazyBatch.cpp Store columns.txt in backups for the Memory table engine too. 2022-07-05 19:03: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 BACKUP ON CLUSTER correctly collects data of a replicated table from all replicas now, 2022-05-12 13:33:42 +02:00
IRestoreCoordination.h Improve synchronization between hosts in distributed backup. 2022-07-21 11:45:26 +02:00
registerBackupEnginesFileAndDisk.cpp Check that the destination for a backup is not in use. 2022-07-15 13:34:58 +02:00
RestoreCoordinationLocal.cpp Improve synchronization between hosts in distributed backup. 2022-07-21 11:45:26 +02:00
RestoreCoordinationLocal.h Improve synchronization between hosts in distributed backup. 2022-07-21 11:45:26 +02:00
RestoreCoordinationRemote.cpp Add call ZooKeeper::sync(). 2022-07-26 14:14:01 +02:00
RestoreCoordinationRemote.h Add call ZooKeeper::sync(). 2022-07-26 14:14:01 +02:00
RestorerFromBackup.cpp Changes after review and added comments. 2022-07-26 11:58:05 +02:00
RestorerFromBackup.h Improve synchronization between hosts in distributed backup. 2022-07-21 11:45:26 +02:00
RestoreSettings.cpp Implement storing UDF in backups. 2022-06-30 08:37:17 +02:00
RestoreSettings.h Implement storing UDF in backups. 2022-06-30 08:37:17 +02:00