Alexander Tokmakov
|
5cd90c1a3e
|
Merge branch 'master' into exception_message_patterns
|
2023-01-17 20:04:04 +01:00 |
|
Alexander Tokmakov
|
8b13b85ea0
|
Merge pull request #44543 from ClickHouse/text_log_add_pattern
Add a column with a message pattern to text_log
|
2023-01-17 20:19:32 +03:00 |
|
Alexander Tokmakov
|
522686f78b
|
less empty patterns
|
2023-01-17 01:19:44 +01:00 |
|
Anton Popov
|
6863cd152f
|
Merge pull request #42181 from CurtizJ/optimize-loading-parts
Do not load inactive parts at startup
|
2023-01-16 14:38:50 +01:00 |
|
Alexander Tokmakov
|
2d7773fccc
|
Merge branch 'master' into text_log_add_pattern
|
2023-01-13 20:33:46 +01:00 |
|
Anton Popov
|
487de70d01
|
fix locking at loading outdated data parts
|
2023-01-13 17:05:32 +00:00 |
|
Anton Popov
|
71188c22ee
|
fix race on 'relative_data_path'
|
2023-01-13 12:19:41 +00:00 |
|
Igor Nikonov
|
edbcb24da0
|
Merge pull request #44954 from ClickHouse/fix-insert-delay
Fix: insert delay calculation
|
2023-01-12 09:43:00 +01:00 |
|
Alexander Tokmakov
|
0fba3d6d81
|
Merge pull request #44468 from ClickHouse/fix_get_part_name
Fix incorrect usages of `getPartName()`
|
2023-01-11 16:24:02 +03:00 |
|
Igor Nikonov
|
1d002e45a9
|
Fix test & review comments
|
2023-01-11 12:49:01 +00:00 |
|
Nikolai Kochetov
|
d0c1079242
|
Merge pull request #45133 from ClickHouse/fix-additinal-tables-filter-with-count-projection
Fix additional_table_filters with minmax/count projection.
|
2023-01-11 12:25:40 +01:00 |
|
Anton Popov
|
85734bb321
|
fix build
|
2023-01-11 08:32:33 +00:00 |
|
Anton Popov
|
6c4f53bdca
|
Merge remote-tracking branch 'upstream/master' into HEAD
|
2023-01-11 01:00:57 +00:00 |
|
Igor Nikonov
|
543221b8b9
|
Merge remote-tracking branch 'origin/master' into fix-insert-delay
|
2023-01-10 22:15:41 +00:00 |
|
Igor Nikonov
|
e75df5e76b
|
Test
+ fix some review comments
|
2023-01-10 22:14:54 +00:00 |
|
Alexander Tokmakov
|
881b17492f
|
Merge branch 'master' into fix_get_part_name
|
2023-01-10 21:39:35 +01:00 |
|
Alexander Tokmakov
|
255881a2ff
|
Merge pull request #44466 from ClickHouse/parallel_parts_cleanup_with_zero_copy
Parallel parts cleanup with zero copy replication
|
2023-01-10 22:44:39 +03:00 |
|
Nikolai Kochetov
|
9a81f27fb2
|
Fix additional_table_filters with minmax/count projection.
|
2023-01-10 17:32:26 +00:00 |
|
Anton Popov
|
b9bf92fa5d
|
check for network errors while loading parts
|
2023-01-10 11:55:08 +00:00 |
|
Anton Popov
|
1e5d6e44a5
|
fix deadlock at shutdown
|
2023-01-09 13:07:46 +00:00 |
|
Amos Bird
|
200d40c53d
|
Fix minmax_count_projection with _partition_value
Check if virtual column `_partition_value` can be used when building
minmax_count_projection block.
|
2023-01-07 05:38:28 +08:00 |
|
Anton Popov
|
fcdbc8123d
|
better loading of outdated parts
|
2023-01-06 11:59:54 +00:00 |
|
Igor Nikonov
|
a67afdff6a
|
Fix: insert delay calculation
|
2023-01-05 22:43:41 +00:00 |
|
Anton Popov
|
ed00399eb6
|
Merge remote-tracking branch 'upstream/master' into HEAD
|
2023-01-05 14:12:02 +00:00 |
|
Igor Nikonov
|
2a105d1862
|
Fix stupid mistake - max() -> min()
|
2023-01-05 12:38:27 +00:00 |
|
Igor Nikonov
|
db46267a95
|
Fast fix: force upper bound for time to delay INSERT
|
2023-01-05 12:38:27 +00:00 |
|
Kruglov Pavel
|
9056925c7d
|
Merge pull request #44874 from Algunenano/time_fix
Do not throw DB::Exception when folders do not exist
|
2023-01-04 01:17:57 +01:00 |
|
Raúl Marín
|
0785bf6b29
|
Do not throw DB::Exception when folders do not exist
|
2023-01-03 17:05:54 +01:00 |
|
Nikolai Kochetov
|
6b1a697b12
|
Merge pull request #44850 from ClickHouse/respect-context-in-projection-optimization
Save context created from projection analysis.
|
2023-01-03 13:30:51 +01:00 |
|
Dmitry Novik
|
929300a721
|
Update MergeTreeData.cpp
|
2023-01-02 21:18:16 +01:00 |
|
Dmitry Novik
|
04fb410a40
|
Merge branch 'master' into parallel_parts_cleanup_with_zero_copy
|
2023-01-02 20:48:39 +01:00 |
|
Dmitry Novik
|
c646048af9
|
Merge pull request #44461 from ClickHouse/parts-removal-limit
Add part removal limit for one CleanupThread iteration
|
2023-01-02 20:04:19 +01:00 |
|
Nikolai Kochetov
|
09325ff17e
|
Store context created from projection analysis.
|
2023-01-02 17:00:48 +00:00 |
|
Alexey Milovidov
|
3a5cea8281
|
Fix race in system.parts and system.parts_columns
|
2022-12-31 15:07:26 +01:00 |
|
Dmitry Novik
|
bd480f18c1
|
Merge branch 'master' into parts-removal-limit
|
2022-12-29 16:27:54 +01:00 |
|
alesapin
|
02c3e708af
|
Merge pull request #44694 from Algunenano/old_part_improvement
Improve handling of old parts
|
2022-12-29 13:14:52 +01:00 |
|
Raúl Marín
|
32d1662503
|
Improve handling of old parts
|
2022-12-28 21:22:40 +01:00 |
|
alesapin
|
697617548c
|
Tiny improvement
|
2022-12-28 18:59:24 +01:00 |
|
Anton Popov
|
bc122d368a
|
Merge remote-tracking branch 'upstream/master' into HEAD
|
2022-12-28 17:45:04 +00:00 |
|
Dmitry Novik
|
6efd64a61c
|
Merge branch 'master' into parts-removal-limit
|
2022-12-28 17:34:48 +01:00 |
|
Anton Popov
|
2adf0e9db3
|
do not wait loading parts at shutdown
|
2022-12-28 16:07:14 +00:00 |
|
Alexey Milovidov
|
464a513f0e
|
Merge pull request #44615 from ClickHouse/projection-grouping-sets
Disable projections in presense of any grouping sets, including WITH ROLLUP, WITH CUBE and WITH TOTALS
|
2022-12-27 15:31:03 +03:00 |
|
Alexey Milovidov
|
593675a7c5
|
Disable projections in presense of any grouping sets, including WITH ROLLUP, WITH CUBE and WITH TOTALS
|
2022-12-26 22:31:41 +01:00 |
|
Alexey Milovidov
|
52b306d544
|
Improve variable name
|
2022-12-26 18:00:18 +01:00 |
|
Alexey Milovidov
|
71850f6913
|
Check for bad index_granularity
|
2022-12-25 16:06:34 +01:00 |
|
Alexander Tokmakov
|
a0668af762
|
Update MergeTreeData.cpp
|
2022-12-23 23:06:37 +03:00 |
|
Alexander Tokmakov
|
b2af49a4cf
|
Merge branch 'master' into parallel_parts_cleanup_with_zero_copy
|
2022-12-23 20:02:17 +01:00 |
|
Alexander Tokmakov
|
ca989e9212
|
less runtime format strings
|
2022-12-23 19:50:34 +01:00 |
|
Anton Popov
|
0722020cae
|
Merge remote-tracking branch 'upstream/master' into HEAD
|
2022-12-23 18:15:55 +00:00 |
|
alesapin
|
2fecf420cb
|
Merge pull request #44513 from ClickHouse/small_polishing
Minor code polishing
|
2022-12-23 13:47:26 +01:00 |
|