Alexander Tokmakov
|
bdada351c8
|
Revert "Merge pull request #58274 from ClickHouse/revert-58267"
This reverts commit 583b9637c2 , reversing
changes made to 224e937620 .
|
2023-12-28 14:07:59 +01:00 |
|
Alexey Milovidov
|
c7efd2afea
|
Revert #58267
|
2023-12-28 04:09:33 +01:00 |
|
Alexey Milovidov
|
c024dc9c3d
|
Merge pull request #58265 from ClickHouse/remove-mayBenefitFromIndexForIn
Remove mayBenefitFromIndexForIn
|
2023-12-28 00:15:04 +01:00 |
|
Nikolai Kochetov
|
bcd34b25b2
|
Remove mayBenefitFromIndexForIn
|
2023-12-27 17:42:40 +00:00 |
|
Alexander Tokmakov
|
01d042c490
|
Revert "Merge pull request #57932 from ClickHouse/remove-shit-cleanup"
This reverts commit 2d58dc512c , reversing
changes made to 41873dc4a3 .
|
2023-12-27 13:46:06 +01:00 |
|
Yakov Olkhovskiy
|
43fcea64b6
|
Merge pull request #57186 from chenlx0/bytes_uncompressed
Show uncompressed data size in system.tables
|
2023-12-19 19:04:47 -05:00 |
|
Nikita Mikhaylov
|
6360b76792
|
Merge branch 'master' of github.com:ClickHouse/ClickHouse into remove-the-limit-for-connections-per-endpoint
|
2023-12-18 21:49:31 +00:00 |
|
Alexey Milovidov
|
ee502ef6b9
|
Remove trash (OPTIMIZE CLEANUP)
|
2023-12-15 22:41:58 +01:00 |
|
Nikita Mikhaylov
|
8372c70958
|
Merge branch 'master' of github.com:ClickHouse/ClickHouse into remove-the-limit-for-connections-per-endpoint
|
2023-12-13 18:29:56 +00:00 |
|
Igor Nikonov
|
c165be76ab
|
Parallel replicas: friendly settings (#57542)
|
2023-12-13 14:42:06 +01:00 |
|
Chen Lixiang
|
9e95fe5d29
|
conflict fixed.
|
2023-12-07 18:10:45 +08:00 |
|
Nikita Mikhaylov
|
04d167c6d9
|
Better
|
2023-12-05 13:34:37 +01:00 |
|
Antonio Andelic
|
9077550bb1
|
Better Readonly metric
|
2023-11-27 14:25:45 +00:00 |
|
Chen Lixiang
|
2b35e98ef8
|
add comments and doc
|
2023-11-24 16:40:19 +08:00 |
|
Chen Lixiang
|
89fa729235
|
show uncompressed size in system.tables
|
2023-11-24 15:54:27 +08:00 |
|
Alexander Tokmakov
|
d277bfb225
|
setActualPartName for executeReplaceRange
|
2023-11-22 18:48:25 +01:00 |
|
Alexander Tokmakov
|
bf10989515
|
Fix unexpected parts handling (#56693)
* fix unexpected parts handling
* Automatic style fix
* fix
---------
Co-authored-by: robot-clickhouse <robot-clickhouse@users.noreply.github.com>
|
2023-11-15 16:54:47 +01:00 |
|
kssenii
|
f2c0434c4d
|
Merge remote-tracking branch 'origin/master' into minor-improvements-for-s3-queue
|
2023-11-06 15:51:11 +01:00 |
|
kssenii
|
da21413354
|
Better shutdown
|
2023-11-06 15:47:57 +01:00 |
|
vdimir
|
55a1baf029
|
Merge pull request #56022 from ClickHouse/vdimir/check_all_tables
Add CHECK query for all the tables
|
2023-11-03 10:10:42 +01:00 |
|
Alexander Tokmakov
|
6635b84a46
|
fixes
|
2023-10-30 15:20:04 +01:00 |
|
Alexander Tokmakov
|
db5e9f1d1c
|
beter check for duplicate lost parts
|
2023-10-27 17:33:30 +02:00 |
|
vdimir
|
c1ae369919
|
wip CHECK query for all tables
|
2023-10-27 15:22:10 +00:00 |
|
vdimir
|
1d5f75fd71
|
Merge pull request #53404 from ClickHouse/vdimir/check_table_improvements2
Improve CHECK TABLE system query, support checking part
|
2023-10-26 10:57:44 +02:00 |
|
vdimir
|
8f0d7954ff
|
IStorage::checkDataNext returns optional
|
2023-10-23 10:12:30 +00:00 |
|
vdimir
|
fe95c0d0e4
|
Improve CHECK TABLE system query
Resubmit PR #52745
|
2023-10-23 09:35:26 +00:00 |
|
alesapin
|
e364ed61a6
|
Proper fix
|
2023-10-11 17:42:44 +02:00 |
|
alesapin
|
ab09aee754
|
Initial implementation
|
2023-10-10 19:59:48 +02:00 |
|
alesapin
|
6ec65d6be7
|
Make function slightly more readable
|
2023-09-12 21:41:05 +02:00 |
|
alesapin
|
f3729da64b
|
Fix rare case of CHECKSUM_DOESNT_MATCH error
|
2023-09-12 19:55:56 +02:00 |
|
Antonio Andelic
|
36fb7cfbd1
|
Merge pull request #54012 from ClickHouse/refactor-async-insert-with-dedup
Refactor logic around async insert with deduplication
|
2023-08-30 09:37:55 +02:00 |
|
Antonio Andelic
|
e96c665be7
|
Refactor logic around async insert with dedup
|
2023-08-29 14:48:43 +00:00 |
|
Nikita Mikhaylov
|
96cabcae3a
|
Change interface
|
2023-08-29 16:26:48 +02:00 |
|
Alexander Gololobov
|
54e2be4e32
|
Use WatchCallbackPtr
|
2023-08-17 17:32:04 +02:00 |
|
Alexander Tokmakov
|
4b30900fed
|
Revert "Improve CHECK TABLE system query"
|
2023-08-10 14:44:16 +03:00 |
|
vdimir
|
1aedc4e892
|
Build proper pipeline for CHECK TABLE
|
2023-08-08 09:45:32 +00:00 |
|
vdimir
|
a882ef295f
|
Query CHECK TABLE takes care about progress and cancellation
|
2023-08-08 09:45:31 +00:00 |
|
Alexander Tokmakov
|
6bbed6262e
|
Merge branch 'master' into add_delay_for_replicated
|
2023-07-26 12:48:48 +03:00 |
|
Alexander Tokmakov
|
edc479bbf8
|
fix
|
2023-07-24 23:40:27 +02:00 |
|
Azat Khuzhin
|
4a33e027c5
|
Split StorageReplicatedMergeTree reading methods
Signed-off-by: Azat Khuzhin <a.khuzhin@semrush.com>
|
2023-07-24 05:50:44 +02:00 |
|
Nikita Mikhaylov
|
11cc8b4adf
|
Merge branch 'master' into add_delay_for_replicated
|
2023-07-17 19:04:29 +02:00 |
|
Alexey Milovidov
|
e2c8cea381
|
Merge pull request #51801 from ClickHouse/fix_broken_parts_handling
Fix broken parts handling in `ReplicatedMergeTree`
|
2023-07-09 05:32:51 +03:00 |
|
Alexander Tokmakov
|
fdbd59ec6c
|
Merge pull request #51135 from ClickHouse/fix_trash_in_disks
Try to fix some trash in Disks and part moves
|
2023-07-07 02:02:17 +03:00 |
|
Alexander Tokmakov
|
58793816a7
|
fix paranoid check
|
2023-07-06 19:06:35 +02:00 |
|
Alexander Sapin
|
9ae0dc730c
|
Review fixes + enable in ci
|
2023-07-06 17:15:26 +02:00 |
|
alesapin
|
f2d106ffb7
|
Fix typos
|
2023-07-05 18:54:33 +02:00 |
|
alesapin
|
2fa45117ed
|
Beter
|
2023-07-05 18:38:04 +02:00 |
|
alesapin
|
88d3e1723a
|
Fixes and comments
|
2023-07-05 18:31:47 +02:00 |
|
alesapin
|
baee73fd96
|
Make shutdown of replicated tables softer
|
2023-07-05 18:11:25 +02:00 |
|
alesapin
|
1ea5261012
|
Intermediate version
|
2023-07-04 22:19:53 +02:00 |
|