.. |
examples
|
move to examples everywhere
|
2021-04-27 01:51:42 +03:00 |
HDFS
|
Merge remote-tracking branch 'origin/master' into zero_copy_hdfs
|
2021-07-14 02:12:28 +00:00 |
S3
|
Merge pull request #27216 from ianton-ru/MDB-13990
|
2021-08-06 18:12:00 +03:00 |
tests
|
Merge branch 'master' of github.com:ClickHouse/ClickHouse into poco-file-to-std-fs
|
2021-05-27 00:01:25 +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
|
Remove AIO for sequential reads
|
2021-07-05 23:02:24 +03:00 |
DiskCacheWrapper.h
|
Remove AIO for sequential reads
|
2021-07-05 23:02:24 +03:00 |
DiskDecorator.cpp
|
Merge branch 'master' into alexelex-encryption-1
|
2021-07-13 11:28:41 +03:00 |
DiskDecorator.h
|
Merge remote-tracking branch 'origin/master' into zero_copy_hdfs
|
2021-07-14 02:12:28 +00:00 |
DiskEncrypted.cpp
|
Fix synchronization while updating from the config of an encrypted disk.
|
2021-08-01 22:55:36 +03:00 |
DiskEncrypted.h
|
Fix synchronization while updating from the config of an encrypted disk.
|
2021-08-01 22:55:36 +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
|
Use method which was added for s3 instead
|
2021-08-02 08:15:21 +00:00 |
DiskLocal.h
|
Use method which was added for s3 instead
|
2021-08-02 08:15:21 +00:00 |
DiskMemory.cpp
|
Merge branch 'master' into alexelex-encryption-1
|
2021-06-18 11:28:08 +06:00 |
DiskMemory.h
|
fix per review
|
2021-07-13 07:20:20 +00:00 |
DiskRestartProxy.cpp
|
Remove AIO for sequential reads
|
2021-07-05 23:02:24 +03:00 |
DiskRestartProxy.h
|
Remove AIO for sequential reads
|
2021-07-05 23:02:24 +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 alexelex-encryption-1
|
2021-06-07 21:18:54 +06: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
|
Use method which was added for s3 instead
|
2021-08-02 08:15:21 +00:00 |
IDiskRemote.cpp
|
fix test_hdfs_zero_copy_replication_move[tiered_copy-2]
|
2021-07-13 07:20:23 +00:00 |
IDiskRemote.h
|
fix test_hdfs_zero_copy_replication_move[tiered_copy-2]
|
2021-07-13 07:20:23 +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 |
ReadIndirectBufferFromRemoteFS.cpp
|
Code cleanup + comments.
|
2021-06-07 13:49:34 +03:00 |
ReadIndirectBufferFromRemoteFS.h
|
Merge pull request #24885 from Jokser/disk-s3-read-error-fix
|
2021-06-18 13:38:59 +03:00 |
registerDisks.cpp
|
Merge branch 'master' into alexelex-encryption-1
|
2021-06-07 21:18:54 +06: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
|
Final fixes
|
2021-05-29 00:34:44 +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 |
WriteIndirectBufferFromRemoteFS.cpp
|
Some disks update
|
2021-05-27 00:02:24 +03:00 |
WriteIndirectBufferFromRemoteFS.h
|
Fix arcadia
|
2021-06-11 14:26:33 +03:00 |
ya.make
|
Merge branch 'master' into alexelex-encryption-1
|
2021-06-18 11:28:08 +06:00 |
ya.make.in
|
Fix the annoying ya.make.
|
2021-06-13 21:21:44 +03:00 |