Commit Graph

159548 Commits

Author SHA1 Message Date
Azat Khuzhin
378b6c80a6 Automatic ORDER BY to disk (max_bytes_ratio_before_external_sort)
Signed-off-by: Azat Khuzhin <a.khuzhin@semrush.com>
2024-11-28 16:01:53 +01:00
Azat Khuzhin
a856c30c7c Automatic GROUP BY to disk (max_bytes_ratio_before_external_group_by)
Simpler then max_bytes_before_external_group_by, that allows you not to
think about memory consumption of the query, and can be set globally to
i.e. 0.5 so that the external aggregation will be enabled once the
memory usage reaches the 50%.

Signed-off-by: Azat Khuzhin <a.khuzhin@semrush.com>
2024-11-28 16:01:53 +01:00
Azat Khuzhin
c29907c009 Introduce getCurrentQueryMemoryUsage() helper for Aggregator
Signed-off-by: Azat Khuzhin <a.khuzhin@semrush.com>
2024-11-28 16:01:53 +01:00
Azat Khuzhin
1b27a17959 Add annotation for calling constructor of Aggregator::Params
Signed-off-by: Azat Khuzhin <a.khuzhin@semrush.com>
2024-11-28 16:01:53 +01:00
Anton Popov
5b03379aba
Merge pull request #72479 from CurtizJ/randomize-primary-key-settings
Randomize settings for primary key cache
2024-11-28 14:30:03 +00:00
Alexey Milovidov
4bbadf64c6
Merge pull request #72109 from ClickHouse/pr-skip-index-analysis-on-workers
PR: do index analysis only on coordinator
2024-11-28 12:49:28 +00:00
Alexey Milovidov
c8942bb213
Merge pull request #72558 from azat/ci/faster-shutdown
Fix possible CI failures due to slow logs proxy tables shutdown
2024-11-28 12:48:14 +00:00
Alexey Milovidov
17165c47c9
Merge pull request #72575 from nauu/update_trusted_contributors
Update trusted contributors
2024-11-28 12:32:40 +00:00
Vladimir Cherkasov
3dfa9648a7
Merge pull request #72574 from tbragin/patch-23
Update README.md - Update Meetups
2024-11-28 12:04:44 +00:00
Azat Khuzhin
d530468c59 Fix possible CI failures due to slow logs proxy tables shutdown
This tables sends data to cloud from system.*_log tables, and
flush_on_detach will not help if the send is already in progress.

Let's disable distributed sends as a workaround for now, until the issue
will be fixed in a normal way.

CI: https://s3.amazonaws.com/clickhouse-test-reports/71406/9534a35696d8a82182d59ed24e4a604d7d11adcd/stress_test__asan_.html
Signed-off-by: Azat Khuzhin <a.khuzhin@semrush.com>
2024-11-28 09:59:27 +01:00
Igor Nikonov
97bd43894d Merge remote-tracking branch 'origin/master' into pr-skip-index-analysis-on-workers 2024-11-28 08:12:31 +00:00
nauu
a07111d30f update trusted contributors 2024-11-28 12:34:39 +08:00
Tanya Bragin
e909d28a15
Update README.md - Update Meetups
Move Ghent & Paris to past meetups
2024-11-27 19:36:06 -08:00
Shichao Jin
e63a799b35
Merge pull request #72573 from den-crane/patch-79
Doc. Fix typo
2024-11-28 02:29:41 +00:00
Anton Popov
99d7336725 fix test 2024-11-28 01:48:04 +00:00
Anton Popov
3bd04dca27 Merge remote-tracking branch 'upstream/master' into HEAD 2024-11-28 01:46:37 +00:00
Denny Crane
c169dc9cde
Update index.md 2024-11-27 21:01:04 -04:00
Anton Popov
277cb4d042 fix tests 2024-11-27 20:36:34 +00:00
Vitaly Baranov
e7e30d67fb
Merge pull request #72552 from vitlibar/increase-timeout-in-test_short_disconnection_doesnt_stop_restore
Increase timeout in test_short_disconnection_doesnt_stop_restore
2024-11-27 20:17:22 +00:00
robot-clickhouse
dbf217f32a Automatic style fix 2024-11-27 19:57:56 +00:00
Igor Nikonov
10d721991e Remove local_plan duplication 2024-11-27 19:46:41 +00:00
Igor Nikonov
ff2f791e57 Merge remote-tracking branch 'origin/master' into pr-skip-index-analysis-on-workers 2024-11-27 19:24:42 +00:00
Anton Popov
6c381ef59a
Merge pull request #72407 from CurtizJ/better-merge-tree-index
Do not load index in `mergeTreeIndex` table function if not needed
2024-11-27 19:01:11 +00:00
Mikhail f. Shiryaev
ed1f326d56
Merge pull request #72546 from ClickHouse/test-local-module
Improve praktika imports
2024-11-27 17:45:07 +00:00
Sema Checherinda
f2474292b3
Merge pull request #72545 from ClickHouse/chesema-fix-async-insert
fix async insert in TCP
2024-11-27 17:04:17 +00:00
Vitaly Baranov
6657d04553 Increase timeout in test_short_disconnection_doesnt_stop_restore. 2024-11-27 17:42:28 +01:00
Nikita Taranov
d59fe5fd7f
Merge pull request #70788 from ClickHouse/parallel_hash_by_def
Use `parallel_hash` join algorithm by default
2024-11-27 16:18:02 +00:00
Igor Nikonov
1ad472b496
Merge pull request #72393 from ClickHouse/fix-pr-any-inner-join
Fix ANY JOIN with parallel replicas
2024-11-27 16:05:20 +00:00
Dmitry Novik
a38700e5d1
Merge pull request #72338 from Zaynulla/patch-1
window-functions doc typos fix
2024-11-27 15:57:48 +00:00
Nikolay Degterinsky
c27fe21339
Merge pull request #71286 from arthurpassos/demand_changes_on_alter_user
Demand changes on alter user
2024-11-27 14:01:56 +00:00
Max Kainov
0eeb6c38dc
Merge pull request #72531 from ClickHouse/ci_remove_hdfs_tests
CI: Remove functional tests with hdfs
2024-11-27 13:57:03 +00:00
Mikhail f. Shiryaev
0e3c8044bc
Add a note to fix GHAuth 2024-11-27 13:53:31 +01:00
Mikhail f. Shiryaev
8bd3b5744f
Improve import to get rid of PYTHONPATH 2024-11-27 13:50:58 +01:00
alesapin
6cc7746970
Merge pull request #72497 from ClickHouse/allow_pulling_executor_for_matview
Allow to use pulling executor in materialized views
2024-11-27 12:49:40 +00:00
Sema Checherinda
57188113de fix async insert in tcp 2024-11-27 13:41:36 +01:00
Vladimir Cherkasov
b4e5178dd0
Merge pull request #72387 from ClickHouse/vdimir/with_fill_dup_sort_bug
Fix WITH FILL: Invalid number of rows in Chunk
2024-11-27 12:30:13 +00:00
Alexey Milovidov
ec914b108e
Merge pull request #71919 from ClickHouse/chesema-fix-test-03006
fix index_granularity_bytes to make test stable
2024-11-27 13:10:27 +01:00
Max Kainov
b61921f237 remove test cases 2024-11-27 12:04:06 +01:00
Alexey Milovidov
4a3ceac1c5
Merge pull request #72518 from vitlibar/fix-data-race-in-counters-set-parent
Fix data race in ProfileEvents::Counters::setParent().
2024-11-27 10:47:00 +00:00
alesapin
045baa3c39 Add to settings changes 2024-11-27 11:10:46 +01:00
Nikita Fomichev
682eb4c92f
Merge pull request #72519 from ClickHouse/24.10_disable_shared_set_join
SettingsChangesHistory: disable allow_experimental_shared_set_join
2024-11-27 10:01:09 +00:00
Max Kainov
bae2c068e9 fix sed in test 2024-11-27 10:23:28 +01:00
Max Kainov
09aa96370e CI: Remove functional tests with hdfs 2024-11-27 10:16:45 +01:00
Robert Schulze
9c893d4712
Merge pull request #72520 from ClickHouse/docs-cloud-atomic-default-engine
[Docs] Specify that Replicated is default engine for cloud
2024-11-27 08:53:36 +00:00
Zaynulla
0a6965537a
window func doc teamMax output header fixed 2024-11-27 10:32:01 +03:00
Justin de Guzman
b6725d33d1
[Docs] Specify that Replicated is default engine for cloud 2024-11-26 16:57:49 -08:00
Vitaly Baranov
ac6c28b15f Fix compilation. 2024-11-27 01:46:06 +01:00
Anton Popov
71b651d4a8
Merge pull request #72394 from CurtizJ/fix-functions-to-subcolumns
Fix mismatched types after applying `optimize_functions_to_subcolumns`
2024-11-27 00:21:26 +00:00
Nikita Fomichev
1166e93447 SettingsChangesHistory: disable allow_experimental_shared_set_join 2024-11-27 00:56:03 +01:00
Vitaly Baranov
d78c3d4cba Fix data race in ProfileEvents::Counters::setParent(). 2024-11-27 00:39:15 +01:00