ClickHouse/src/Disks
2021-10-01 16:55:28 +02:00
..
examples move to examples everywhere 2021-04-27 01:51:42 +03:00
HDFS Replacing std::function to Fn in some places 2021-09-29 13:09:39 +02:00
S3 Merge remote-tracking branch 'upstream/master' into improvement/fn-traits 2021-10-01 16:55:28 +02:00
tests Progress on async reads. 2021-08-16 03:00:32 +03: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 Progress on development 2021-08-25 00:45:58 +03:00
DiskCacheWrapper.h Progress on async reads. 2021-08-16 03:00:32 +03:00
DiskDecorator.cpp Progress on async reads. 2021-08-16 03:00:32 +03:00
DiskDecorator.h Add IDisk::isRemote method 2021-08-25 02:27:20 +03:00
DiskEncrypted.cpp Progress on development 2021-08-25 00:45:58 +03:00
DiskEncrypted.h Add IDisk::isRemote method 2021-08-25 02:27:20 +03:00
DiskFactory.cpp Merge branch 'master' into alexelex-encryption-1 2021-06-18 11:28:08 +06:00
DiskFactory.h Merge branch 'master' into alexelex-encryption-1 2021-06-18 11:28:08 +06:00
DiskLocal.cpp Progress on async reads. 2021-08-16 03:00:32 +03:00
DiskLocal.h Add IDisk::isRemote method 2021-08-25 02:27:20 +03:00
DiskMemory.cpp Progress on async reads. 2021-08-16 03:00:32 +03:00
DiskMemory.h Add IDisk::isRemote method 2021-08-25 02:27:20 +03:00
DiskRestartProxy.cpp Progress on async reads. 2021-08-16 03:00:32 +03:00
DiskRestartProxy.h Progress on async reads. 2021-08-16 03:00:32 +03:00
DiskSelector.cpp Use method which was added for s3 instead 2021-08-02 08:15:21 +00:00
DiskSelector.h Merge branch 'master' of https://github.com/ClickHouse/ClickHouse into taiyang-li-disk-reload 2021-07-29 07:53:16 +00:00
DiskType.h Merge branch 'master' into async-reads 2021-08-31 02:52:58 +03:00
DiskWebServer.cpp Fix trivial mistake in DiskWebServer 2021-09-25 01:33:40 +03:00
DiskWebServer.h Update DiskWebServer.h 2021-09-25 02:58:12 +03:00
Executor.h Don't allocate Executor instance on each disk->getExecutor() call. 2020-08-11 22:08:32 +03:00
IDisk.cpp Add comments for encrypted disks; some improvements in code. 2021-07-16 12:04:25 +03:00
IDisk.h Merge branch 'master' into async-reads 2021-08-31 02:52:58 +03:00
IDiskRemote.cpp Merge branch 'master' of https://github.com/ClickHouse/ClickHouse into disk-over-web-server 2021-08-06 19:42:29 +00:00
IDiskRemote.h Throw for alter and silence for drop 2021-08-23 23:48:53 +00:00
IStoragePolicy.h Introduced MergeTask and MutateTask (#25165) 2021-09-17 00:19:58 +03:00
IVolume.cpp Simplifying exception messages 2021-09-11 00:40:18 +02:00
IVolume.h Initial: replacing hardcoded toString for enums with magic_enum 2021-09-06 16:24:03 +02:00
LocalDirectorySyncGuard.cpp better abstractions in disk interface 2021-01-26 17:49:35 +03:00
LocalDirectorySyncGuard.h better abstractions in disk interface 2021-01-26 17:49:35 +03:00
ReadIndirectBufferFromRemoteFS.cpp Throw for alter and silence for drop 2021-08-23 23:48:53 +00:00
ReadIndirectBufferFromRemoteFS.h Merge branch 'master' of https://github.com/ClickHouse/ClickHouse into disk-over-web-server 2021-06-18 14:27:48 +00:00
ReadIndirectBufferFromWebServer.cpp Fix 2021-09-21 09:44:54 +00:00
ReadIndirectBufferFromWebServer.h Fix 2021-09-21 09:44:54 +00:00
registerDisks.cpp Merge branch 'master' of https://github.com/ClickHouse/ClickHouse into disk-over-web-server 2021-08-06 19:42:29 +00:00
registerDisks.h dbms/ → src/ 2020-04-03 18:14:31 +03: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 Remove imperfect code 2021-08-25 02:05:55 +03:00
StoragePolicy.h Remove imperfect code 2021-08-25 02:05:55 +03:00
TemporaryFileOnDisk.cpp Added new commands BACKUP and RESTORE. 2021-08-23 23:41:45 +03:00
TemporaryFileOnDisk.h Added new commands BACKUP and RESTORE. 2021-08-23 23:41:45 +03:00
VolumeJBOD.cpp Added disable_merges option for volumes in multi-disk configuration (#13956) 2020-10-20 18:10:24 +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
WriteIndirectBufferFromRemoteFS.cpp First version 2021-06-13 19:36:56 +00:00
WriteIndirectBufferFromRemoteFS.h First version 2021-06-13 19:36:56 +00:00