ClickHouse/src/Backups
2022-05-03 11:01:44 +02:00
..
BackupCoordinationDistributed.cpp Use sequential nodes for counters. Add comments. 2022-04-26 18:45:35 +02:00
BackupCoordinationDistributed.h Fix style & compilation. 2022-04-25 23:05:35 +02:00
BackupCoordinationLocal.cpp Implement BACKUP/RESTORE ON CLUSTER. 2022-04-25 16:34:33 +02:00
BackupCoordinationLocal.h Fix style & compilation. 2022-04-25 23:05:35 +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 Use SeekableReadBuffer instead of ReadBuffer in IBackupEntry. 2022-04-25 16:34:33 +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 Implement BACKUP/RESTORE ON CLUSTER. 2022-04-25 16:34:33 +02:00
BackupImpl.cpp Fix compilation. 2022-04-26 10:13:08 +02:00
BackupImpl.h Implement BACKUP/RESTORE ON CLUSTER. 2022-04-25 16:34:33 +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 Fix build again 2022-04-29 14:45:27 +08:00
BackupIO_Disk.h Refactoring of backup implementation to support archives more easily. 2022-04-25 16:34:33 +02:00
BackupIO_File.cpp Fix build again 2022-04-29 14:45:27 +08:00
BackupIO_File.h Refactoring of backup implementation to support archives more easily. 2022-04-25 16:34:33 +02:00
BackupIO.h Refactoring of backup implementation to support archives more easily. 2022-04-25 16:34:33 +02:00
BackupSettings.cpp Make BACKUP & RESTORE synchronous by default. 2022-04-26 18:45:39 +02:00
BackupSettings.h Make BACKUP & RESTORE synchronous by default. 2022-04-26 18:45:39 +02:00
BackupStatus.cpp Add system table system.backups; implement async mode for commands BACKUP & RESTORE 2022-04-25 16:34:33 +02:00
BackupStatus.h Use sequential nodes for counters. Add comments. 2022-04-26 18:45:35 +02:00
BackupsWorker.cpp Fix build again 2022-04-29 14:45:27 +08:00
BackupsWorker.h Use sequential nodes for counters. Add comments. 2022-04-26 18:45:35 +02:00
BackupUtils.cpp Added ASTBackupQuery::setDatabase(). 2022-05-03 11:01:44 +02:00
BackupUtils.h Implement BACKUP/RESTORE ON CLUSTER. 2022-04-25 16:34:33 +02:00
CMakeLists.txt
DDLCompareUtils.cpp Implement BACKUP and RESTORE for MatViews. 2022-03-21 11:45:21 +01:00
DDLCompareUtils.h Add settings "throw_if_table_has_different_definition" and "throw_if_database_has_different_definition". 2022-03-20 20:02:15 +01:00
DDLRenamingVisitor.cpp Added ASTBackupQuery::setDatabase(). 2022-05-03 11:01:44 +02:00
DDLRenamingVisitor.h Added ASTBackupQuery::setDatabase(). 2022-05-03 11:01:44 +02:00
formatTableNameOrTemporaryTableName.cpp Add settings "throw_if_table_has_different_definition" and "throw_if_database_has_different_definition". 2022-03-20 20:02:15 +01:00
formatTableNameOrTemporaryTableName.h Add settings "throw_if_table_has_different_definition" and "throw_if_database_has_different_definition". 2022-03-20 20:02:15 +01:00
IBackup.h Revert backup version 2. Add parameter data_file_path to handle duplicate files more easily without introducing a new backup format. 2022-04-25 16:34:33 +02:00
IBackupCoordination.h Fix style & compilation. 2022-04-25 23:05:35 +02:00
IBackupEntriesBatch.cpp Use SeekableReadBuffer instead of ReadBuffer in IBackupEntry. 2022-04-25 16:34:33 +02:00
IBackupEntriesBatch.h Use SeekableReadBuffer instead of ReadBuffer in IBackupEntry. 2022-04-25 16:34:33 +02:00
IBackupEntry.h Use SeekableReadBuffer instead of ReadBuffer in IBackupEntry. 2022-04-25 16:34:33 +02:00
IRestoreCoordination.h Implement BACKUP/RESTORE ON CLUSTER. 2022-04-25 16:34:33 +02:00
IRestoreTask.h Shorter names: rename IRestoreFromBackupTask -> IRestoreTask. 2022-03-20 20:02:15 +01:00
registerBackupEnginesFileAndDisk.cpp Disable usage of archives with backups on clusters. 2022-04-26 10:13:49 +02:00
replaceTableUUIDWithMacroInReplicatedTableDef.cpp Implement BACKUP/RESTORE ON CLUSTER. 2022-04-25 16:34:33 +02:00
replaceTableUUIDWithMacroInReplicatedTableDef.h Implement BACKUP/RESTORE ON CLUSTER. 2022-04-25 16:34:33 +02:00
RestoreCoordinationDistributed.cpp Implement BACKUP/RESTORE ON CLUSTER. 2022-04-25 16:34:33 +02:00
RestoreCoordinationDistributed.h Fix style & compilation. 2022-04-25 23:05:35 +02:00
RestoreCoordinationLocal.cpp Implement BACKUP/RESTORE ON CLUSTER. 2022-04-25 16:34:33 +02:00
RestoreCoordinationLocal.h Fix style & compilation. 2022-04-25 23:05:35 +02:00
RestoreSettings.cpp Make BACKUP & RESTORE synchronous by default. 2022-04-26 18:45:39 +02:00
RestoreSettings.h Make BACKUP & RESTORE synchronous by default. 2022-04-26 18:45:39 +02:00
RestoreUtils.cpp Added ASTBackupQuery::setDatabase(). 2022-05-03 11:01:44 +02:00
RestoreUtils.h Added ASTBackupQuery::setDatabase(). 2022-05-03 11:01:44 +02:00