ClickHouse/src/Disks
Vitaly Baranov 8989f3a243
Merge pull request #48741 from vitlibar/fix-zero-copy-replication-on-encrypted-disks
Fix zero-copy-replication on encrypted disks.
2023-04-14 16:18:04 +02:00
..
examples
IO Merge branch 'master' into fix-error-in-cache 2023-04-11 13:40:46 +02:00
ObjectStorages Remove superfluous includes of logger_userful.h from headers 2023-04-10 17:59:30 +02:00
tests Cleanup disk unittest 2023-02-08 18:14:05 +00:00
CMakeLists.txt
createVolume.cpp Better formatting for exception messages (#45449) 2023-01-24 00:13:58 +03:00
createVolume.h
DirectoryIterator.h Trying to create metadata layer 2022-06-02 18:09:40 +02:00
DiskEncrypted.cpp Fix zero-copy-replication on encrypted disks. 2023-04-13 13:15:18 +02:00
DiskEncrypted.h Fix zero-copy-replication on encrypted disks. 2023-04-13 13:15:18 +02:00
DiskFactory.cpp Better formatting for exception messages (#45449) 2023-01-24 00:13:58 +03:00
DiskFactory.h
DiskLocal.cpp Add ability to throttle local IO on per-query/server basis 2023-04-05 09:39:15 +02:00
DiskLocal.h Remove superfluous includes of logger_userful.h from headers 2023-04-10 17:59:30 +02:00
DiskLocalCheckThread.cpp Improve logging for broken disks 2023-01-27 21:11:10 +01:00
DiskLocalCheckThread.h
DiskSelector.cpp Fix test after incorrect merge with master 2023-02-03 14:05:59 +01:00
DiskSelector.h Review comments fix 2023-02-10 12:06:24 +01:00
DiskType.cpp Better defaults 2022-08-24 17:51:26 +02:00
DiskType.h changed type name for S3_Plain storage 2022-11-04 17:35:51 +01:00
Executor.h
FakeDiskTransaction.h Preparation for libcxx(abi), llvm, clang-tidy 16 2023-03-19 17:25:41 +00:00
getDiskConfigurationFromAST.cpp Better 2023-03-13 15:20:01 +01:00
getDiskConfigurationFromAST.h Better 2023-03-13 15:20:01 +01:00
getOrCreateDiskFromAST.cpp Fix test 2023-03-02 14:46:20 +01:00
getOrCreateDiskFromAST.h Allow nested custom disks 2023-03-01 19:55:59 +01:00
IDisk.cpp Remove throttler for IDisk::copyFile() 2023-04-05 09:41:27 +02:00
IDisk.h Use forward declaration of ThreadPool 2023-04-07 11:25:35 +02:00
IDiskTransaction.h Simplify the implementation, create new utility function copyS3FileToDisk(). 2023-03-14 23:34:44 +01:00
IStoragePolicy.cpp better interface 2022-10-25 22:14:06 +00:00
IStoragePolicy.h better interface 2022-10-25 22:14:06 +00:00
IVolume.cpp Better formatting for exception messages (#45449) 2023-01-24 00:13:58 +03:00
IVolume.h Remove confusing warning when inserting with perform_ttl_move_on_insert=false. 2022-09-30 20:51:48 +02:00
LocalDirectorySyncGuard.cpp Better formatting for exception messages (#45449) 2023-01-24 00:13:58 +03:00
LocalDirectorySyncGuard.h
registerDisks.cpp Slightly better clickhouse disks and remove DiskMemory 2022-12-08 18:20:54 +01:00
registerDisks.h Make disks checks only for clickhouse-server 2022-11-20 16:28:35 +01:00
SingleDiskVolume.h
StoragePolicy.cpp Remove superfluous includes of logger_userful.h from headers 2023-04-10 17:59:30 +02:00
StoragePolicy.h Remove superfluous includes of logger_userful.h from headers 2023-04-10 17:59:30 +02:00
TemporaryFileOnDisk.cpp Use StrongTypedef for CurrentMetrics to avoid possible incorrect usage 2023-04-01 16:01:33 +02:00
TemporaryFileOnDisk.h Use StrongTypedef for CurrentMetrics to avoid possible incorrect usage 2023-04-01 16:01:33 +02:00
VolumeJBOD.cpp Better formatting for exception messages (#45449) 2023-01-24 00:13:58 +03:00
VolumeJBOD.h Use forward declaration of ThreadPool 2023-04-07 11:25:35 +02:00
WriteMode.h Follow HDFS 2022-05-16 21:31:40 +02:00