ClickHouse/src/Disks
2022-03-24 20:47:43 +01:00
..
AzureBlobStorage Add WriteSettings 2022-03-18 12:27:38 +01:00
examples move to examples everywhere 2021-04-27 01:51:42 +03:00
HDFS Add WriteSettings 2022-03-18 12:27:38 +01:00
IO Add optin read_from_cache_if_exists_otherwise_bypass_cache (for merges) 2022-03-23 20:24:00 +01:00
S3 Merge master 2022-03-24 20:47:43 +01:00
tests Fix split build 2022-03-08 18:05:55 +01:00
CMakeLists.txt move to examples everywhere 2021-04-27 01:51:42 +03:00
createVolume.cpp Added disable_merges option for volumes in multi-disk configuration (#13956) 2020-10-20 18:10:24 +03:00
createVolume.h Added disable_merges option for volumes in multi-disk configuration (#13956) 2020-10-20 18:10:24 +03:00
DiskCacheWrapper.cpp Cache on all write operations 2022-03-23 19:14:33 +01:00
DiskCacheWrapper.h Add WriteSettings 2022-03-18 12:27:38 +01:00
DiskDecorator.cpp Add WriteSettings 2022-03-18 12:27:38 +01:00
DiskDecorator.h Add system.remote_data_paths table 2022-03-23 13:01:18 +01:00
DiskEncrypted.cpp Add WriteSettings 2022-03-18 12:27:38 +01:00
DiskEncrypted.h Add WriteSettings 2022-03-18 12:27:38 +01:00
DiskFactory.cpp Merge branch 'master' into alexelex-encryption-1 2021-06-18 11:28:08 +06:00
DiskFactory.h Rename "common" to "base" 2021-10-02 10:13:14 +03:00
DiskLocal.cpp Minor changes 2022-03-23 18:11:52 +01:00
DiskLocal.h Add WriteSettings 2022-03-18 12:27:38 +01:00
DiskLocalCheckThread.cpp DiskLocal checker 2022-02-01 05:55:27 +08:00
DiskLocalCheckThread.h DiskLocal checker 2022-02-01 05:55:27 +08:00
DiskMemory.cpp Add WriteSettings 2022-03-18 12:27:38 +01:00
DiskMemory.h Add WriteSettings 2022-03-18 12:27:38 +01:00
DiskRestartProxy.cpp Add system.remote_data_paths table 2022-03-23 13:01:18 +01:00
DiskRestartProxy.h Add system.remote_data_paths table 2022-03-23 13:01:18 +01:00
DiskSelector.cpp Use fmt::runtime() for LOG_* for non constexpr 2022-02-01 14:30:03 +03:00
DiskSelector.h Fix clang-tidy warnings in Disks, Formats, Functions folders 2022-03-14 18:17:35 +00:00
DiskType.h Rename BlobStorage to AzureBlobStorage 2021-12-17 12:24:05 +03:00
DiskWebServer.cpp Local cache for remote filesystem 2022-01-19 00:42:11 +03:00
DiskWebServer.h Minor changes 2022-03-24 15:32:08 +01:00
Executor.h Don't allocate Executor instance on each disk->getExecutor() call. 2020-08-11 22:08:32 +03:00
IDisk.cpp Fix race condition on hardlink/erase/read metadata 2022-02-02 19:40:21 +03:00
IDisk.h Minor changes 2022-03-24 15:32:08 +01:00
IDiskRemote.cpp Add system.remote_data_paths table 2022-03-23 13:01:18 +01:00
IDiskRemote.h Minor changes 2022-03-24 15:32:08 +01:00
IStoragePolicy.cpp support TTL TO [DISK|VOLUME] [IF EXISTS] 2022-02-10 19:26:23 +03:00
IStoragePolicy.h support TTL TO [DISK|VOLUME] [IF EXISTS] 2022-02-10 19:26:23 +03:00
IVolume.cpp Simplifying exception messages 2021-09-11 00:40:18 +02:00
IVolume.h DiskLocal checker 2022-02-01 05:55:27 +08:00
LocalDirectorySyncGuard.cpp 1. add macosx fix 2021-11-12 15:49:21 +08:00
LocalDirectorySyncGuard.h Fix clang-tidy warnings in Disks, Formats, Functions folders 2022-03-14 18:17:35 +00:00
registerDisks.cpp Rename BlobStorage to AzureBlobStorage 2021-12-17 12:24:05 +03:00
registerDisks.h dbms/ → src/ 2020-04-03 18:14:31 +03:00
RemoteDisksCommon.cpp Add system drop remote filesystem cache query, allow to write cache on insert 2022-03-21 12:32:44 +01:00
RemoteDisksCommon.h Add test 2022-02-17 19:57:04 +01:00
SingleDiskVolume.cpp VolumePtr instead of DiskPtr in MergeTreeData* 2020-05-10 00:24:15 +03:00
SingleDiskVolume.h Added disable_merges option for volumes in multi-disk configuration (#13956) 2020-10-20 18:10:24 +03:00
StoragePolicy.cpp support TTL TO [DISK|VOLUME] [IF EXISTS] 2022-02-10 19:26:23 +03:00
StoragePolicy.h support TTL TO [DISK|VOLUME] [IF EXISTS] 2022-02-10 19:26:23 +03:00
TemporaryFileOnDisk.cpp Added new commands BACKUP and RESTORE. 2021-08-23 23:41:45 +03:00
TemporaryFileOnDisk.h Fix clang-tidy warnings in Disks, Formats, Functions folders 2022-03-14 18:17:35 +00:00
VolumeJBOD.cpp Rename "common" to "base" 2021-10-02 10:13:14 +03:00
VolumeJBOD.h Added disable_merges option for volumes in multi-disk configuration (#13956) 2020-10-20 18:10:24 +03:00
VolumeRAID1.cpp Tiny fixes and avoid dynamic casts 2020-07-30 13:04:49 +03:00
VolumeRAID1.h Added disable_merges option for volumes in multi-disk configuration (#13956) 2020-10-20 18:10:24 +03:00