ClickHouse/src/Backups
Robert Schulze 118e94523c
Activate clang-tidy warning "readability-container-contains"
This check suggests replacing <Container>.count() by
<Container>.contains() which is more speaking and in case of
multimaps/multisets also faster.
2022-04-18 23:53:11 +02:00
..
ArchiveBackup.cpp Allow creating directories containing a new archive. 2022-04-09 01:32:17 +02:00
ArchiveBackup.h Improve removing of backup files after error. 2022-04-08 14:25:40 +02: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 Activate clang-tidy warning "readability-container-contains" 2022-04-18 23:53:11 +02:00
BackupImpl.h Improve removing of backup files after error. 2022-04-08 14:25:40 +02:00
BackupInfo.cpp Better handling arguments of backup engines. 2022-04-08 19:52:52 +02:00
BackupInfo.h Better handling arguments of backup engines. 2022-04-08 19:52:52 +02: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 Better handling arguments of backup engines. 2022-04-08 19:52:52 +02:00
DirectoryBackup.h Better handling arguments of backup engines. 2022-04-08 19:52:52 +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 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 Fix code style in registerBackupEnginesFileAndDisk.cpp 2022-04-11 12:45:16 +02: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