JackyWoo
|
0106704573
|
add truncate to redis storage
|
2023-06-02 10:05:54 +08:00 |
|
JackyWoo
|
1df1dfc3e5
|
add update/delete/insert to redis storage
|
2023-06-02 10:05:54 +08:00 |
|
JackyWoo
|
f4f939162d
|
new redis engine schema design
|
2023-06-02 10:05:54 +08:00 |
|
JackyWoo
|
357df40c8f
|
fix tests
|
2023-06-02 10:05:54 +08:00 |
|
JackyWoo
|
8c822a7edf
|
add tests to redis engine
|
2023-06-02 10:05:54 +08:00 |
|
JackyWoo
|
3c2b447472
|
move get configuration to RedisCommon
|
2023-06-02 10:05:54 +08:00 |
|
JackyWoo
|
3281aec335
|
make some redis engine args optional
|
2023-06-02 10:05:54 +08:00 |
|
JackyWoo
|
412d9ba259
|
add tests for redis storage
|
2023-06-02 10:05:54 +08:00 |
|
JackyWoo
|
b35867d907
|
unify storage type
|
2023-06-02 10:05:54 +08:00 |
|
JackyWoo
|
70cfd7a222
|
fix typos
|
2023-06-02 10:05:54 +08:00 |
|
JackyWoo
|
40cc8d2107
|
fix code style
|
2023-06-02 10:05:54 +08:00 |
|
JackyWoo
|
ce203b5ce6
|
Check redis table structure
|
2023-06-02 10:05:54 +08:00 |
|
JackyWoo
|
23d6c835d8
|
fix poco redis array NPE
|
2023-06-02 10:05:54 +08:00 |
|
JackyWoo
|
9a495cbf99
|
Push down filter into Redis
|
2023-06-02 10:05:54 +08:00 |
|
JackyWoo
|
e91867373c
|
Add table function Redis
|
2023-06-02 10:05:54 +08:00 |
|
JackyWoo
|
7398b22fa5
|
Add redis storage
|
2023-06-02 10:05:54 +08:00 |
|
Michael Kolupaev
|
b51064a508
|
Get rid of SeekableReadBufferFactory, add SeekableReadBuffer::readBigAt() instead
|
2023-06-01 18:48:30 -07:00 |
|
Alexey Milovidov
|
31773d7eee
|
Merge pull request #50432 from azat/fix-min-for-seek
Fix merge_tree_min_rows_for_seek/merge_tree_min_bytes_for_seek for data skipping indexes
|
2023-06-02 04:09:35 +03:00 |
|
Alexey Milovidov
|
60dccff77c
|
Merge pull request #50177 from amosbird/fix_50094
Fix broken index analysis when binary operator contains a null constant argument
|
2023-06-02 01:29:03 +03:00 |
|
Alexey Milovidov
|
52ffaa4630
|
Merge pull request #50203 from Avogar/head-requests-on-shcema-inference
Don't send head request for all keys in Iceberg schema inference
|
2023-06-02 01:28:00 +03:00 |
|
Kruglov Pavel
|
d9113a3b75
|
Style
|
2023-06-01 16:57:43 +02:00 |
|
Azat Khuzhin
|
53eb360ac2
|
Fix merge_tree_min_rows_for_seek/merge_tree_min_bytes_for_seek for data skipping indexes
Signed-off-by: Azat Khuzhin <a.khuzhin@semrush.com>
|
2023-06-01 15:04:16 +02:00 |
|
SmitaRKulkarni
|
06432929a7
|
Merge pull request #50339 from ClickHouse/43983_Updated_to_hold_lock_fetch_part
Improved fetch part by holding directory lock longer
|
2023-06-01 13:42:34 +02:00 |
|
Alexey Milovidov
|
fb86fe8f9d
|
Remove useless code
|
2023-06-01 03:08:05 +02:00 |
|
Alexey Milovidov
|
956c399b2a
|
Remove useless code
|
2023-06-01 03:04:29 +02:00 |
|
Nikita Mikhaylov
|
3543d95980
|
Parallel replicas always skip unavailable ones (#50293)
|
2023-05-31 22:10:33 +02:00 |
|
SmitaRKulkarni
|
123cd505ee
|
Merge branch 'master' into 43983_Updated_to_hold_lock_fetch_part
|
2023-05-31 21:59:55 +02:00 |
|
Kruglov Pavel
|
0beca0336d
|
Merge pull request #49112 from ClickHouse/Avogar-patch-3
Fix possible terminate called for uncaught exception in some places
|
2023-05-31 16:55:43 +02:00 |
|
Sema Checherinda
|
ab027ca1ce
|
Merge pull request #50275 from CheSema/d-tor-free
buffers d-tor finalize free
|
2023-05-31 12:26:19 +02:00 |
|
Kseniia Sumarokova
|
55b2e42150
|
Merge pull request #50232 from kssenii/fix-iceberg
Fix iceberg metadata parsing
|
2023-05-30 20:11:11 +02:00 |
|
Smita Kulkarni
|
fe944a55dc
|
Updated to hold temporary_directory_lock till part is fetched, renamed and committed
|
2023-05-30 13:30:47 +02:00 |
|
Sema Checherinda
|
2d2b411c26
|
fix build
|
2023-05-30 12:26:20 +02:00 |
|
Sema Checherinda
|
0b4ea3e2e1
|
remove reminder comments
|
2023-05-30 12:26:20 +02:00 |
|
Sema Checherinda
|
13dcb62ffb
|
fix logs engins
|
2023-05-30 12:26:20 +02:00 |
|
Sema Checherinda
|
a5dcd8dabb
|
do not call finalize in d-tor MergedBlockOutputStream::Finalizer
|
2023-05-30 12:26:20 +02:00 |
|
Sema Checherinda
|
d95e5b51af
|
mark all finalize calls in buffers d-tors with issue id
|
2023-05-30 12:26:20 +02:00 |
|
Sema Checherinda
|
fe3939287b
|
add test, fix .gin_sid files
|
2023-05-30 12:26:20 +02:00 |
|
Sema Checherinda
|
0e019c8e83
|
turn off some d-tor finalize
|
2023-05-30 12:26:20 +02:00 |
|
SmitaRKulkarni
|
f2172ab8dd
|
Merge pull request #46661 from ClickHouse/42192_Lower_parallel_parsing_threads_with_globs
When reading from multiple files displace parallel parsing
|
2023-05-30 08:53:08 +02:00 |
|
alesapin
|
6b7e2a0041
|
Merge pull request #49961 from CheSema/mem-consumption-s3-write
Introduce a limitation of async calls inside s3 write buffer, make a test that memory is bounded even when s3 is slow
|
2023-05-29 13:29:01 +02:00 |
|
alesapin
|
1bf32f70a0
|
Merge branch 'master' into fix-iceberg
|
2023-05-28 21:59:13 +02:00 |
|
alesapin
|
3a3cee586a
|
Merge pull request #50257 from CurtizJ/useless-refactoring
Yet another refactoring
|
2023-05-28 21:42:16 +02:00 |
|
Sema Checherinda
|
206efee9b7
|
add test with merge tree table
|
2023-05-26 18:59:21 +02:00 |
|
Sema Checherinda
|
4249bda449
|
s3_max_inflight_parts_for_one_file with tests
|
2023-05-26 18:59:11 +02:00 |
|
Sergei Trifonov
|
0d1f2e297b
|
Unify priorities: lower value means higher priority (#50205)
|
2023-05-26 15:55:30 +02:00 |
|
Anton Popov
|
612173e734
|
refactoring near alter conversions
|
2023-05-25 22:54:54 +00:00 |
|
kssenii
|
3fefacbf20
|
Fix
|
2023-05-25 15:48:56 +02:00 |
|
Kseniia Sumarokova
|
f1a3c9cfd5
|
Merge pull request #50109 from kssenii/abstract-async-prefetched-buffer
Make async prefetched buffer work with arbitrary impl
|
2023-05-25 15:06:44 +02:00 |
|
Nikita Mikhaylov
|
1c3b6738f4
|
Fixes for parallel replicas (#50195)
|
2023-05-25 14:41:04 +02:00 |
|
Sema Checherinda
|
3329a8428d
|
Merge pull request #49779 from helifu/master3
Add 'partitions' field for system.query_log
|
2023-05-25 12:51:40 +02:00 |
|