Nikolai Kochetov
|
febb187da0
|
Added test,
|
2021-04-08 15:54:27 +03:00 |
|
Nikolai Kochetov
|
7ffbeac9df
|
Add info about indexes to ReadFromMergeTree step.
|
2021-04-08 14:48:54 +03:00 |
|
Nikolai Kochetov
|
7c5a9133df
|
Add index info to ReadFromStorageStep.
|
2021-04-08 11:19:04 +03:00 |
|
Nikolai Kochetov
|
9f39f5d52d
|
Add more counters to MergeTreeDataSelectExecutor
|
2021-04-06 15:39:55 +03:00 |
|
Nikolai Kochetov
|
8fad179800
|
Fix some tests.
|
2021-03-30 18:14:20 +03:00 |
|
Nikolai Kochetov
|
88bfa6c9ba
|
Add ReadFromMergeTree step.
|
2021-03-30 13:25:26 +03:00 |
|
alexey-milovidov
|
7ab2890c4d
|
Merge pull request #22206 from ClickHouse/mmap-cache
Add cache for mmap IO
|
2021-03-29 05:17:55 +03:00 |
|
alexey-milovidov
|
c08289517a
|
Merge pull request #21766 from amosbird/indexfix
Fix scalar subquery index analysis
|
2021-03-29 02:03:27 +03:00 |
|
Alexey Milovidov
|
a0a3380d91
|
Remove useless headers
|
2021-03-28 22:46:45 +03:00 |
|
Alexey Milovidov
|
2a8ac01cdb
|
Rename as suggested by Kita
|
2021-03-28 22:24:28 +03:00 |
|
Alexey Milovidov
|
6f9f7d118d
|
Fixes
|
2021-03-28 04:27:26 +03:00 |
|
Alexey Milovidov
|
50f712e198
|
Integrate mmap cache to the infrastructure
|
2021-03-28 04:10:30 +03:00 |
|
alesapin
|
3b119355d2
|
Merge pull request #22118 from ClickHouse/try_to_fix992
Trying to fix my favorite test
|
2021-03-27 10:17:14 +03:00 |
|
Alexander Kuzmenkov
|
a455762933
|
Merge pull request #22117 from ucasFL/useless-code
remove useless code
|
2021-03-26 17:18:14 +03:00 |
|
alesapin
|
35d1443a9c
|
Don't wait when table shutdown called
|
2021-03-26 15:54:08 +03:00 |
|
tavplubix
|
ae62bee939
|
Merge pull request #21913 from ClickHouse/fix_context_ref
Fix possibly dangling reference to Context
|
2021-03-26 10:39:13 +03:00 |
|
Alexey Milovidov
|
177a017c5c
|
Minor modification #22115
|
2021-03-25 20:51:32 +03:00 |
|
alexey-milovidov
|
f895bc895c
|
Merge pull request #22011 from ClickHouse/min_max_time_system_parts_datetime64
Expose DateTime64 minmax part index in system.parts and system.parts_columns
|
2021-03-25 16:02:33 +03:00 |
|
Anton Popov
|
f58d470dd6
|
Merge pull request #21830 from foolchi/optimize_select_with_final
optimize select final with prewhere primary key
|
2021-03-25 15:32:13 +03:00 |
|
feng lv
|
b7622868fc
|
remove useless code
|
2021-03-25 11:10:41 +00:00 |
|
Nikolai Kochetov
|
977ebe8b44
|
Merge pull request #22058 from azat/system.errors-trace
Convert system.errors.stack_trace from String into Array(UInt64)
|
2021-03-25 10:23:05 +03:00 |
|
alexey-milovidov
|
ffa6585170
|
Merge pull request #21837 from Jokser/disk-cache-cleanup-directory-before-move
Cleanup destination directory during DiskCacheWrapper::moveFile()
|
2021-03-24 21:19:48 +03:00 |
|
fuqi
|
487d6bdcd9
|
add test case
fix order key check
|
2021-03-24 16:36:45 +08:00 |
|
Azat Khuzhin
|
7c07b43597
|
Convert system.errors.stack_trace from String into Array(UInt64)
This should decrease overhead for the errors collecting.
|
2021-03-24 06:52:48 +03:00 |
|
alexey-milovidov
|
612d4fb073
|
Update IMergeTreeDataPart.cpp
|
2021-03-24 02:03:14 +03:00 |
|
Anton Popov
|
8a56d04714
|
Merge branch 'merge_tree_part_block_number' of git://github.com/ahrefs/ClickHouse into merge_21760
|
2021-03-23 16:47:14 +03:00 |
|
Alexander Tokmakov
|
c938f4f2fe
|
fix
|
2021-03-23 14:29:29 +03:00 |
|
alesapin
|
36898bdc4a
|
Merge pull request #21142 from Jokser/unfreeze-partitions
Add ALTER TABLE UNFREEZE command.
|
2021-03-23 14:05:38 +03:00 |
|
Pavel Kovalenko
|
a92cf30b67
|
Code review fixes.
|
2021-03-23 13:33:07 +03:00 |
|
Alexey Milovidov
|
8d0210b510
|
Expose DateTime64 minmax part index in system.parts and system.parts_columns #18244
|
2021-03-23 01:16:41 +03:00 |
|
Alexey Milovidov
|
ce67afd9e3
|
Fix bad code #18244
|
2021-03-23 00:49:18 +03:00 |
|
Alexander Kuzmenkov
|
2f5dbf57b6
|
Merge pull request #21839 from kssenii/add-postgres-connection-pool
Add connection pool for postgres engine
|
2021-03-22 19:49:51 +03:00 |
|
Maksim Kita
|
8be263062d
|
Merge pull request #21910 from kitaisreal/table-function-dictionary
Added table function dictionary
|
2021-03-22 16:08:56 +03:00 |
|
tavplubix
|
0e5362a02c
|
Merge pull request #21903 from ClickHouse/tavplubix-patch-3
Show path to data directory of EmbeddedRocksDB
|
2021-03-22 12:46:53 +03:00 |
|
Nikolai Kochetov
|
730785f4c2
|
Merge pull request #21459 from ClickHouse/refactor-actions-dag
Refactor actions dag
|
2021-03-22 11:58:16 +03:00 |
|
Maksim Kita
|
849a980644
|
Updated ExternalDictionariesLoader interface with context parameter
|
2021-03-20 18:02:09 +03:00 |
|
kssenii
|
698b1b043c
|
Fix typos check
|
2021-03-19 21:54:59 +00:00 |
|
kssenii
|
3b32c8fe9a
|
Block on empty connection pool
|
2021-03-19 21:00:45 +00:00 |
|
kssenii
|
e066feb81c
|
Slightly better
|
2021-03-19 18:50:41 +00:00 |
|
kssenii
|
50743b19c4
|
Add one more test
|
2021-03-19 16:12:33 +00:00 |
|
kssenii
|
f374a71165
|
Fix
|
2021-03-19 16:07:53 +00:00 |
|
Alexander Tokmakov
|
1845df25f3
|
fix possibly dangling reference to Context
|
2021-03-19 17:02:48 +03:00 |
|
Maksim Kita
|
32831e37ba
|
Added table function dictionary
|
2021-03-19 15:47:27 +03:00 |
|
Maksim Kita
|
a53c90e509
|
Upated system.dictionaries table
|
2021-03-19 12:43:57 +03:00 |
|
kssenii
|
a0f717619c
|
Remove initial filling
|
2021-03-19 08:33:04 +00:00 |
|
kssenii
|
9057aad798
|
Better version
|
2021-03-19 08:11:36 +00:00 |
|
tavplubix
|
fc0b87c5c4
|
Update StorageEmbeddedRocksDB.h
|
2021-03-19 10:24:27 +03:00 |
|
kssenii
|
f1ef87d966
|
Fix
|
2021-03-18 20:04:54 +00:00 |
|
Nikolai Kochetov
|
c3c393a7aa
|
Merge branch 'master' into refactor-actions-dag
|
2021-03-18 14:33:07 +03:00 |
|
kssenii
|
7847b78af9
|
Fix style, build
|
2021-03-17 20:49:56 +00:00 |
|