Anton Popov
|
2adf0e9db3
|
do not wait loading parts at shutdown
|
2022-12-28 16:07:14 +00:00 |
|
Anton Popov
|
0722020cae
|
Merge remote-tracking branch 'upstream/master' into HEAD
|
2022-12-23 18:15:55 +00:00 |
|
alesapin
|
fa467b3398
|
Minor code polishing
|
2022-12-22 14:31:42 +01:00 |
|
Anton Popov
|
b7e76e3539
|
do not hold data parts during insert
|
2022-12-15 23:57:10 +00:00 |
|
Alexander Tokmakov
|
f4c8281ccc
|
avoid outdating part twice
|
2022-12-13 21:24:26 +01:00 |
|
Anton Popov
|
a2fee110b8
|
add query for waiting of loading parts and fix test_transactions
|
2022-12-12 14:33:42 +00:00 |
|
Anton Popov
|
df6d2f2163
|
Merge remote-tracking branch 'upstream/master' into HEAD
|
2022-11-29 23:21:23 +00:00 |
|
Alexander Tokmakov
|
5cc99312d7
|
provide hint for loading uncommitted blocks in merge predicate
|
2022-11-25 16:41:20 +01:00 |
|
Sema Checherinda
|
a29437e179
|
delete verbose logging about cleaning old parts
|
2022-11-23 15:16:09 +00:00 |
|
Sema Checherinda
|
3a8024002d
|
fix race in read full path from deleting part, add more logs in grabOldParts
|
2022-11-23 15:16:09 +00:00 |
|
Sema Checherinda
|
4f592bc208
|
fix isolation breach, droping outdated part should't be ignored
|
2022-11-23 15:16:09 +00:00 |
|
Sema Checherinda
|
6b4cb25e25
|
fixed 01130_in_memory_parts_partitons, remove flushed tmp part from in memory part
|
2022-11-23 15:16:09 +00:00 |
|
Sema Checherinda
|
c976b28104
|
less pedantic checks in operations, rely on existed tx functionality
|
2022-11-23 15:16:09 +00:00 |
|
Sema Checherinda
|
c1e6b560f0
|
no groupping parts for cover with empty
|
2022-11-23 15:16:08 +00:00 |
|
Sema Checherinda
|
db86cd0f0a
|
fix several critical races, fix tests
|
2022-11-23 15:16:08 +00:00 |
|
Sema Checherinda
|
15012c7070
|
address the review comments
|
2022-11-23 15:16:08 +00:00 |
|
Sema Checherinda
|
fb86019db9
|
Delete parts over replacing them with empty parts
|
2022-11-23 15:16:08 +00:00 |
|
Anton Popov
|
75c807609b
|
add some comments
|
2022-11-22 16:11:01 +00:00 |
|
Anton Popov
|
e3db29aebf
|
better waiting for outdated data parts
|
2022-11-22 15:15:20 +00:00 |
|
Anton Popov
|
92ac9385b9
|
wait loading of outdated parts for partition commands
|
2022-11-21 17:01:46 +00:00 |
|
Anton Popov
|
d96ed50610
|
fix race
|
2022-11-16 13:21:07 +00:00 |
|
Anton Popov
|
f94182384a
|
Merge remote-tracking branch 'upstream/master' into HEAD
|
2022-11-16 03:30:29 +00:00 |
|
Anton Popov
|
2ae3cfa9e0
|
Merge branch 'master' into dynamic-columns-14
|
2022-10-31 16:15:19 +01:00 |
|
Alexander Tokmakov
|
599ccb9939
|
Update MergeTreeData.h
|
2022-10-31 16:18:17 +03:00 |
|
Alexander Tokmakov
|
b2b9479afa
|
Update src/Storages/MergeTree/MergeTreeData.h
Co-authored-by: Sergei Trifonov <sergei@clickhouse.com>
|
2022-10-31 16:15:35 +03:00 |
|
Alexander Tokmakov
|
f53df7870c
|
fix race between drop and failed insert
|
2022-10-30 17:59:47 +01:00 |
|
Alexander Tokmakov
|
c68ab231f9
|
fix accessing part in Deleting state
|
2022-10-30 17:30:51 +01:00 |
|
Anton Popov
|
b40d9200d2
|
better semantic of constsness of DataPartStorage
|
2022-10-23 15:24:20 +00:00 |
|
Anton Popov
|
56e5daba0c
|
remove DataPartStorageBuilder
|
2022-10-23 00:23:15 +00:00 |
|
Anton Popov
|
95fdb0a877
|
remove outdated parts asynchronously
|
2022-10-14 14:52:57 +00:00 |
|
Anton Popov
|
71a223c1c9
|
Merge remote-tracking branch 'upstream/master' into optimize-loading-parts
|
2022-10-10 11:31:47 +00:00 |
|
Anton Popov
|
286da7ee19
|
fix loading of parts with old syntax
|
2022-10-09 15:39:20 +00:00 |
|
Anton Popov
|
9f1104c2ad
|
do not load inactive parts
|
2022-10-08 01:39:46 +00:00 |
|
Alexey Milovidov
|
169c505603
|
Relax "too many parts" thresholds
|
2022-10-08 00:24:51 +02:00 |
|
Anton Popov
|
6e61cf92f5
|
Merge remote-tracking branch 'upstream/master' into HEAD
|
2022-10-03 13:16:57 +00:00 |
|
Alexander Tokmakov
|
7b5b7e4963
|
Merge pull request #41945 from ClickHouse/enable_more_s3_tests
Enable some disabled S3 tests
|
2022-10-03 13:25:50 +03:00 |
|
Vitaly Baranov
|
7be9744bab
|
Remove confusing warning when inserting with perform_ttl_move_on_insert=false.
|
2022-09-30 20:51:48 +02:00 |
|
alesapin
|
350ff96628
|
Fix potential race condition with broken parts
|
2022-09-30 19:01:06 +02:00 |
|
alesapin
|
695133cc5b
|
Better mutations
|
2022-09-27 15:23:02 +02:00 |
|
alesapin
|
8ba74d8655
|
Fix bugs found by CI
|
2022-09-20 14:00:57 +02:00 |
|
Alexander Tokmakov
|
8301f5758b
|
Update IMergeTreeDataPart.cpp
|
2022-09-15 21:32:57 +02:00 |
|
Anton Popov
|
ee54451741
|
fix adding of columns of type Object
|
2022-09-13 22:43:59 +00:00 |
|
Alexander Tokmakov
|
4d146b05a9
|
Merge pull request #38262 from PolyProgrammist/fix-ordinary-system-unfreeze
Fix SYSTEM UNFREEZE for ordinary database
|
2022-09-13 14:55:11 +03:00 |
|
Anton Popov
|
d1fa2148de
|
Merge branch 'master' into dynamic-columns-14
|
2022-09-09 19:32:07 +02:00 |
|
Alexander Tokmakov
|
48927ba0ac
|
Merge branch 'master' into no-hardlinks-while-making-backup-of-mergetree-in-atomic-db
|
2022-09-09 14:24:44 +03:00 |
|
Anton Popov
|
ba41239ecd
|
Merge remote-tracking branch 'upstream/master' into HEAD
|
2022-09-08 15:20:29 +00:00 |
|
Alexander Tokmakov
|
507ad0c4d9
|
Merge pull request #40691 from azat/mergetree/transaction-wal-fix
Move committing InMemory parts to WAL out of NOEXCEPT_SCOPE()
|
2022-09-08 15:55:30 +03:00 |
|
Vitaly Baranov
|
122009a2bd
|
Use table lock if database is ordinary and zero-copy-replication is enabled.
|
2022-09-08 13:54:59 +02:00 |
|
Vitaly Baranov
|
9c847ceec9
|
No hardlinks while making backup of MergeTree in atomic database.
|
2022-09-07 11:44:50 +02:00 |
|
Anton Popov
|
f0a404e2c8
|
Merge remote-tracking branch 'upstream/master' into HEAD
|
2022-09-06 15:51:16 +00:00 |
|