ClickHouse/src/Disks
2021-04-20 13:38:29 +00:00
..
HDFS Better 2021-04-20 13:12:42 +00:00
S3 Merge branch 'master' of https://github.com/ClickHouse/ClickHouse into hdfs-idisk 2021-04-20 13:38:29 +00:00
tests Better 2021-04-20 13:12:42 +00:00
CMakeLists.txt dbms/ → src/ 2020-04-03 18:14:31 +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 Replace dynamic log getting with private log field in Disk classes. 2021-04-15 23:38:44 +03:00
DiskCacheWrapper.h Replace dynamic log getting with private log field in Disk classes. 2021-04-15 23:38:44 +03:00
DiskDecorator.cpp Rename as suggested by Kita 2021-03-28 22:24:28 +03:00
DiskDecorator.h Rename as suggested by Kita 2021-03-28 22:24:28 +03:00
DiskFactory.cpp Replace all Context references with std::weak_ptr (#22297) 2021-04-11 02:33:54 +03:00
DiskFactory.h Replace all Context references with std::weak_ptr (#22297) 2021-04-11 02:33:54 +03:00
DiskLocal.cpp Replace dynamic log getting with private log field in Disk classes. 2021-04-15 23:38:44 +03:00
DiskLocal.h Replace dynamic log getting with private log field in Disk classes. 2021-04-15 23:38:44 +03:00
DiskMemory.cpp Replace all Context references with std::weak_ptr (#22297) 2021-04-11 02:33:54 +03:00
DiskMemory.h Rename as suggested by Kita 2021-03-28 22:24:28 +03:00
DiskSelector.cpp Replace all Context references with std::weak_ptr (#22297) 2021-04-11 02:33:54 +03:00
DiskSelector.h Replace all Context references with std::weak_ptr (#22297) 2021-04-11 02:33:54 +03:00
DiskType.h Small refactoring, add hdfs to test_disk_types 2021-04-03 12:02:29 +00:00
Executor.h Don't allocate Executor instance on each disk->getExecutor() call. 2020-08-11 22:08:32 +03:00
IDisk.cpp better abstractions in disk interface 2021-01-26 17:49:35 +03:00
IDisk.h More common 2021-04-20 11:41:32 +00:00
IDiskRemote.cpp Better 2021-04-20 13:12:42 +00:00
IDiskRemote.h Better 2021-04-20 13:12:42 +00:00
IStoragePolicy.h Fixes by review response 2021-02-26 12:48:57 +03:00
IVolume.cpp Added disable_merges option for volumes in multi-disk configuration (#13956) 2020-10-20 18:10:24 +03:00
IVolume.h Added disable_merges option for volumes in multi-disk configuration (#13956) 2020-10-20 18:10:24 +03: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
registerDisks.cpp Fix fast test 2021-04-02 22:09:12 +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 Fixes by review response 2021-02-26 12:48:57 +03:00
StoragePolicy.h Fixes by review response 2021-02-26 12:48:57 +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
ya.make Add seek method 2021-04-05 09:32:06 +00:00
ya.make.in Add seek method 2021-04-05 09:32:06 +00:00