ClickHouse/src/Backups
2022-05-04 00:15:21 +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 Add new restore setting 'allow_non_empty_tables'. 2022-05-03 16:18:45 +02:00
BackupSettings.h Rework RestoreCoordination: make restore deterministic. 2022-05-03 11:01:44 +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 Fix implementation of totalBytes() & totalRows() for Log family. 2022-05-04 00:15:21 +02:00
BackupsWorker.h Improved using ThreadPool for making backup or restoring, changed columns in system.backups. 2022-05-03 11:03:13 +02:00
BackupUtils.cpp Improved using ThreadPool for making backup or restoring, changed columns in system.backups. 2022-05-03 11:03:13 +02:00
BackupUtils.h Improved using ThreadPool for making backup or restoring, changed columns in system.backups. 2022-05-03 11:03:13 +02:00
CMakeLists.txt Added new commands BACKUP and RESTORE. 2021-08-23 23:41:45 +03:00
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 Make calculation of shard_num & replica_num not dependant on match of the cluster's definitions on nodes. 2022-05-03 11:01:44 +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 Fix restore coordination for creating tables in replicated databases. 2022-05-03 11:03:16 +02:00
IRestoreTask.h Rework RestoreCoordination: make restore deterministic. 2022-05-03 11:01:44 +02: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 Fix compilation. 2022-05-03 18:34:29 +02:00
RestoreCoordinationDistributed.h Fix restore coordination for creating tables in replicated databases. 2022-05-03 11:03:16 +02:00
RestoreCoordinationLocal.cpp Fix compilation. 2022-05-03 18:34:29 +02:00
RestoreCoordinationLocal.h Fix restore coordination for creating tables in replicated databases. 2022-05-03 11:03:16 +02:00
RestoreSettings.cpp Add new restore setting 'allow_non_empty_tables'. 2022-05-03 16:18:45 +02:00
RestoreSettings.h Add new restore setting 'allow_non_empty_tables'. 2022-05-03 16:18:45 +02:00
RestoreUtils.cpp Use SYSTEM SYNC DATABASE REPLICA to make code better. 2022-05-03 16:59:41 +02:00
RestoreUtils.h Fix restore coordination for creating tables in replicated databases. 2022-05-03 11:03:16 +02:00