tavplubix
|
de2fd9d762
|
Merge pull request #29812 from ClickHouse/better_diagnostic_for_optimize
Better diagnostic for OPTIMIZE
|
2021-10-07 22:22:25 +03:00 |
|
Kseniia Sumarokova
|
185d58a7cc
|
Merge pull request #29766 from ClickHouse/remove_redundant_seeks
Less seeks in compressed buffers
|
2021-10-07 17:04:50 +03:00 |
|
tavplubix
|
754e038eec
|
Merge pull request #29803 from ClickHouse/intersects-previous-part-usability
Improve usability of error messages when error is caused by sophisticated interventions
|
2021-10-07 15:24:17 +03:00 |
|
Alexander Tokmakov
|
4119848a41
|
better diagnostic for OPTIMIZE
|
2021-10-07 13:08:10 +03:00 |
|
Vladimir C
|
0422939893
|
Merge pull request #29281 from lingtaolf/bugfix/tupleFilter
|
2021-10-07 12:24:26 +03:00 |
|
Maksim Kita
|
4ec7311d4d
|
Merge pull request #29738 from kitaisreal/added-function-ngram
Added function ngram
|
2021-10-07 10:21:00 +03:00 |
|
Maksim Kita
|
b7b39da8cc
|
Fixed build
|
2021-10-06 23:22:29 +03:00 |
|
Alexey Milovidov
|
1455cfeddd
|
Improve usability of error messages when error is caused by sophisticated interventions
|
2021-10-06 15:28:52 +03:00 |
|
Maksim Kita
|
33353be4ed
|
Fixed tests
|
2021-10-06 15:12:07 +03:00 |
|
Maksim Kita
|
90eb74c933
|
Fixed tests
|
2021-10-06 00:37:45 +03:00 |
|
alesapin
|
9aab0eb0a2
|
Fixup
|
2021-10-05 13:41:09 +03:00 |
|
alesapin
|
8186339307
|
Less seeks in compressed buffers
|
2021-10-05 12:11:25 +03:00 |
|
Maksim Kita
|
3fe9fdac96
|
Added function ngram
|
2021-10-04 18:53:17 +03:00 |
|
Azat Khuzhin
|
117e9e77c8
|
Apply max_untracked_memory/memory_profiler_{step,sample_probability} during mutate/merge
|
2021-10-03 17:39:07 +03:00 |
|
Maksim Kita
|
395119339f
|
Merge branch 'master' into rename-common
|
2021-10-02 17:15:10 +03:00 |
|
alexey-milovidov
|
86d1ce63cf
|
Merge pull request #29649 from CurtizJ/merging-29376
Merging #29376
|
2021-10-02 12:02:42 +03:00 |
|
Alexey Milovidov
|
2ad5dbdfe8
|
Rename "common" to "base"
|
2021-10-02 11:30:38 +03:00 |
|
Alexey Milovidov
|
fe6b7c77c7
|
Rename "common" to "base"
|
2021-10-02 10:13:14 +03:00 |
|
Anton Popov
|
bb92ff52d8
|
Update IMergeTreeDataPart.cpp
|
2021-10-02 00:50:19 +03:00 |
|
Anton Popov
|
d404efbf7e
|
add test for freeze in-memory parts
|
2021-10-01 22:05:36 +03:00 |
|
Anton Popov
|
f0363c524d
|
Merge branch 'master' of git://github.com/mo-avatar/ClickHouse into merging-29376
|
2021-10-01 20:29:33 +03:00 |
|
Maksim Kita
|
57666725f9
|
Merge pull request #29623 from kitaisreal/bloom-filter-indexes-map-support-fix-unsafe-identifier-cast
BloomFilter indexes map data type support fix unsafe identifier cast
|
2021-10-01 19:28:04 +03:00 |
|
Nikita Mikhaylov
|
b2f7b6fae8
|
Fix race between MergeTask and storage destruction (#29614)
|
2021-10-01 18:55:04 +03:00 |
|
vdimir
|
7444d64156
|
Fix for recursive tuples in MergeTreeWhereOptimizer
|
2021-10-01 17:01:03 +03:00 |
|
vdimir
|
23ce41e3bb
|
MergeTreeWhereOptimizer supports constant tuple in both sides of equals
|
2021-10-01 17:01:03 +03:00 |
|
vdimir
|
64ffacd9e0
|
MergeTreeWhereOptimizer::tryAnalyzeTuple, fix fuzz
|
2021-10-01 17:01:02 +03:00 |
|
vdimir
|
e326b12a37
|
Fix style in MergeTreeWhereOptimizer.cpp
|
2021-10-01 17:01:02 +03:00 |
|
凌涛
|
f660224a5f
|
add tests
|
2021-10-01 17:01:01 +03:00 |
|
凌涛
|
ea68944055
|
fixed index didn't work in tuple where
|
2021-10-01 17:01:01 +03:00 |
|
Maksim Kita
|
c793c8e7fa
|
BloomFilter indexes map data type support fix unsafe identifier cast
|
2021-10-01 14:40:00 +03:00 |
|
Alexey Milovidov
|
4271f8c738
|
Merge remote-tracking branch 'origin/master' into yandex-to-clickhouse-in-configs
|
2021-10-01 01:33:58 +03:00 |
|
Nikita Mikhaylov
|
9756b8dc33
|
Added an ability to execute more merges and mutations than threads, added new settings (#29140)
|
2021-10-01 00:26:24 +03:00 |
|
mergify[bot]
|
6a2ac6e871
|
Merge branch 'master' into yandex-to-clickhouse-in-configs
|
2021-09-29 13:29:08 +00:00 |
|
Maksim Kita
|
0279afa738
|
Merge pull request #29474 from kitaisreal/bloom-filter-indexes-updated-tests
Bloom filter indexes updated tests
|
2021-09-28 22:40:27 +03:00 |
|
Maksim Kita
|
9ecd0a3f4f
|
Merge pull request #29220 from ClickHouse/full-text-bloom-filter-index-map-data-type
Merging #28511
|
2021-09-28 22:40:17 +03:00 |
|
alexey-milovidov
|
1e6f9ac635
|
Merge branch 'master' into yandex-to-clickhouse-in-configs
|
2021-09-28 20:26:44 +03:00 |
|
mo-avatar
|
6c16ec83eb
|
in memory part lost when freeze
|
2021-09-28 22:52:01 +08:00 |
|
Maksim Kita
|
f2402e1a10
|
Fixed tests
|
2021-09-28 12:52:07 +03:00 |
|
Maksim Kita
|
71fb9e6059
|
Bloom filter indexes updated tests
|
2021-09-28 12:38:27 +03:00 |
|
Azat Khuzhin
|
9a23b20965
|
Remove debug from MergeTreeIndexConditionBloomFilter::traverseASTEquals()
|
2021-09-28 10:28:28 +03:00 |
|
alexey-milovidov
|
995913e89c
|
Merge branch 'master' into yandex-to-clickhouse-in-configs
|
2021-09-28 02:27:36 +03:00 |
|
Maksim Kita
|
7861c26eaf
|
Merge pull request #29431 from kitaisreal/map-bloom-filter-index-map-values-equals-support
Map bloom filter index mapValues equals function support
|
2021-09-27 22:03:53 +03:00 |
|
Nikolai Kochetov
|
236d71ea94
|
Merge pull request #28582 from ClickHouse/rewrite-pushing-to-views
Rewrite PushingToViews
|
2021-09-27 21:19:11 +03:00 |
|
Maksim Kita
|
e290f19957
|
Merge branch 'master' into full-text-bloom-filter-index-map-data-type
|
2021-09-27 17:50:07 +03:00 |
|
Maksim Kita
|
b28d6e76cc
|
Map bloom filter full text index added support for mapKeys, mapValues
|
2021-09-27 17:26:25 +03:00 |
|
Maksim Kita
|
cd9c796e6f
|
Map bloom filter index mapValues equals function support
|
2021-09-27 17:23:56 +03:00 |
|
Nikita Mikhaylov
|
3741b8a17e
|
Merge pull request #29337 from amosbird/projection-fix18
Fix projection merges and mutations.
|
2021-09-27 13:45:13 +03:00 |
|
Nikolai Kochetov
|
78a7665f43
|
Merge branch 'master' into rewrite-pushing-to-views
|
2021-09-27 10:56:50 +03:00 |
|
Amos Bird
|
34017c942e
|
More fixes
|
2021-09-25 13:38:56 +08:00 |
|
Alexey Milovidov
|
82d57c6e47
|
Merge branch 'master' into yandex-to-clickhouse-in-configs
|
2021-09-25 01:38:39 +03:00 |
|