ClickHouse/src/Backups
2022-03-21 11:45:21 +01:00
..
ArchiveBackup.cpp Implement BACKUP and RESTORE for MatViews. 2022-03-21 11:45:21 +01:00
ArchiveBackup.h A corresponding file in base backup can be searched by checksum too, not only by name. 2022-03-20 20:02:15 +01:00
BackupEntryFromAppendOnlyFile.cpp Use BackupEntryFromAppendOnlyFile for Log engine, 2022-03-20 20:02:15 +01:00
BackupEntryFromAppendOnlyFile.h Fix clang-tidy warnings in Backups, Client, Columns folders 2022-03-14 18:17:35 +00:00
BackupEntryFromImmutableFile.cpp Fix split build 2022-03-08 18:05:55 +01:00
BackupEntryFromImmutableFile.h Fix clang-tidy warnings in Backups, Client, Columns folders 2022-03-14 18:17:35 +00:00
BackupEntryFromMemory.cpp Added new commands BACKUP and RESTORE. 2021-08-23 23:41:45 +03:00
BackupEntryFromMemory.h Fix clang-tidy warnings in Backups, Client, Columns folders 2022-03-14 18:17:35 +00: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 Implement writing backups as zip archive. 2022-03-20 20:02:15 +01:00
BackupFactory.h Implement writing backups as zip archive. 2022-03-20 20:02:15 +01:00
BackupImpl.cpp Implement BACKUP and RESTORE for MatViews. 2022-03-21 11:45:21 +01:00
BackupImpl.h A corresponding file in base backup can be searched by checksum too, not only by name. 2022-03-20 20:02:15 +01:00
BackupInfo.cpp Split backup implementation into two parts to help implementing other backup engines. 2021-11-10 11:03:03 +03:00
BackupInfo.h New syntax for BACKUP/RESTORE: set backup engine explicitly. 2021-11-09 23:16:40 +03:00
BackupSettings.cpp Use BackupEntryFromAppendOnlyFile for Log engine, 2022-03-20 20:02:15 +01:00
BackupSettings.h Use BackupEntryFromAppendOnlyFile for Log engine, 2022-03-20 20:02:15 +01:00
BackupUtils.cpp Implement BACKUP and RESTORE for MatViews. 2022-03-21 11:45:21 +01:00
BackupUtils.h Rework BackupSettings and RestoreSettings a little, pass StorageRestoreSettings to storages. 2022-03-20 20:02:15 +01: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 Implement BACKUP and RESTORE for MatViews. 2022-03-21 11:45:21 +01:00
DDLRenamingVisitor.h Implement BACKUP and RESTORE for MatViews. 2022-03-21 11:45:21 +01:00
DirectoryBackup.cpp A corresponding file in base backup can be searched by checksum too, not only by name. 2022-03-20 20:02:15 +01:00
DirectoryBackup.h A corresponding file in base backup can be searched by checksum too, not only by name. 2022-03-20 20:02:15 +01: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 Implement BACKUP and RESTORE for MatViews. 2022-03-21 11:45:21 +01:00
IBackupEntriesBatch.cpp Use BackupEntryFromAppendOnlyFile for Log engine, 2022-03-20 20:02:15 +01:00
IBackupEntriesBatch.h Use BackupEntryFromAppendOnlyFile for Log engine, 2022-03-20 20:02:15 +01:00
IBackupEntry.h Added new commands BACKUP and RESTORE. 2021-08-23 23:41:45 +03:00
IRestoreTask.h Shorter names: rename IRestoreFromBackupTask -> IRestoreTask. 2022-03-20 20:02:15 +01:00
registerBackupEnginesFileAndDisk.cpp Implement writing backups as zip archive. 2022-03-20 20:02:15 +01:00
RestoreSettings.cpp Use BackupEntryFromAppendOnlyFile for Log engine, 2022-03-20 20:02:15 +01:00
RestoreSettings.h Use BackupEntryFromAppendOnlyFile for Log engine, 2022-03-20 20:02:15 +01:00
RestoreUtils.cpp Implement BACKUP and RESTORE for MatViews. 2022-03-21 11:45:21 +01:00
RestoreUtils.h Rework BackupSettings and RestoreSettings a little, pass StorageRestoreSettings to storages. 2022-03-20 20:02:15 +01:00