ClickHouse/dbms/src/Disks
2020-02-02 03:54:50 +03:00
..
tests StorageLog test with DiskLocal and DiskMemory. 2020-01-30 22:29:30 +03:00
CMakeLists.txt Added DiskMemory and tests 2020-01-11 00:43:42 +03:00
DiskFactory.cpp Fixed implementation of DiskLocal::moveTo 2019-11-28 22:20:46 +03:00
DiskFactory.h Fixed implementation of DiskLocal::moveTo 2019-11-28 22:20:46 +03:00
DiskLocal.cpp SeekableReadBuffer initial implementation. IDisk readFile should return SeekableBuffer. 2020-01-22 19:17:25 +03:00
DiskLocal.h SeekableReadBuffer initial implementation. IDisk readFile should return SeekableBuffer. 2020-01-22 19:17:25 +03:00
DiskMemory.cpp Fixed DiskTest 2020-01-31 12:05:41 +03:00
DiskMemory.h StorageLog test with DiskLocal and DiskMemory. 2020-01-30 22:29:30 +03:00
DiskS3.cpp Merge branch 'master' into idisk-seekable-readbuffer 2020-02-02 03:54:50 +03:00
DiskS3.h Merge branch 'master' into idisk-seekable-readbuffer 2020-02-02 03:54:50 +03:00
DiskSpaceMonitor.cpp Add ability to use multiple disks/volumes for temporary data 2020-01-23 20:31:01 +03:00
DiskSpaceMonitor.h Add ability to use multiple disks/volumes for temporary data 2020-01-23 20:31:01 +03:00
IDisk.cpp Removed questionable code 2020-01-19 02:42:46 +03:00
IDisk.h Code style issues. 2020-01-27 22:27:52 +03:00
registerDisks.cpp Base implementation of IDisk interafce for S3 2020-01-17 14:34:39 +03:00
registerDisks.h Removed questionable code 2020-01-19 02:42:46 +03:00