.. |
examples
|
move to examples everywhere
|
2021-04-27 01:51:42 +03:00 |
HDFS
|
Merge branch 'master' of github.com:ClickHouse/ClickHouse into disk-async-read
|
2021-10-25 00:22:32 +03:00 |
IO
|
Some clean up before merging
|
2021-10-29 01:04:52 +03:00 |
S3
|
Fix whitespace in src/Disks/S3/DiskS3.cpp
|
2021-11-01 13:00:21 +03:00 |
tests
|
Update gtest_disk_encrypted for new readFile() interface
|
2021-10-27 09:37:26 +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
|
Explictly pass size in DiskCacheWrapper::writeFile()
|
2021-10-24 18:58:22 +03:00 |
DiskCacheWrapper.h
|
Replace estimated_size with optional<size> for IDisk::readFile()
|
2021-10-24 18:58:11 +03:00 |
DiskDecorator.cpp
|
Replace estimated_size with optional<size> for IDisk::readFile()
|
2021-10-24 18:58:11 +03:00 |
DiskDecorator.h
|
Replace estimated_size with optional<size> for IDisk::readFile()
|
2021-10-24 18:58:11 +03:00 |
DiskEncrypted.cpp
|
Replace estimated_size with optional<size> for IDisk::readFile()
|
2021-10-24 18:58:11 +03:00 |
DiskEncrypted.h
|
Remove cruft
|
2021-10-28 02:10:39 +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
|
correct disk space calculations
|
2021-11-07 19:51:48 +03:00 |
DiskLocal.h
|
Replace estimated_size with optional<size> for IDisk::readFile()
|
2021-10-24 18:58:11 +03:00 |
DiskMemory.cpp
|
Replace estimated_size with optional<size> for IDisk::readFile()
|
2021-10-24 18:58:11 +03:00 |
DiskMemory.h
|
Replace estimated_size with optional<size> for IDisk::readFile()
|
2021-10-24 18:58:11 +03:00 |
DiskRestartProxy.cpp
|
Review fixes
|
2021-10-28 11:32:37 +03:00 |
DiskRestartProxy.h
|
Replace estimated_size with optional<size> for IDisk::readFile()
|
2021-10-24 18:58:11 +03:00 |
DiskSelector.cpp
|
Rename "common" to "base"
|
2021-10-02 10:13:14 +03: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
|
Rename "common" to "base"
|
2021-10-02 10:13:14 +03:00 |
DiskWebServer.cpp
|
Merge branch 'master' of github.com:ClickHouse/ClickHouse into disk-async-read
|
2021-10-25 00:22:32 +03:00 |
DiskWebServer.h
|
Replace estimated_size with optional<size> for IDisk::readFile()
|
2021-10-24 18:58:11 +03:00 |
Executor.h
|
Don't allocate Executor instance on each disk->getExecutor() call.
|
2020-08-11 22:08:32 +03:00 |
IDisk.cpp
|
Rename "common" to "base"
|
2021-10-02 10:13:14 +03:00 |
IDisk.h
|
Replace estimated_size with optional<size> for IDisk::readFile()
|
2021-10-24 18:58:11 +03:00 |
IDiskRemote.cpp
|
Fix split build
|
2021-10-19 22:45:46 +03:00 |
IDiskRemote.h
|
Merge branch 'master' of github.com:ClickHouse/ClickHouse into disk-async-read
|
2021-10-28 18:46:21 +03:00 |
IStoragePolicy.h
|
Rename "common" to "base"
|
2021-10-02 10:13:14 +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 |
registerDisks.cpp
|
Remove cruft
|
2021-10-28 02:10:39 +03: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
|
Rename "common" to "base"
|
2021-10-02 10:13:14 +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
|
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 |