Alexey Milovidov
|
9a017b77df
|
Merge branch 'master' into relax-too-many-parts-1
|
2020-12-17 04:40:39 +03:00 |
|
Alexander Kuzmenkov
|
d757f32300
|
Remove some redundant includes to speed up build
|
2020-12-11 02:58:11 +03:00 |
|
Alexey Milovidov
|
2e6bedce91
|
Relax "Too many parts" threshold, part 1
|
2020-11-29 18:08:02 +03:00 |
|
feng lv
|
7e3524caa1
|
fix spelling errors
|
2020-11-28 08:17:20 +00:00 |
|
Nicolae Vartolomei
|
040aba9f85
|
Add uuid.txt to checksums for parts stored on disk
We are breaking backwards compatibility anyway (but agted by a setting)
|
2020-11-20 13:49:17 +00:00 |
|
Anton Popov
|
4cecd89e84
|
fix dropping of empty parts
|
2020-11-12 20:37:54 +03:00 |
|
Anton Popov
|
0aa35d53c7
|
Merge remote-tracking branch 'upstream/master' into HEAD
|
2020-11-12 14:31:58 +03:00 |
|
Anton Popov
|
0a6d93d929
|
Update MergeTreeData.h
|
2020-11-11 21:17:41 +03:00 |
|
Anton Popov
|
2497598a49
|
Remove empty parts after they were pruned by TTL
|
2020-11-11 19:19:43 +03:00 |
|
Anton Popov
|
c01870076d
|
Update MergeTreeData.h
|
2020-11-11 19:09:01 +03:00 |
|
Anton Popov
|
6f0dc08ba7
|
avoid code duplication in alterPartition
|
2020-11-11 16:34:07 +03:00 |
|
alesapin
|
72046313d4
|
Merge branch 'master' into nvartolomei-drop-part
|
2020-11-09 10:02:02 +03:00 |
|
alexey-milovidov
|
ee3e289ec2
|
Merge pull request #15983 from ClickHouse/no_background_pool_no_more
Replace BackgroundProcessingPool with SchedulePool task and ThreadPool.
|
2020-11-05 21:38:22 +03:00 |
|
alesapin
|
20043e77bb
|
Merge branch 'master' into nvartolomei-drop-part
|
2020-11-04 10:22:23 +03:00 |
|
alexey-milovidov
|
11fc6fd8c9
|
Merge pull request #16584 from ClickHouse/drop_table_task_better_scheduling
Better scheduling of drop table task
|
2020-11-03 14:22:51 +03:00 |
|
alesapin
|
dac6705995
|
DROP PART and clear blocks in a single zookeeper op
|
2020-11-02 20:30:59 +03:00 |
|
Alexander Tokmakov
|
ac32809b6a
|
fix #16482
|
2020-11-02 19:40:39 +03:00 |
|
alesapin
|
101aa9e931
|
Merge branch 'master' into no_background_pool_no_more
|
2020-11-02 10:49:19 +03:00 |
|
alesapin
|
9ed4668dbb
|
Refactor common part of background list
|
2020-10-26 15:40:55 +03:00 |
|
alesapin
|
7edbe4d276
|
Add some comments
|
2020-10-16 13:12:31 +03:00 |
|
alesapin
|
4014e0f08d
|
Something very similar to working code
|
2020-10-14 15:32:35 +03:00 |
|
alesapin
|
efd3126b5d
|
Moving pool
|
2020-10-14 10:22:48 +03:00 |
|
alesapin
|
fd35368c59
|
First simple implementation
|
2020-10-13 17:25:42 +03:00 |
|
alesapin
|
8ec58c17f3
|
More consistent metadata usage
|
2020-10-05 19:41:46 +03:00 |
|
alesapin
|
f5c38b34ae
|
Fix race condition during write ahead log cleanup and rename
|
2020-09-25 15:07:38 +03:00 |
|
alexey-milovidov
|
1fcebce926
|
Merge pull request #15000 from Jokser/disable-ttl-move-on-insert
Option to disable TTL move on data part insert
|
2020-09-19 13:45:02 +03:00 |
|
Pavel Kovalenko
|
6b4b5898a7
|
Renaming.
|
2020-09-18 18:41:14 +03:00 |
|
Pavel Kovalenko
|
0da19ab46d
|
Add option to disable ttl move on data part insert
|
2020-09-18 18:30:00 +03:00 |
|
alesapin
|
dc677b93fb
|
Comments and fix test
|
2020-09-17 22:30:17 +03:00 |
|
alesapin
|
b07c00ef7c
|
Ugly, but probably working implementation
|
2020-09-17 18:33:50 +03:00 |
|
alesapin
|
40b2f203b6
|
Merge branch 'master' into manual-write-duplicate-parts-to-replicas
|
2020-09-17 13:21:00 +03:00 |
|
alesapin
|
f274ffc9d1
|
Add comments
|
2020-09-07 10:59:14 +03:00 |
|
alesapin
|
4079636f81
|
Merge
|
2020-09-04 13:52:51 +03:00 |
|
alesapin
|
82c56349a5
|
Some comments
|
2020-09-04 13:08:09 +03:00 |
|
alesapin
|
128cb7ce22
|
Don't select already selected parts
|
2020-09-02 15:16:12 +03:00 |
|
alesapin
|
46f833b7df
|
Some changes
|
2020-08-31 22:50:42 +03:00 |
|
alesapin
|
2fc80189af
|
Add default compression codec to merge tree data part
|
2020-08-26 18:29:46 +03:00 |
|
Alexey Milovidov
|
5059d1f441
|
Merge branch 'master' into manual-write-duplicate-parts-to-replicas
|
2020-08-16 15:58:57 +03:00 |
|
Alexey Milovidov
|
edd89a8610
|
Fix half of typos
|
2020-08-08 03:47:03 +03:00 |
|
alesapin
|
c75830e878
|
Alter table freeze with verbose output
|
2020-07-28 18:10:36 +03:00 |
|
alesapin
|
014bb070ec
|
Fix tests
|
2020-07-14 11:19:39 +03:00 |
|
alesapin
|
1f576ee039
|
Some intermediate solution
|
2020-07-13 20:27:52 +03:00 |
|
alesapin
|
4a53264a86
|
Remove redundant and duplicated code
|
2020-07-13 19:19:08 +03:00 |
|
alexey-milovidov
|
ae7eff98ed
|
Merge pull request #12433 from amosbird/np
Allow nullable key in MergeTree
|
2020-07-13 04:36:00 +03:00 |
|
Amos Bird
|
cac5a89169
|
Allow nullable key in MergeTree
|
2020-07-12 22:21:51 +08:00 |
|
Alexey Milovidov
|
4b86f36d37
|
Check arguments of bloom filter index
|
2020-07-10 11:13:21 +03:00 |
|
alesapin
|
84f8bf1e14
|
Merge pull request #10697 from CurtizJ/polymorphic-parts
Polymorphic parts (in-memory format)
|
2020-07-08 13:25:45 +03:00 |
|
Anton Popov
|
416d9648c2
|
remove questionable functionality
|
2020-07-07 12:58:14 +03:00 |
|
Nikita Mikhaylov
|
d31ed58f01
|
done
|
2020-07-06 17:33:31 +03:00 |
|
Anton Popov
|
4422df2e37
|
Merge remote-tracking branch 'upstream/master' into HEAD
|
2020-07-02 20:18:21 +03:00 |
|