Jakub Kuklis
|
b3c4a92cc0
|
Code cleanup
|
2021-12-10 22:04:37 +01:00 |
|
Jakub Kuklis
|
dbb98e3636
|
Code cleanup, leaving some debug information printing under #ifdef VERBOSE_DEBUG_MODE
|
2021-12-10 22:04:37 +01:00 |
|
Jakub Kuklis
|
20dda7f666
|
Giving Disk Blob Storage files proper names
|
2021-12-10 22:04:36 +01:00 |
|
Jakub Kuklis
|
43f420cba8
|
Adding a flag to use Azure Blob Storage
|
2021-12-10 22:04:36 +01:00 |
|
Jakub Kuklis
|
162e2b334b
|
Initial working example of Azure Blob Storage manipulation from within ClickHouse
|
2021-12-10 22:04:36 +01:00 |
|
Azat Khuzhin
|
9936ee5181
|
Update gtest_disk_encrypted for new readFile() interface
|
2021-10-27 09:37:26 +03:00 |
|
Azat Khuzhin
|
7ce01b328e
|
Update gtest_disk_encrypted for new createReadBufferFromFileBase() interface
|
2021-10-27 09:37:26 +03:00 |
|
Vitaly Baranov
|
26cb62de32
|
Add more tests for the "encrypted" disk type.
|
2021-10-23 20:58:37 +03:00 |
|
Vitaly Baranov
|
172a6f2e0d
|
Fix reading from empty file on encrypted disk.
|
2021-10-21 19:31:29 +03:00 |
|
Alexey Milovidov
|
d184b79bba
|
Progress on async reads.
|
2021-08-16 03:00:32 +03:00 |
|
kssenii
|
b28157a0df
|
Merge branch 'master' of github.com:ClickHouse/ClickHouse into poco-file-to-std-fs
|
2021-05-27 00:01:25 +03:00 |
|
kssenii
|
ecd82213d1
|
Some clean up, more tests
|
2021-05-23 20:19:04 +00:00 |
|
kssenii
|
2f6770c9a0
|
Unite writeBuffers
|
2021-05-20 10:46:26 +00:00 |
|
kssenii
|
550a4e33f9
|
Unite readBuffers
|
2021-05-20 09:57:59 +00:00 |
|
kssenii
|
5196075fd9
|
Better
|
2021-05-19 12:34:01 +00:00 |
|
kssenii
|
850b6f02cb
|
Merge branch 'master' of https://github.com/ClickHouse/ClickHouse into hdfs-idisk
|
2021-05-11 14:22:30 +00:00 |
|
kssenii
|
2887ce1f69
|
Temporary rollback
|
2021-05-01 14:23:13 +03:00 |
|
Nikita Mikhaylov
|
9f55424250
|
move to examples everywhere
|
2021-04-27 01:51:42 +03:00 |
|
kssenii
|
8689a24ca0
|
Slightly better, add integration test with hdfs disk as default
|
2021-04-20 20:51:00 +00:00 |
|
kssenii
|
22c6e37590
|
Better
|
2021-04-20 13:12:42 +00:00 |
|
kssenii
|
7d357baa40
|
Merge branch 'master' of https://github.com/ClickHouse/ClickHouse into hdfs-idisk
|
2021-04-20 08:08:50 +00:00 |
|
kssenii
|
e89594f376
|
Better
|
2021-04-19 15:50:46 +00:00 |
|
kssenii
|
9a91575990
|
One more test
|
2021-04-19 15:41:27 +00:00 |
|
kssenii
|
5df0fcc114
|
Fixes and tests
|
2021-04-19 15:33:33 +00:00 |
|
Azat Khuzhin
|
2561a67fd8
|
Replace !__clang__ with !defined(__clang) to fix gcc builds
$ gg 'if !__clang__' | cut -d: -f1 | sort -u | xargs sed -i 's/#if !__clang__/#if !defined(__clang__)/g'
|
2021-04-18 23:37:50 +03:00 |
|
kssenii
|
388a71e6b1
|
Fix build, ya check
|
2021-04-04 07:33:07 +00:00 |
|
kssenii
|
cbd678d031
|
Remove test
|
2021-04-03 12:10:49 +00:00 |
|
kssenii
|
a2b6dbe18e
|
Fix build, style, ya-make
|
2021-04-03 09:11:16 +00:00 |
|
kssenii
|
fed821fe0e
|
Merge branch 'master' of github.com:ClickHouse/ClickHouse into overshov-hdfs
|
2021-04-01 23:46:18 +03:00 |
|
Alexey Milovidov
|
269b6383f5
|
Check for #pragma once in headers
|
2020-10-10 21:37:02 +03:00 |
|
Oleg Ershov
|
8858319281
|
global update
|
2020-05-20 06:14:58 +03:00 |
|
Oleg Ershov
|
dd210cfeaf
|
Fix disk issues
|
2020-05-15 20:55:18 +03:00 |
|
Oleg Ershov
|
ae715a8d1b
|
Add base
|
2020-05-14 18:45:30 +03:00 |
|
Ivan Lezhankin
|
06446b4f08
|
dbms/ → src/
|
2020-04-03 18:14:31 +03:00 |
|