Igor Nikonov
|
d5ea047ab8
|
Parallel replicas: cleanup unused params
|
2023-09-11 21:52:40 +00:00 |
|
Igor Nikonov
|
7a396139df
|
Cleanup: unnecessary SelectQueryInfo usage around distributed
|
2023-09-08 21:53:38 +00:00 |
|
Alexander Sapin
|
518d4b4357
|
Merge branch 'master' into alter-table-add-comment
|
2023-09-06 12:34:04 +02:00 |
|
Victor Krasnov
|
78760639d2
|
Merge branch 'master' into ADQM-987
|
2023-09-04 13:59:20 +03:00 |
|
Alexey Milovidov
|
7cb4d52d92
|
Deprecate metadata cache, part 2
|
2023-09-03 03:56:11 +02:00 |
|
Sergei Trifonov
|
cf5ea46713
|
Merge pull request #53338 from azat/throttling-fixes
Fix IO throttling during copying whole directories
|
2023-09-01 18:29:15 +02:00 |
|
Victor Krasnov
|
52cce27e81
|
Merge branch 'master' into ADQM-987
|
2023-09-01 18:00:20 +03:00 |
|
Azat Khuzhin
|
51e8b16916
|
Fix IO throttling during copying whole directories
v2: pass local context during ALTER TABLE MOVE PARTITION TO VOLUME/DISK as well
Signed-off-by: Azat Khuzhin <a.khuzhin@semrush.com>
|
2023-08-29 23:13:46 +02:00 |
|
Nikita Mikhaylov
|
96cabcae3a
|
Change interface
|
2023-08-29 16:26:48 +02:00 |
|
Victor Krasnov
|
87c90767d9
|
Merge branch 'master' into ADQM-987
|
2023-08-27 09:14:42 +03:00 |
|
Victor Krasnov
|
8b2342c205
|
Minor code cleanup: remove some redundant includes of InterpreterAlterQuery.h
|
2023-08-23 14:16:36 +00:00 |
|
Raúl Marín
|
93dac0c880
|
Support clang-18 (Wmissing-field-initializers)
|
2023-08-23 15:53:45 +02:00 |
|
Antonio Andelic
|
ed15babddd
|
Merge pull request #53198 from ClickHouse/improve-archive-reading
Improve reading from archives
|
2023-08-21 14:11:25 +02:00 |
|
Igor Nikonov
|
3e9ae1751e
|
Merge remote-tracking branch 'origin/master' into fix-parallel-replicas-multiply-result
|
2023-08-17 14:45:37 +00:00 |
|
Igor Nikonov
|
49f7b4acd6
|
Merge remote-tracking branch 'origin/master' into fix-parallel-replicas-multiply-result
|
2023-08-16 23:31:49 +00:00 |
|
Igor Nikonov
|
21ef1f1d1c
|
Remove unnecessary Scalars usage for cluster_for_parallel_replicas
|
2023-08-16 23:24:01 +00:00 |
|
Robert Schulze
|
8a58e0df3e
|
Merge remote-tracking branch 'rschu1ze/master' into consistency-fixes-for-caches
|
2023-08-16 21:26:04 +00:00 |
|
Alexander Tokmakov
|
b32bdd1b0a
|
Merge pull request #53164 from ClickHouse/fixes_for_detached_parts
Fixes for detach/attach partition and broken detached parts cleanup
|
2023-08-16 00:09:13 +03:00 |
|
Igor Nikonov
|
49134711dc
|
Polishing
|
2023-08-15 17:37:01 +00:00 |
|
Igor Nikonov
|
9825f8c76e
|
Remove debug logging
|
2023-08-15 17:03:32 +00:00 |
|
Alexander Tokmakov
|
bf40767f10
|
fix another race
|
2023-08-15 14:27:49 +02:00 |
|
Igor Nikonov
|
1678cda8b3
|
Merge remote-tracking branch 'origin/master' into fix-parallel-replicas-multiply-result
|
2023-08-15 12:03:35 +00:00 |
|
Robert Schulze
|
f317903073
|
Merge branch 'ClickHouse:master' into consistency-fixes-for-caches
|
2023-08-15 10:25:08 +02:00 |
|
Igor Nikonov
|
c94994afcf
|
Propagate setting cluster_for_parallel_replicas to shards
|
2023-08-14 22:50:46 +00:00 |
|
Alexander Tokmakov
|
376202f739
|
fix creation of empty parts
|
2023-08-15 00:26:17 +02:00 |
|
Robert Schulze
|
3472a928d8
|
Cosmetics: Rename dropCache() to clearCaches()
"dropCache()" is a bad name, it sounds like that the cache can no longer
be used after the call. Not true, we only "clear" the cache.
|
2023-08-14 15:42:32 +00:00 |
|
Alexander Tokmakov
|
5a8b8203b2
|
fix
|
2023-08-10 23:22:51 +02:00 |
|
Alexander Tokmakov
|
4b30900fed
|
Revert "Improve CHECK TABLE system query"
|
2023-08-10 14:44:16 +03:00 |
|
Antonio Andelic
|
0e17d26b88
|
More formats supported, read single archive from 1 thread
|
2023-08-09 11:58:37 +00:00 |
|
Alexander Tokmakov
|
c1b94b4a3f
|
fixes for detach/attach partition
|
2023-08-08 17:55:04 +02:00 |
|
vdimir
|
358ef26385
|
small fixes for CHECK TABLE
|
2023-08-08 09:45:33 +00: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 |
|
Vitaly Baranov
|
e127d27453
|
Disable using fs cache for backup/restore #2.
|
2023-08-03 13:52:35 +02:00 |
|
Alexander Tokmakov
|
9e0d27dc4d
|
don't create empty parts on drop partittion if we have a transaction (#52945)
|
2023-08-03 13:16:32 +03:00 |
|
Alexander Tokmakov
|
d6a2c631da
|
fix assertion in mutations with transactions
|
2023-08-01 21:16:22 +02:00 |
|
Alexey Milovidov
|
6fd27b6cd8
|
Fix build
|
2023-07-18 22:19:35 +02:00 |
|
Alexey Milovidov
|
8cd2e7c7d6
|
Merge branch 'master' into fix-potentially-bad-code
|
2023-07-18 22:18:22 +02:00 |
|
Alexander Sapin
|
2db14e36b4
|
Fix build
|
2023-07-17 19:15:07 +02:00 |
|
Alexander Sapin
|
b70349852c
|
Better message on timeout and fix test
|
2023-07-17 19:02:29 +02:00 |
|
Alexander Sapin
|
477b8f04b6
|
Fix sticky mutations test (and extremely rare race condition)
|
2023-07-17 13:09:34 +02:00 |
|
Alexey Milovidov
|
095624fbd1
|
Remove default argument value
|
2023-07-15 23:33:11 +02:00 |
|
robot-ch-test-poll4
|
8b329e83bd
|
Merge pull request #51959 from ClickHouse/fixes_for_transactions2
Fix some issues with transactions
|
2023-07-09 06:55:27 +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
|
44ae3a0986
|
fix a bug in projections
|
2023-07-08 16:13:07 +02:00 |
|
Alexander Tokmakov
|
df31034820
|
rollback merge tasks on exception
|
2023-07-08 14:03:08 +02:00 |
|
Alexey Milovidov
|
89788f3d5b
|
Merge branch 'master' into fix-potentially-bad-code
|
2023-07-06 02:23:28 +03:00 |
|
Alexey Milovidov
|
2c592a6a2c
|
Merge pull request #51805 from ClickHouse/fix_for_parallel_replicas_and_empty_header
Fix for parallel replicas not completely disabled by granule count threshold
|
2023-07-06 01:46:52 +03:00 |
|
Alexey Milovidov
|
a4abb81194
|
Merge branch 'master' into bgmem
|
2023-07-05 01:54:43 +03:00 |
|
Alexey Milovidov
|
69d8923c4c
|
Merge branch 'master' into fix-potentially-bad-code
|
2023-07-05 00:46:24 +02:00 |
|