ClickHouse/src/Disks
2022-04-06 11:15:37 +00:00
..
AzureBlobStorage Merge master 2022-02-22 13:17:51 +01:00
examples move to examples everywhere 2021-04-27 01:51:42 +03:00
HDFS Merge master 2022-02-22 13:17:51 +01:00
IO Fix race in cached buffer 2022-04-04 16:32:37 +02:00
S3 move threadPoolCallbackRunner from Common into Interpreters folder to fix split build issue 2022-03-23 17:57:19 +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 Fix test, disable cache for DiskCacheWrapper 2022-03-09 09:46:04 +01:00
DiskCacheWrapper.h Fix cache wrapper 2022-02-08 14:05:38 +03:00
DiskDecorator.cpp Revert "Revert "Revert "Revert "Merge pull request #34219 from ClickHouse/revert-34212-revert-33291-add-pool-to-s3-write-buffer"""" 2022-02-08 11:01:26 +03:00
DiskDecorator.h Fix race condition: 2022-02-14 22:19:49 +03:00
DiskEncrypted.cpp Accept real file size in createReadBufferFromFileBase() 2022-01-04 10:53:17 +03:00
DiskEncrypted.h Accept real file size in createReadBufferFromFileBase() 2022-01-04 10:53:17 +03: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 Create parent directories in DiskLocal::replaceFile 2022-04-06 11:15:37 +00:00
DiskLocal.h DiskLocal checker 2022-02-01 05:55:27 +08: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 Accept real file size in createReadBufferFromFileBase() 2022-01-04 10:53:17 +03:00
DiskMemory.h Fix clang-tidy warnings in Disks, Formats, Functions folders 2022-03-14 18:17:35 +00:00
DiskRestartProxy.cpp Merge master 2022-02-22 13:17:51 +01:00
DiskRestartProxy.h Revert "Revert "Revert "Revert "Merge pull request #34219 from ClickHouse/revert-34212-revert-33291-add-pool-to-s3-write-buffer"""" 2022-02-08 11:01:26 +03: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 Fix clang-tidy warnings in Disks, Formats, Functions folders 2022-03-14 18:17:35 +00: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 Merge pull request #34780 from azat/mt-delayed-part-flush 2022-03-17 12:30:51 +01:00
IDiskRemote.cpp Merge pull request #34780 from azat/mt-delayed-part-flush 2022-03-17 12:30:51 +01:00
IDiskRemote.h Fix clang-tidy warnings in Disks, Formats, Functions folders 2022-03-14 18:17:35 +00: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 Move initialization out of constructor 2022-03-01 18:12:34 +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