Maksim Kita
ea0996674f
Merge pull request #37235 from zzachimed/column_replicate_optimize_v2
...
Improve performance for column replicate for uint32 type. In our benc…
2022-06-29 13:45:22 +02:00
Igor Nikonov
b1137c9cba
Fix: build error
...
+ clang tidy warning fixed
2022-06-15 15:21:05 +00:00
mergify[bot]
3f97745612
Merge branch 'master' into merge-tree-multiple-order-by-columns-improve-insert-performance
2022-06-14 10:49:48 +00:00
zhao zhou
bef9971890
change comment
2022-05-31 21:13:02 +08:00
zhao zhou
781701b223
change comment
2022-05-26 22:23:22 +08:00
zhao zhou
2ff2c55479
change some comment
2022-05-26 21:11:56 +08:00
zhao zhou
5162e87dd2
remove parentheses
2022-05-24 10:22:29 +08:00
zhao zhou
a3d6cb2e58
fix style issue
2022-05-23 01:36:59 +08:00
zhao zhou
a6347dcea6
fix deference null optional value issue. Dereference NUll optioanl value in debug mode will trigger about signal.
2022-05-23 01:11:01 +08:00
zhao zhou
eff6adbaa4
fix offset type issue
2022-05-22 15:50:47 +08:00
zhao zhou
a1a0d5b075
fix compile error
2022-05-22 14:22:54 +08:00
Alexey Milovidov
d36ec5e34d
There are so many disgusting names.
2022-05-21 23:39:34 +03:00
Alexey Milovidov
fa032a76b6
Make variable names less disgusting.
2022-05-21 23:38:51 +03:00
Alexey Milovidov
50c02af959
Make the code slightly more humane.
2022-05-21 23:35:04 +03:00
zhao zhou
ae739ca9ba
change comment
2022-05-21 20:12:43 +08:00
zhao zhou
a876435f47
change comment
2022-05-21 13:51:34 +08:00
zhao zhou
dc58f82788
change comment
2022-05-21 03:19:02 +08:00
zhao zhou
b5ddbf10d8
change comment
2022-05-20 22:41:47 +08:00
zhao zhou
59ecd3fa82
change comment
2022-05-20 18:20:36 +08:00
zhao zhou
114125dde2
change comment
2022-05-20 07:32:26 +08:00
zhao zhou
ce9305939b
change comment
2022-05-20 06:42:22 +08:00
zhao zhou
69d50bf232
change some comment
2022-05-20 06:33:47 +08:00
zhao zhou
ad1f0c025e
change some comment
2022-05-20 05:52:21 +08:00
zhao zhou
58518047fe
iterator not always pointer type. so use the auto* substitue auto that clang tidy suggest is not alwyas ok.
2022-05-19 19:13:12 +08:00
zhao zhou
44f2e3a06d
change comment
2022-05-19 02:49:26 +08:00
zhao zhou
c1bcf932ec
Merge branch 'column_replicate_optimize_v2' of https://github.com/zzachimed/ClickHouse into column_replicate_optimize_v2
2022-05-18 21:12:57 +08:00
zhao zhou
dbea0c122e
change macro from sse4.2 to sse2
2022-05-18 21:10:01 +08:00
zhao zhou
4b2a24b5ec
change comment format
2022-05-16 23:31:54 +08:00
zhao zhou
fa2afb292c
Improve performance for column replicate for uint32 type. In our benchmark unit test there has about 2x performance boost
...
Co-authored-by: vesslanjin <jun.i.jin@intel.com>
2022-05-16 22:48:37 +08:00
mergify[bot]
e7cfc6fd49
Merge branch 'master' into column_replicate_optimize_v2
2022-05-16 08:09:48 +00:00
Maksim Kita
437d70d4da
Fixed tests
2022-05-11 21:59:51 +02:00
Maksim Kita
8721e434e6
Fixed tests
2022-05-11 21:59:51 +02:00
Maksim Kita
8ceb63ee6c
Added JIT compilation of SortDescription
2022-05-11 21:59:51 +02:00
Robert Schulze
b24ca8de52
Fix various clang-tidy warnings
...
When I tried to add cool new clang-tidy 14 warnings, I noticed that the
current clang-tidy settings already produce a ton of warnings. This
commit addresses many of these. Almost all of them were non-critical,
i.e. C vs. C++ style casts.
2022-04-20 10:29:05 +02:00
Maksim Kita
61212635d8
MergeTree multiple ORDER BY columns improve insert performance
2022-03-30 16:03:36 +02:00
Anton Popov
36ec379aeb
Merge remote-tracking branch 'upstream/master' into HEAD
2022-03-14 16:28:35 +00:00
Maksim Kita
b67f756a43
Fixed performance tests
2022-03-12 18:04:08 +00:00
Maksim Kita
f1d2f2a9e1
Updated tests
2022-03-11 21:16:25 +00:00
Maksim Kita
e5b85953e8
Added unit tests
2022-03-10 21:45:31 +00:00
Maksim Kita
6b916c7bb5
Fixed tests
2022-03-10 21:45:31 +00:00
Maksim Kita
cbe059f4bd
Updated IColumn interface to support getting stable permutation
2022-03-10 21:45:31 +00:00
Anton Popov
04a3a10148
minor fixes
2022-03-01 20:20:53 +03:00
Maksim Kita
5ef83deaa6
Update sort to pdqsort
2022-01-30 19:49:48 +00:00
mergify[bot]
4580af9f79
Merge branch 'master' into fix_segfault_object_used_after_move
2021-12-19 04:33:03 +00:00
N. Kolotov
b059154a81
Fixed segfault when smart pointer is dereferenced after move.
2021-12-18 23:13:42 +03:00
Anton Popov
54f51444c0
Merge remote-tracking branch 'upstream/master' into HEAD
2021-12-01 15:49:02 +03:00
Alexey Milovidov
e898c6608c
Fix broken non-x86 builds
2021-11-20 15:58:44 +03:00
Anton Popov
d50137013c
Merge remote-tracking branch 'upstream/master' into HEAD
2021-11-01 16:55:53 +03:00
jasperzhu
0217ed09ac
revise compile flag
2021-10-27 05:19:15 +05:30
jasperzhu
5ab55f7eaa
fixed function defect
2021-10-27 04:21:46 +05:30