Nikolai Kochetov
|
794d7c89b6
|
Remove ReverseRowsStep
|
2021-04-08 16:18:17 +03:00 |
|
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
|
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 |
|
Alexander Kuzmenkov
|
a455762933
|
Merge pull request #22117 from ucasFL/useless-code
remove useless code
|
2021-03-26 17:18:14 +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 |
|
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 |
|
alexey-milovidov
|
612d4fb073
|
Update IMergeTreeDataPart.cpp
|
2021-03-24 02:03:14 +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 |
|
Nikolai Kochetov
|
c3c393a7aa
|
Merge branch 'master' into refactor-actions-dag
|
2021-03-18 14:33:07 +03:00 |
|
fuqi
|
cfa92f0045
|
fix code style
|
2021-03-18 00:25:43 +08:00 |
|
fuqi
|
b8edc12812
|
fix code style
|
2021-03-17 23:56:55 +08:00 |
|
fuqi
|
e116e8d5e8
|
fix bug
|
2021-03-17 22:19:10 +08:00 |
|
fuqi
|
9ab713c2e1
|
optimize select final with prewhere primary key
|
2021-03-17 18:57:58 +08:00 |
|
fuqi
|
5e20ea2c33
|
optimize select final with prewhere primary key
|
2021-03-17 18:49:24 +08:00 |
|
Pavel Kovalenko
|
5627ae9067
|
Make MergeTreeData::getPartitionMatcher const
|
2021-03-17 12:12:55 +03:00 |
|
alexey-milovidov
|
d02726bcac
|
Merge pull request #9404 from Enmk/DateTime64_extended_range
Date time64 extended range
|
2021-03-17 11:06:03 +03:00 |
|
Pavel Kovalenko
|
a43c85b105
|
Add test for freeze/unfreeze partition with old MergeTree syntax
|
2021-03-16 16:36:05 +03:00 |
|
Alexey Milovidov
|
ea049b2cc0
|
Merge branch 'master' into DateTime64_extended_range
|
2021-03-16 14:08:02 +03:00 |
|
Pavel Kovalenko
|
39f3b17041
|
Merge remote-tracking branch 'origin/master' into unfreeze-partitions
|
2021-03-16 10:56:24 +03:00 |
|
alesapin
|
8fd3fbc5b3
|
Merge pull request #20387 from Avogar/optimize-on-insert
Don't create empty parts on INSERT
|
2021-03-16 10:20:34 +03:00 |
|
Amos Bird
|
f00e108410
|
Fix scalar subquery index analysis
|
2021-03-16 14:07:30 +08:00 |
|
alexey-milovidov
|
378e10f929
|
Merge pull request #21351 from fuwhu/refine-load-data-parts
Refine MergeTreeData::loadDataParts to not parse format version file and detached directory
|
2021-03-15 22:38:30 +03:00 |
|
Alexey Milovidov
|
671395e8c8
|
Most likely improve performance
|
2021-03-15 22:23:27 +03:00 |
|
alesapin
|
d502a217e5
|
Merge branch 'master' into Avogar-optimize-on-insert
|
2021-03-15 11:38:25 +03:00 |
|
alesapin
|
06eb2d8dfd
|
Merge branch 'master' into s3_zero_copy_replication
|
2021-03-13 22:32:54 +03:00 |
|
alexey-milovidov
|
f6bedf55e9
|
Merge pull request #21642 from azat/fsync_part_directory-horizontal-merge-fix
Fix fsync_part_directory for horizontal merge
|
2021-03-12 21:22:55 +03:00 |
|
Anton Ivashkin
|
ace628d565
|
Merge branch 'master' of https://github.com/ClickHouse/ClickHouse into s3_zero_copy_replication
|
2021-03-12 12:58:32 +03:00 |
|
alesapin
|
cca05da7fa
|
Merge pull request #16481 from amosbird/jbodbalance
Auto-balance big parts in JBOD array
|
2021-03-12 11:07:47 +03:00 |
|
Azat Khuzhin
|
69b2b2a159
|
Fix fsync_part_directory for horizontal merge
|
2021-03-11 21:41:27 +03:00 |
|
Nikolai Kochetov
|
4967227fe9
|
Remove commented code.
|
2021-03-11 20:11:57 +03:00 |
|
alesapin
|
5704405f8c
|
Disable new setting by default
|
2021-03-11 12:29:27 +03:00 |
|
Anton Ivashkin
|
cef0dda933
|
Merge branch 'master' of https://github.com/ClickHouse/ClickHouse into s3_zero_copy_replication
|
2021-03-10 14:10:29 +03:00 |
|
Anton Ivashkin
|
deb0b83a12
|
Fix refreshState logic
|
2021-03-10 14:08:49 +03:00 |
|
Nikolai Kochetov
|
4f133ae036
|
Merge branch 'master' into refactor-actions-dag
|
2021-03-10 12:40:55 +03:00 |
|
Nikolai Kochetov
|
5ef9d87790
|
Fix some other tests.
|
2021-03-10 11:41:24 +03:00 |
|