.. |
examples
|
move to examples everywhere
|
2021-04-27 01:51:42 +03:00 |
HDFS
|
fixing paths
|
2021-10-02 21:45:05 +02:00 |
S3
|
fixing paths
|
2021-10-02 21:45:05 +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
|
Rename "common" to "base"
|
2021-10-02 10:13:14 +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
|
Add error for multiple keys without current_key_id (#29546)
|
2021-10-05 14:37:54 +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
|
Rename "common" to "base"
|
2021-10-02 10:13:14 +03:00 |
DiskLocal.cpp
|
Progress on async reads.
|
2021-08-16 03:00:32 +03:00 |
DiskLocal.h
|
Rename "common" to "base"
|
2021-10-02 10:13:14 +03:00 |
DiskMemory.cpp
|
Fix data-race in WriteIndirectBuffer (used in StripeLog)
|
2021-10-04 01:58:35 +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
|
Rename "common" to "base"
|
2021-10-02 10:13:14 +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
|
Rename "common" to "base"
|
2021-10-02 10:13:14 +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
|
Rename "common" to "base"
|
2021-10-02 10:13:14 +03:00 |
IDisk.h
|
Rename "common" to "base"
|
2021-10-02 10:13:14 +03:00 |
IDiskRemote.cpp
|
Rename "common" to "base"
|
2021-10-02 10:13:14 +03:00 |
IDiskRemote.h
|
Throw for alter and silence for drop
|
2021-08-23 23:48:53 +00: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 |
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
|
Rename "common" to "base"
|
2021-10-02 10:13:14 +03: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
|
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 |
WriteIndirectBufferFromRemoteFS.cpp
|
First version
|
2021-06-13 19:36:56 +00:00 |
WriteIndirectBufferFromRemoteFS.h
|
First version
|
2021-06-13 19:36:56 +00:00 |