Alexey Milovidov
7adc87a37d
Merge pull request #38413 from nickitat/cache_values_inside_hash_table_grower
...
Precalculate values inside `HashTableGrower`
2022-07-02 23:30:24 +03:00
Maksim Kita
3a1d8f4518
Merge pull request #38565 from ClickHouse/merging-column-vector-replicate-optimize
...
Merging #37235
2022-06-30 18:29:51 +02:00
Maksim Kita
d31ca4c4b6
Fixed tests
2022-06-30 14:49:11 +02:00
Anton Popov
7c721578c7
Merge pull request #38320 from CurtizJ/dynamic-columns-16
...
Improve performace of insertion to columns of type JSON
2022-06-30 14:18:20 +02:00
Maksim Kita
65110fdffc
ColumnVector refactor replicate SSE42 optimization
2022-06-29 17:50:25 +02:00
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
Nikita Taranov
986ead7358
use old HashTableGrower with *WithStackMemory data structures
2022-06-27 20:34:18 +02:00
Anton Popov
0b2ec42906
fix build
2022-06-23 11:26:06 +00:00
Anton Popov
52db1b35a1
improve performace of insertion to columns of type JSON
2022-06-22 17:45:51 +00:00
avogar
23f48a9fb9
Fix bug with nested short-circuit functions
2022-06-17 11:44:49 +00:00
Danila Kutenin
607dd8d6ca
Restart the pipeline, I guess
2022-06-15 18:16:56 +00:00
Daniel Kutenin
a769dea8ef
Merge branch 'ClickHouse:master' into master
2022-06-15 19:12:10 +01:00
Danila Kutenin
08e3f77a9c
Optimize most important parts with NEON SIMD
...
First part, updated most UTF8, hashing, memory and codecs. Except
utf8lower and upper, maybe a little later.
That includes huge amount of research with movemask dealing. Exact
details and blog post TBD.
2022-06-15 13:19:29 +00:00
Maksim Kita
864fd627e1
Merge pull request #35762 from kitaisreal/merge-tree-multiple-order-by-columns-improve-insert-performance
...
MergeTree multiple ORDER BY columns improve insert performance
2022-06-15 11:01:36 +02:00
Alexey Milovidov
ab9fc572d5
Merge pull request #37667 from ClickHouse/group-by-enum-fix
...
Support types with non-standard defaults in ROLLUP, CUBE, GROUPING SETS
2022-06-15 05:14:33 +03: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
Anton Popov
bcd60b8293
fix build
2022-06-06 18:14:59 +00:00
Anton Popov
db6bc122ff
Merge remote-tracking branch 'upstream/master' into HEAD
2022-06-06 18:13:16 +00:00
Anton Popov
d6bf9f8c6b
fix insertRangeFrom for ColumnObject
2022-06-02 22:56:41 +00:00
zhao zhou
bef9971890
change comment
2022-05-31 21:13:02 +08:00
Dmitry Novik
0e63583b8f
Support types with non-standard defaults in ROLLUP, CUBE, GROUPING SETS
2022-05-31 00:11:10 +00:00
Alexey Milovidov
9e3242f186
Merge pull request #37617 from CurtizJ/aggregation-sparse-columns
...
Better performance with sparse columns in aggregate functions
2022-05-29 09:36:07 +03:00
Anton Popov
b2cff26ecf
better performace with sparse columns in aggregate functions
2022-05-28 02:22:20 +00: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
Maksim Kita
96833b8696
ColumnImpl compareImpl added assert for compare result
2022-05-24 20:41:48 +02:00
Maksim Kita
bdc537ead3
Column compareImpl devirtualize compare call
2022-05-24 14:28:33 +02: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
Anton Popov
03c51118d5
better implementation of ColumnObject
2022-05-18 14:15:55 +00: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
Anton Popov
7477cf28a9
fix some cases of insertion nested arrays to columns of type Object
2022-05-17 22:59:16 +00:00