ClickHouse/src/Disks
Azat Khuzhin a25dd1d348 Add ability to throttle local IO on per-query/server basis
Server settings:
- max_local_read_bandwidth_for_server
- max_local_write_bandwidth_for_server

Query settings:
- max_local_read_bandwidth
- max_local_write_bandwidth

This is the preparation for adding ability to throttle BACKUPs

Signed-off-by: Azat Khuzhin <a.khuzhin@semrush.com>
2023-04-05 09:39:15 +02:00
..
examples
IO Add ability to throttle local IO on per-query/server basis 2023-04-05 09:39:15 +02:00
ObjectStorages Merge branch 'master' into enable-env-credentials-default 2023-03-31 09:11:01 +00: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
DiskEncrypted.cpp Better formatting for exception messages (#45449) 2023-01-24 00:13:58 +03:00
DiskEncrypted.h Better delegate disks handle mutual path 2023-03-24 16:21:19 +01: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 Fix is_read_only property of local disks 2022-11-20 16:35:41 +01: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
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 Simplify the implementation, create new utility function copyS3FileToDisk(). 2023-03-14 23:34:44 +01:00
IDisk.h Better delegate disks handle mutual path 2023-03-24 16:21:19 +01:00
IDiskTransaction.h Simplify the implementation, create new utility function copyS3FileToDisk(). 2023-03-14 23:34:44 +01:00
IStoragePolicy.cpp
IStoragePolicy.h
IVolume.cpp Better formatting for exception messages (#45449) 2023-01-24 00:13:58 +03:00
IVolume.h
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 Merge remote-tracking branch 'upstream/master' into allow-single-disk-instead-of-storage-policy 2023-02-02 20:49:41 +01:00
StoragePolicy.h Merge remote-tracking branch 'upstream/master' into allow-single-disk-instead-of-storage-policy 2022-11-07 17:02:41 +01: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 Fix nullptr deref 2022-09-19 14:07:31 +08:00
WriteMode.h Follow HDFS 2022-05-16 21:31:40 +02:00