alesapin
|
3f02995161
|
Better exceptions handling
|
2022-09-02 13:54:41 +02:00 |
|
zhongyuankai
|
5992cbeaa1
|
Merge branch 'master' into compress_marks_and_primary_key
|
2022-08-30 08:51:21 +08:00 |
|
Alexey Milovidov
|
5ee81598b5
|
Merge branch 'compress_marks_and_primary_key' of github.com:zhongyuankai/ClickHouse into compress-marks
|
2022-08-28 04:19:14 +02:00 |
|
Alexander Tokmakov
|
a6f55b1430
|
fix
|
2022-08-25 16:27:12 +02:00 |
|
kssenii
|
d63d34f7bb
|
Merge master
|
2022-08-17 15:49:32 +02:00 |
|
Alexander Tokmakov
|
e691888267
|
fix build
|
2022-08-12 13:03:57 +02:00 |
|
Alexander Tokmakov
|
d24b9874bc
|
fix Cannot quickly remove directory
|
2022-08-12 12:47:25 +02:00 |
|
zhongyuankai
|
71935b96ef
|
support compress marks and primary key
|
2022-08-10 18:07:14 +08:00 |
|
kssenii
|
0dda03c94b
|
Fix checks
|
2022-08-10 00:06:58 +02:00 |
|
Anton Popov
|
0492ef63a4
|
Merge pull request #39464 from CurtizJ/fix-custom-serializations
Fix columns of type `Object` with sparse serialization
|
2022-08-05 00:55:41 +02:00 |
|
alesapin
|
1eb28f5f5f
|
Merge pull request #39860 from ClickHouse/avoid_additional_disk_touch
Better total part size calculation on mutation
|
2022-08-04 14:21:31 +02:00 |
|
alesapin
|
56a4d26e87
|
Better total part size calculation on mutation
|
2022-08-03 14:15:45 +02:00 |
|
Anton Popov
|
57e4fb2e30
|
Merge remote-tracking branch 'upstream/master' into HEAD
|
2022-07-29 11:42:11 +00:00 |
|
Anton Popov
|
bb551566e7
|
fix build
|
2022-07-29 11:41:53 +00:00 |
|
Anton Popov
|
4cf0353892
|
try to fix Nested
|
2022-07-27 14:05:16 +00:00 |
|
Alexander Tokmakov
|
8fc075a527
|
Merge pull request #39619 from ClickHouse/try-do-enable-global-allocations-for-attach
Replace MemoryTrackerBlockerInThread to LockMemoryExceptionInThread
|
2022-07-27 13:13:04 +03:00 |
|
Anton Popov
|
9321ca34cf
|
try to fix Nested
|
2022-07-26 17:32:37 +00:00 |
|
Nikolai Kochetov
|
33ce662d3e
|
Replace MemoryTrackerBlockerInThread to LockMemoryExceptionInThread in some places. Reduced MemoryTrackerBlockerInThread level to User.
|
2022-07-26 15:22:00 +00:00 |
|
Alexander Gololobov
|
460950ecdc
|
Merge branch 'master' into feature/sql-standard-delete
|
2022-07-24 21:27:22 +02:00 |
|
Alexander Gololobov
|
c8b3c574a4
|
Disable lightweight delete if table has projections
|
2022-07-24 12:21:47 +02:00 |
|
Alexander Gololobov
|
594195451e
|
Cleanups
|
2022-07-24 12:21:18 +02:00 |
|
Anton Popov
|
3d03b2714b
|
try to fix Nested
|
2022-07-22 23:05:11 +00:00 |
|
Anton Popov
|
e0d2c8fb37
|
fix json type with sparse columns
|
2022-07-21 14:47:19 +00:00 |
|
Alexander Tokmakov
|
a8da5d96fc
|
remove some dead and commented code
|
2022-07-21 15:05:48 +02:00 |
|
Alexander Gololobov
|
1ea9f143ff
|
Leave only _row_exists-based implementation of lightweight delete
|
2022-07-21 11:26:13 +02:00 |
|
jianmei zhang
|
ca42f649da
|
Rewrite logic for loading deleted mask related to getDeletedMask()
|
2022-07-15 15:31:10 +08:00 |
|
jianmei zhang
|
0793add9b5
|
Fix clang tidy compile error, remove std::move for const getDeletedRowsPtr()
|
2022-07-15 12:32:42 +08:00 |
|
jianmei zhang
|
8b1114fa60
|
fix clang tidy compile error
|
2022-07-15 12:32:42 +08:00 |
|
jianmei zhang
|
d37152a5d6
|
Remove loadDeletedMask() and get deleted mask when needed
|
2022-07-15 12:32:42 +08:00 |
|
jianmei zhang
|
4268ac8b0e
|
Add supportLightweightDeleteMutate() in IMergeTreeDataPart to disable LWD for part with projections
|
2022-07-15 12:32:42 +08:00 |
|
jianmei zhang
|
780cdfb8f0
|
Code changes based on review opinions. Make ordinary single alter delete lightwight by default
|
2022-07-15 12:32:42 +08:00 |
|
jianmei zhang
|
7e433859ea
|
Change deleted rows mask from String to Native UInt8 format
|
2022-07-15 12:32:41 +08:00 |
|
jianmei zhang
|
8ad2bb7c33
|
Code changes due to master new fixes, and update reference for mutations table
|
2022-07-15 12:32:41 +08:00 |
|
jianmei zhang
|
8696319d62
|
Support lightweight delete execution using string as deleted rows mask,also part of select can handle LWD
|
2022-07-15 12:32:41 +08:00 |
|
alesapin
|
eb5046ab26
|
Simplify everything
|
2022-06-30 22:51:27 +02:00 |
|
alesapin
|
cb90aca2ef
|
Some changes in merge tree
|
2022-06-30 14:12:45 +02:00 |
|
alesapin
|
d88cdcd5c1
|
AAA
|
2022-06-27 21:41:29 +02:00 |
|
Nikolai Kochetov
|
dcf6e0d060
|
Roll back some changes from IPartMetadataManager
|
2022-06-21 13:05:49 +00:00 |
|
Nikolai Kochetov
|
dccf90b1ea
|
Cleanup.
|
2022-06-20 18:18:17 +00:00 |
|
alesapin
|
08b5dd091b
|
Fix double negative
|
2022-06-19 17:12:04 +02:00 |
|
Nikolai Kochetov
|
2ee349f29c
|
Fix test_encrypted_disk
|
2022-06-15 11:42:59 +00:00 |
|
Nikolai Kochetov
|
a274bec0fa
|
Fix test_encrypted_disk
|
2022-06-15 11:41:08 +00:00 |
|
alesapin
|
e32133ff8f
|
Fix bug with removal of moving parts
|
2022-06-10 18:47:06 +02:00 |
|
Nikolai Kochetov
|
3f67abc3b0
|
Fix some tests.
|
2022-06-03 18:49:12 +00:00 |
|
Nikolai Kochetov
|
25c8a437ea
|
Fixing build.
|
2022-06-02 15:00:07 +00:00 |
|
Nikolai Kochetov
|
89c5855d20
|
Merge branch 'master' into refactor-something-in-part-volumes
|
2022-06-02 12:19:07 +02:00 |
|
Alexander Tokmakov
|
44f2d4529a
|
better waiting, add fault injection
|
2022-05-20 22:10:01 +02:00 |
|
Alexander Tokmakov
|
12bbb7de87
|
fix race on TID allocation
|
2022-05-20 12:41:44 +02:00 |
|
Alexey Milovidov
|
fdbb5b75b2
|
Merge branch 'master' into minor-renames
|
2022-05-07 14:18:50 +03:00 |
|
Nikolai Kochetov
|
5574a3cc43
|
Fixing style.
|
2022-05-05 09:23:23 +00:00 |
|
Nikolai Kochetov
|
b3d38301c9
|
Fix some more tests.
|
2022-05-05 09:19:12 +00:00 |
|
taiyang-li
|
d673bd096e
|
fix issue: https://github.com/ClickHouse/ClickHouse/issues/36671
|
2022-05-05 14:48:33 +08:00 |
|
Nikolai Kochetov
|
fc3645a483
|
Fix some tests.
|
2022-05-03 19:32:24 +00:00 |
|
Nikolai Kochetov
|
35095191eb
|
Merge branch 'master' into refactor-something-in-part-volumes
|
2022-05-03 17:51:47 +02:00 |
|
Nikolai Kochetov
|
4a20e4f37e
|
Fixing build.
|
2022-05-03 15:48:05 +00:00 |
|
Alexey Milovidov
|
1ddb04b992
|
Merge pull request #36715 from amosbird/refactorbase
Reorganize source files so that base won't depend on Common
|
2022-04-30 09:40:58 +03:00 |
|
Amos Bird
|
4a5e4274f0
|
base should not depend on Common
|
2022-04-29 10:26:35 +08:00 |
|
Anton Popov
|
eb810116a4
|
fix vertical merges in wide parts
|
2022-04-27 13:42:47 +00:00 |
|
Nikolai Kochetov
|
e44af67fee
|
Merge branch 'master' into refactor-something-in-part-volumes
|
2022-04-26 21:08:00 +02:00 |
|
Alexander Tokmakov
|
19a376b9f7
|
fix assertions
|
2022-04-25 22:41:46 +02:00 |
|
alesapin
|
edc78247f0
|
Merge pull request #36299 from ClickHouse/fix_trash
Trying to fix some trash in zero copy replication
|
2022-04-24 13:19:43 +02:00 |
|
Nikolai Kochetov
|
8c00692844
|
Part 8
|
2022-04-22 16:58:09 +00:00 |
|
xiedeyantu
|
550460c541
|
fix log should print from path
|
2022-04-22 18:30:40 +08:00 |
|
Nikolai Kochetov
|
9133e398b8
|
Part 7
|
2022-04-21 19:19:13 +00:00 |
|
alesapin
|
40c15222f8
|
Merge branch 'master' into fix_trash
|
2022-04-20 12:45:49 +02:00 |
|
Nikolai Kochetov
|
bcbab2ead8
|
Part 6.
|
2022-04-19 19:34:41 +00:00 |
|
alesapin
|
cc06bc3d99
|
Add some clarifications
|
2022-04-19 14:01:30 +02:00 |
|
alesapin
|
bd7b3847c1
|
Some code
|
2022-04-19 01:09:09 +02:00 |
|
Robert Schulze
|
118e94523c
|
Activate clang-tidy warning "readability-container-contains"
This check suggests replacing <Container>.count() by
<Container>.contains() which is more speaking and in case of
multimaps/multisets also faster.
|
2022-04-18 23:53:11 +02:00 |
|
alesapin
|
1706ae9e15
|
Some trash implementation
|
2022-04-15 18:36:23 +02:00 |
|
alesapin
|
5a8419a48e
|
Remove more trash
|
2022-04-15 17:05:17 +02:00 |
|
alesapin
|
eb7593f786
|
Remove more trash
|
2022-04-15 16:24:38 +02:00 |
|
Nikolai Kochetov
|
76870ad92a
|
Part 5
|
2022-04-12 18:59:49 +00:00 |
|
Nikolai Kochetov
|
bc3e1ec3f2
|
Part 3
|
2022-04-07 17:44:49 +00:00 |
|
Nikolai Kochetov
|
5cbec37907
|
Part 2
|
2022-04-07 11:58:38 +00:00 |
|
Nikolai Kochetov
|
5a1392a8e3
|
Try refactor something (1)
|
2022-04-05 19:12:48 +00:00 |
|
Alexander Tokmakov
|
a2167f12b8
|
Merge branch 'master' into mvcc_prototype
|
2022-04-04 14:24:23 +02:00 |
|
Alexander Tokmakov
|
5a50ad9de3
|
Merge branch 'master' into mvcc_prototype
|
2022-03-31 11:35:04 +02:00 |
|
chen9t
|
b40a69f59a
|
Code style
|
2022-03-31 10:10:05 +08:00 |
|
chen9t
|
5cb2301e39
|
Clean dirty meta cache when part is broken during part loading phase
|
2022-03-30 20:40:20 +08:00 |
|
Anton Popov
|
1cba31c305
|
Merge pull request #35687 from CurtizJ/dynamic-columns-7
Fix reading from type object
|
2022-03-30 00:21:32 +02:00 |
|
Alexander Tokmakov
|
287d858fda
|
Merge branch 'master' into mvcc_prototype
|
2022-03-29 16:24:12 +02:00 |
|
Anton Popov
|
0e4af89f69
|
fix reading from type object
|
2022-03-28 17:23:34 +00:00 |
|
taiyang-li
|
6fe4c3d17e
|
some minor changes
|
2022-03-23 12:13:42 +08:00 |
|
Alexander Tokmakov
|
c28008a2df
|
more comments, minor fixes
|
2022-03-18 12:01:26 +01:00 |
|
Alexander Tokmakov
|
c2ac8d4a5c
|
review fixes
|
2022-03-16 21:05:34 +01:00 |
|
Anton Popov
|
630182b2b1
|
minor renames
|
2022-03-14 14:42:09 +00:00 |
|
Alexander Tokmakov
|
0906b59fba
|
fixes
|
2022-03-09 21:38:18 +01:00 |
|
Alexander Tokmakov
|
d2f838bd91
|
fix another race condition
|
2022-03-08 20:11:47 +01:00 |
|
taiyang-li
|
b4174b0bef
|
merge master and fix conflicts
|
2022-03-08 11:39:25 +08:00 |
|
Alexander Tokmakov
|
ea2f65fef6
|
fix tests with DiskS3
|
2022-03-07 17:35:47 +01:00 |
|
Alexander Tokmakov
|
11ae0d144b
|
fix
|
2022-02-25 00:51:21 +03:00 |
|
Alexander Tokmakov
|
711aad6953
|
fix
|
2022-02-24 01:31:21 +03:00 |
|
Alexander Tokmakov
|
f4a46a13fb
|
fixes
|
2022-02-18 00:26:37 +03:00 |
|
Alexander Tokmakov
|
dae044f86b
|
Merge branch 'master' into mvcc_prototype
|
2022-02-17 13:49:37 +03:00 |
|
Alexander Tokmakov
|
e37ef4560c
|
fix
|
2022-02-15 18:00:45 +03:00 |
|
Alexander Tokmakov
|
ae5aa8c12d
|
write part version before other files
|
2022-02-15 02:24:51 +03:00 |
|
alesapin
|
b47b0eb1dc
|
Revert accident change
|
2022-02-08 14:05:01 +03:00 |
|
alesapin
|
3af6012cb4
|
Revert "Revert "Revert "Revert "Merge pull request #34219 from ClickHouse/revert-34212-revert-33291-add-pool-to-s3-write-buffer""""
This reverts commit 2bc2ea485e .
|
2022-02-08 11:01:26 +03:00 |
|
alesapin
|
2bc2ea485e
|
Revert "Revert "Revert "Merge pull request #34219 from ClickHouse/revert-34212-revert-33291-add-pool-to-s3-write-buffer"""
This reverts commit fb77d7a7d5 .
|
2022-02-08 10:56:29 +03:00 |
|