.. |
AzureBlobStorage
|
Decrease log level for some s3 messages.
|
2021-12-20 18:18:54 +03:00 |
examples
|
move to examples everywhere
|
2021-04-27 01:51:42 +03:00 |
HDFS
|
Decrease log level for some s3 messages.
|
2021-12-20 18:18:54 +03:00 |
IO
|
Rename BlobStorage to AzureBlobStorage
|
2021-12-17 12:24:05 +03:00 |
S3
|
Merge pull request #32979 from ClickHouse/decrease-some-s3-log-level
|
2021-12-20 20:56:22 +03:00 |
tests
|
Code cleanup
|
2021-12-10 22:04:37 +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
|
Decrease log level for some s3 messages.
|
2021-12-20 18:18:54 +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
|
Use table UUID in zero-copy shared label in ZooKeeper
|
2021-12-20 16:19:00 +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
|
Merge pull request #31136 from LiuYangkuan/IDiskRemote_metadata_disk
|
2021-11-13 12:16:05 +03:00 |
DiskLocal.h
|
Replace estimated_size with optional<size> for IDisk::readFile()
|
2021-10-24 18:58:11 +03:00 |
DiskMemory.cpp
|
Containers iteration fix erase
|
2021-12-20 13:42:31 +03:00 |
DiskMemory.h
|
Replace estimated_size with optional<size> for IDisk::readFile()
|
2021-10-24 18:58:11 +03:00 |
DiskRestartProxy.cpp
|
Small refactoring of WriteBiffer-s
|
2021-11-11 02:11:18 +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 BlobStorage to AzureBlobStorage
|
2021-12-17 12:24:05 +03:00 |
DiskWebServer.cpp
|
Merge branch 'master' into retriable-http
|
2021-11-11 11:52:06 +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
|
Use table UUID in zero-copy shared label in ZooKeeper
|
2021-12-20 16:19:00 +03:00 |
IDisk.h
|
Use table UUID in zero-copy shared label in ZooKeeper
|
2021-12-20 16:19:00 +03:00 |
IDiskRemote.cpp
|
Merge branch 'master' into MDB-15474
|
2021-12-21 17:38:36 +03:00 |
IDiskRemote.h
|
Merge master
|
2021-12-21 17:27:54 +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
|
1. add macosx fix
|
2021-11-12 15:49:21 +08:00 |
LocalDirectorySyncGuard.h
|
better abstractions in disk interface
|
2021-01-26 17:49:35 +03: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
|
Fix clang tidy
|
2021-12-14 15:34:20 +03:00 |
RemoteDisksCommon.h
|
Fix clang tidy
|
2021-12-14 15:34:20 +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 |