Nikita Taranov
|
52f644c0df
|
Merge branch 'master' into optimize_reading3
|
2023-11-28 16:36:38 +01:00 |
|
Alexander Sapin
|
3b212a2593
|
Reserver in advance
|
2023-11-03 16:53:52 +01:00 |
|
Alexander Sapin
|
a0a0dd02d5
|
Fix typo everywhere
|
2023-11-03 16:40:50 +01:00 |
|
Alexander Sapin
|
c3dcb81a62
|
Fix race condition in case of memory errors
|
2023-11-03 16:00:16 +01:00 |
|
alesapin
|
2daff2d41e
|
Fxi
|
2023-11-03 00:32:07 +01:00 |
|
Nikita Taranov
|
2a6a97c1fa
|
read sync from cache
|
2023-10-20 22:24:56 +02:00 |
|
Robert Schulze
|
f5137dd0b4
|
More clang-tidy fixes
|
2023-09-21 14:40:57 +00:00 |
|
Anton Popov
|
ec37e93461
|
fix use-after-free in MergeTreePrefetchedReadPool
|
2023-09-11 14:55:21 +00:00 |
|
Anton Popov
|
67b27643ed
|
fix creash in case of exception in prefetched pool
|
2023-09-07 16:56:13 +00:00 |
|
Anton Popov
|
77111a229d
|
fix clang-tidy
|
2023-08-31 12:59:21 +00:00 |
|
Anton Popov
|
8197580746
|
fix tests and better interface
|
2023-08-29 17:23:52 +00:00 |
|
Anton Popov
|
02391eafe1
|
refactoring of reading from MergeTree tables
|
2023-08-29 13:40:12 +00:00 |
|
Anton Popov
|
981da23144
|
fix reading of empty Nested(Array(...))
|
2023-08-07 12:32:12 +00:00 |
|
Nikita Taranov
|
017d34d40f
|
determine task size by prewhere columns
|
2023-07-26 12:54:50 +02:00 |
|
Alexey Milovidov
|
3d4800995f
|
Merge pull request #49732 from nickitat/impr_prefetch
Improve reading with prefetch
|
2023-07-09 06:10:58 +03:00 |
|
Nikita Taranov
|
90ced1aebc
|
use int64
|
2023-06-19 13:48:52 +02:00 |
|
Nikita Taranov
|
841d58f6ba
|
Small fix in MergeTreePrefetchedReadPool
|
2023-06-16 16:58:01 +02:00 |
|
Nikita Taranov
|
2b40734900
|
use const-size tasks in prefetch pool
|
2023-06-14 12:47:21 +02:00 |
|
alesapin
|
3a3cee586a
|
Merge pull request #50257 from CurtizJ/useless-refactoring
Yet another refactoring
|
2023-05-28 21:42:16 +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 |
|
Alexey Milovidov
|
5a44dc26e7
|
Fixes for clang-17
|
2023-05-13 02:57:31 +02:00 |
|
Nikita Taranov
|
54c1b73b5d
|
Revert "Adapt marks count for prefetch read pool"
|
2023-04-23 15:33:32 +02:00 |
|
Kseniia Sumarokova
|
7f6488cf37
|
Merge pull request #49051 from nickitat/adapt_for_prefetch_read_pool
Adapt marks count for prefetch read pool
|
2023-04-23 12:12:47 +02:00 |
|
Nikita Taranov
|
d99c227b0d
|
impl
|
2023-04-22 21:13:23 +00:00 |
|
kssenii
|
e0eb88f9bc
|
Fix clang-tidy
|
2023-04-22 17:02:17 +02:00 |
|
kssenii
|
475a893be3
|
Fix, add assertions
|
2023-04-21 21:52:17 +02:00 |
|
kssenii
|
0ccc3afe74
|
Fix
|
2023-04-21 12:26:28 +02:00 |
|
kssenii
|
88784568dc
|
Better
|
2023-04-20 23:24:04 +02:00 |
|
kssenii
|
6edb61015d
|
Fix style check
|
2023-04-20 19:35:49 +02:00 |
|
kssenii
|
0a34f3bcea
|
Merge remote-tracking branch 'upstream/master' into randomize-fs-read-settings
|
2023-04-20 19:04:01 +02:00 |
|
kssenii
|
6552ec6afc
|
Small improvement
|
2023-04-20 18:15:09 +02:00 |
|
kssenii
|
59211c490a
|
More correct accounting of limits
|
2023-04-20 15:43:14 +02:00 |
|
kssenii
|
ec1370b2ed
|
Fix
|
2023-04-20 14:46:10 +02:00 |
|
Michael Kolupaev
|
87be78e6de
|
Better
|
2023-04-17 04:58:32 +00:00 |
|
Azat Khuzhin
|
79b83c4fd2
|
Remove superfluous includes of logger_userful.h from headers
Signed-off-by: Azat Khuzhin <a.khuzhin@semrush.com>
|
2023-04-10 17:59:30 +02:00 |
|
Azat Khuzhin
|
011480924a
|
Use forward declaration of ThreadPool
Signed-off-by: Azat Khuzhin <a.khuzhin@semrush.com>
|
2023-04-07 11:25:35 +02:00 |
|
Alexander Gololobov
|
67dcd9694c
|
Remove unused MergeTreeReadTask::remove_prewhere_column
|
2023-02-22 17:49:22 +01:00 |
|
Alexander Gololobov
|
5354b0d069
|
Merge pull request #46140 from ClickHouse/split_prewhere_dag
Split PREWHERE DAG into multiple read steps
|
2023-02-21 14:37:09 +01:00 |
|
kssenii
|
bae85c50e9
|
Fix stress test
|
2023-02-17 12:40:17 +01:00 |
|
Alexander Gololobov
|
a6061e022e
|
Merge branch 'master' into split_prewhere_dag
|
2023-02-16 14:43:58 +01:00 |
|
kssenii
|
5bda358fb7
|
Follow-up to #46168
|
2023-02-14 15:45:38 +01:00 |
|
Alexander Gololobov
|
a89465d1cb
|
Fix build after merge
|
2023-02-12 22:48:28 +01:00 |
|
kssenii
|
3545568440
|
Fix build
|
2023-02-10 22:15:44 +01:00 |
|
kssenii
|
468d5216da
|
Remove logging because of test 00002_log_and_exception_messages_formatting
|
2023-02-10 17:25:26 +01:00 |
|
kssenii
|
571aabdb69
|
Fix clang-tidy
|
2023-02-10 12:39:05 +01:00 |
|
kssenii
|
b0b865c32e
|
Resubmit prefetches
|
2023-02-08 21:26:24 +01:00 |
|