kssenii
|
edfb1a5521
|
Better performance for smaller number of threads
|
2021-10-15 15:07:39 +03:00 |
|
kssenii
|
c1c574e9ca
|
Better
|
2021-10-15 13:14:57 +03:00 |
|
kssenii
|
3995506d37
|
Adjust range reader for remote fs reads
|
2021-10-15 11:36:26 +03:00 |
|
kssenii
|
448d63a0fc
|
Range read with upper bound offset
|
2021-10-11 01:53:51 +03:00 |
|
kssenii
|
d6e1d0503d
|
Merge branch 'master' of github.com:ClickHouse/ClickHouse into disk-async-read
|
2021-10-07 16:21:00 +03:00 |
|
Alexey Milovidov
|
fe6b7c77c7
|
Rename "common" to "base"
|
2021-10-02 10:13:14 +03:00 |
|
kssenii
|
55972db866
|
Small fix and more comments
|
2021-10-01 11:38:58 +03:00 |
|
kssenii
|
e4bc81ac78
|
Better
|
2021-09-30 21:45:57 +03:00 |
|
kssenii
|
cc9ce13bac
|
Finally all fixed
|
2021-09-30 15:35:59 +03:00 |
|
kssenii
|
ebca30694d
|
Fix
|
2021-09-27 18:25:30 +03:00 |
|
kssenii
|
6219d541a5
|
Finally fixed
|
2021-09-24 15:29:04 +03:00 |
|
kssenii
|
c1ea44b9c2
|
Fixes
|
2021-09-24 13:38:08 +03:00 |
|
Alexey Milovidov
|
c03dc92dd1
|
Fix excessive logging in ReadBufferFromS3
|
2021-08-25 03:28:15 +03:00 |
|
Vladimir Chebotarev
|
21d4d26f20
|
Final fix ReadBufferFromS3 .
|
2021-08-23 05:05:49 +00:00 |
|
Vitaly Baranov
|
ec7f2d74b1
|
Fix ReadBufferFromS3
|
2021-07-12 17:36:36 +03:00 |
|
Pavel Kovalenko
|
ce8e2f7f28
|
Avoid double initializing ReadBufferFromS3
|
2021-06-17 22:31:50 +03:00 |
|
Pavel Kovalenko
|
47252e07f3
|
Remove trailing whitespaces
|
2021-06-12 15:57:14 +03:00 |
|
Pavel Kovalenko
|
0c82d45dea
|
Missed initialize in ReadBufferFromS3
|
2021-06-12 14:35:34 +03:00 |
|
mergify[bot]
|
bfbc787b08
|
Merge branch 'master' into disk-s3-read-error-fix
|
2021-06-09 06:56:19 +00:00 |
|
Pavel Kovalenko
|
6ba40c475a
|
Code cleanup + comments.
|
2021-06-07 13:49:34 +03:00 |
|
Nikita Mikhaylov
|
8076848d62
|
Update ReadBufferFromS3.cpp
|
2021-06-04 02:46:21 +03:00 |
|
Pavel Kovalenko
|
2bd12a7612
|
Fix DiskS3 read error due to broken getPosition() method in ReadBufferFromS3.cpp
|
2021-06-02 18:03:25 +03:00 |
|
Nikita Mikhaylov
|
f33b70c54a
|
better
|
2021-05-20 00:42:25 +03:00 |
|
Vladimir Chebotarev
|
fa7308d2cb
|
Minor fix.
|
2021-05-17 10:38:34 +03:00 |
|
Vladimir Chebotarev
|
bdf03387ab
|
Better S3 read retries. Renamed s3_max_single_read_retries -> s3_single_read_retry_attempts , added sleeps before next attempts.
|
2021-05-17 10:38:32 +03:00 |
|
Vladimir Chebotarev
|
9d4295f261
|
Removed infinite retries.
|
2021-04-19 11:02:36 +03:00 |
|
Vladimir Chebotarev
|
817c5cec25
|
Correct S3 read retries.
|
2021-04-15 09:47:22 +03:00 |
|
Vladimir Chebotarev
|
cf903d526c
|
Better logging.
|
2021-04-15 09:47:22 +03:00 |
|
Vladimir Chebotarev
|
10bf56e540
|
Attempt to add retries to S3 reads.
|
2021-04-15 09:47:19 +03:00 |
|
Anton Ivashkin
|
fbd80e8d67
|
Fix codestyle
|
2020-07-15 14:15:12 +03:00 |
|
Anton Ivashkin
|
26fca949bd
|
add profiling events from S3 request to system.events and system.query_log
|
2020-07-13 11:27:11 +03:00 |
|
Alexey Milovidov
|
7e1813825b
|
Return old names of macros
|
2020-05-24 01:24:01 +03:00 |
|
Alexey Milovidov
|
57f6dc66d3
|
find {base,src,programs} -name '*.h' -or -name '*.cpp' | xargs grep -l -P 'LOG_\w+\([^,]+, "[^"]+" \+ [^+]+ \+ "[^"]+" \+ [^+]+ \+ "[^"]+" \+ [^+]+\);' | xargs sed -i -r -e 's/(LOG_\w+)\(([^,]+), "([^"]+)" \+ ([^+]+) \+ "([^"]+)" \+ ([^+]+) \+ "([^"]+)" \+ ([^+]+)\);/\1_FORMATTED(\2, "\3{}\5{}\7{}", \4, \6, \8);/'
|
2020-05-23 20:11:09 +03:00 |
|
Ivan Lezhankin
|
06446b4f08
|
dbms/ → src/
|
2020-04-03 18:14:31 +03:00 |
|