Commit Graph

91165 Commits

Author SHA1 Message Date
Sergey Skvortsov
aa38076b0d
fix(tests): Update reference stdout for 02236_explain_pipeline_join 2022-06-20 03:12:22 +03:00
Sergey Skvortsov
fa0c2738a8
fix: Remove debugging code 2022-06-20 00:36:53 +03:00
Sergey Skvortsov
2535ab5b8b
fix: Remove unused logging 2022-06-19 22:39:09 +03:00
Sergey Skvortsov
466a5d04c5
fix: Use LIMIT_EXCEEDED 2022-06-19 22:18:37 +03:00
Sergey Skvortsov
4120ba3ace
feat: Join delayed blocks in multiple threads 2022-06-19 22:17:24 +03:00
Sergey Skvortsov
6211691ce1
fix: Use random number as initial value for CRC32 2022-06-19 20:05:34 +03:00
Sergey Skvortsov
b43941eb79
feat(perf): Merge small blocks in bucket file reader 2022-06-19 19:13:04 +03:00
Sergey Skvortsov
3601f470a4
feat(perf): Take hash of hash in the sharder 2022-06-19 19:11:12 +03:00
Sergey Skvortsov
ca85baea48
feat: Use non-default initial value for CRC32, a lot of perf 2022-06-19 16:41:03 +03:00
Sergey Skvortsov
362f233ea2
refactor: Reuse common code for column materialization 2022-06-19 16:35:27 +03:00
Sergey Skvortsov
2bcc066b2f
fix: Materialize columns before scatter (see #37648) 2022-06-19 16:32:07 +03:00
Sergey Skvortsov
49379f1b82
fix(tests): Fix default join in 01721_join_implicit_cast_long 2022-06-19 00:46:51 +03:00
BigRedEye
2693eaf9e7
Merge branch 'master' into grace_hash_join 2022-06-18 22:31:23 +03:00
Sergey Skvortsov
e92687fe0f
fix(tests): Tune tests after updated defaults 2022-06-18 22:29:58 +03:00
Sergey Skvortsov
a104dc7356
style: Apply clang-format 2022-06-18 22:15:51 +03:00
Alexey Milovidov
ac0891a48d
Merge pull request #38166 from ClickHouse/grouping-docs
Update GROUP BY clause docs
2022-06-18 22:12:55 +03:00
Sergey Skvortsov
d835dc95e6
feat: Add option to disable grace hash join in auto join_algorithm 2022-06-18 21:41:23 +03:00
Sergey Skvortsov
6696ccccb6
fix: Check for MergeJoin before GraceHashJoin 2022-06-18 21:14:07 +03:00
Alexey Milovidov
8c8cd6a21d
Merge pull request #38192 from den-crane/patch-16
Doc. Examples for window functions
2022-06-18 15:59:44 +03:00
Alexey Milovidov
aebc090701
Update index.md 2022-06-18 15:56:37 +03:00
Antonio Andelic
dd75e9cba5
Merge pull request #38149 from vdimir/multiple_joins_original_names_34697
Add setting multiple_joins_try_to_keep_original_names
2022-06-18 14:47:31 +02:00
alesapin
0ae0cc54aa
Merge pull request #38106 from ClickHouse/tsan_less_flaky_tests
Some fixes for tests with tsan
2022-06-18 14:22:43 +02:00
alesapin
1d7cf28cab
Merge pull request #38190 from ClickHouse/fix_36123
Check row size to avoid out of bounds access in PostgreSQLSource
2022-06-18 14:18:35 +02:00
alesapin
6f148679ef
Merge pull request #38137 from ClickHouse/cherry-pick
Cherry pick
2022-06-18 14:17:26 +02:00
alesapin
a2ed02c920
Merge pull request #38187 from DanRoscigno/update-mergetree-replication-docs
add ClickHouse Keeper to replication doc
2022-06-18 14:10:19 +02:00
alesapin
5baf95c97c
Merge pull request #38194 from ClickHouse/revert-37015-zstd_window_log_max
Revert "Add a setting to use more memory for zstd decompression"
2022-06-18 14:08:32 +02:00
alesapin
16e8b85fbf
Revert "Add a setting to use more memory for zstd decompression" 2022-06-18 14:08:14 +02:00
Denny Crane
ac5886939b
Update index.md 2022-06-18 00:27:57 -03:00
Alexey Milovidov
3da495d15e
Merge pull request #37779 from ClickHouse/like_match_utf8
Clarify that match() & like() use UTF-8 for matching
2022-06-18 05:43:52 +03:00
Alexey Milovidov
344e407f2e
Merge pull request #36914 from azat/tests-randomize
Randomize settings related to in-order read/aggregation
2022-06-18 04:21:30 +03:00
Alexey Milovidov
e20259e9ca
Merge pull request #37015 from wuxiaobai24/zstd_window_log_max
Add a setting to use more memory for zstd decompression
2022-06-18 04:19:27 +03:00
Alexey Milovidov
c107a58c11
Update 02293_test_zstd_window_log_max.sh 2022-06-18 04:18:08 +03:00
Alexey Milovidov
d43492a512
Merge pull request #37795 from DevTeamBK/curl_upgrade
Upgrade curl to 7.83.1
2022-06-18 04:14:09 +03:00
Alexey Milovidov
9d6c6b5e13
Merge pull request #38139 from ClickHouse/Avogar-patch-5
Fix docs about encryption functions
2022-06-18 04:10:24 +03:00
Alexey Milovidov
1b9a47f825
Merge pull request #38157 from qoega/remove-trash
Remove processor description from span attributes - it is not working
2022-06-18 04:09:13 +03:00
Sergey Skvortsov
7463dc5664
style: Apply some fixes 2022-06-18 03:25:26 +03:00
Sergey Skvortsov
0aa114f632 fix: Remove unnecessary comment 2022-06-18 03:11:08 +03:00
Sergey Skvortsov
94318f2904 fix: Temporarily remove DelayedJoiningTransform 2022-06-18 02:43:56 +03:00
Sergey Skvortsov
d3e7cb093b fix: Cleanup 2022-06-18 02:43:37 +03:00
Sergey Skvortsov
520dd637df feat(tests): Make some join tests deterministic 2022-06-18 02:31:56 +03:00
Sergey Skvortsov
d9e305a833 feat: Enable grace hash join conditionally 2022-06-18 02:31:56 +03:00
Sergey Skvortsov
fb5d133269 fix: Tune default limits on the number of buckets 2022-06-18 02:31:56 +03:00
Sergey Skvortsov
60aabafdfa fix: Do not segfault on empty first_bucket & totals 2022-06-18 02:31:56 +03:00
Sergey Skvortsov
29b6be9a00 feat: Temporarily enable grace hash join for all supported queries 2022-06-18 02:31:56 +03:00
Sergey Skvortsov
ef2302910e feat: Add option to control grace hash join buffer size 2022-06-18 02:31:56 +03:00
Sergey Skvortsov
2b878072b7 fix: Use common enum for join table side 2022-06-18 02:31:56 +03:00
Sergey Skvortsov
ea75ae8653 fix: Materialize constants 2022-06-18 02:31:56 +03:00
Sergey Skvortsov
3379827eba style: Apply clang-format 2022-06-18 02:31:56 +03:00
Sergey Skvortsov
ee22101005 fix: Remove debug code 2022-06-18 02:31:56 +03:00
Sergey Skvortsov
f77f8201aa refactor: Move isPowerOf2 to Common/BitHelpers.h 2022-06-18 02:31:56 +03:00