Commit Graph

90864 Commits

Author SHA1 Message Date
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
Alexey Milovidov
72c99a1a70
Merge pull request #37517 from techkuz/patch-1
Update delete-old-data.md
2022-06-15 05:28:29 +03: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
Alexey Milovidov
04e25bc044
Merge pull request #38058 from kitaisreal/unary-logical-functions-improve-performance-dynamic-dispatch
UnaryLogicalFunctions improve performance using dynamic dispatch
2022-06-15 04:18:20 +03:00
Alexey Milovidov
0b8fc627d8
Merge pull request #38060 from Dletta/master
Small typo fix
2022-06-15 04:15:30 +03:00
Alexey Milovidov
b2f0c16f42
Merge pull request #38064 from ClickHouse/remove-minus-zero-from-client-metrics
Remove -0. from CPU usage in the client
2022-06-15 04:14:35 +03:00
Alexey Milovidov
0957c885e2 Remove -0. from CPU usage in the client 2022-06-14 23:36:16 +02:00
Alexey Milovidov
5e9e5a4eaf
Merge pull request #37525 from Avogar/avro-structs
Support Maps and Records, allow to insert null as default in Avro format
2022-06-15 00:04:29 +03:00
Mikhail f. Shiryaev
c49a96dd19
Merge pull request #38057 from ClickHouse/build-report
Use workflow URL as "link" ref
2022-06-14 22:41:12 +02:00
alesapin
af1cd745e1
Merge pull request #37975 from kssenii/clean-up-broken-detached
Clean up broken detached parts after timeout
2022-06-14 20:53:31 +02:00
Nikolay Degterinsky
99e123d646
Merge pull request #37883 from ClickHouse/filimonov-changelog-link
fix deadlink with the proper one
2022-06-14 19:31:37 +02:00
Jachen Duschletta
140f3633d8
Small typo fix 2022-06-14 12:26:44 -05:00
Dan Roscigno
ba839eaa19
Update CHANGELOG.md 2022-06-14 12:29:06 -04:00
Dan Roscigno
e85e450200
Merge pull request #37621 from Vxider/wv-doc
Update Window View document, add alter, inner engine, and populate
2022-06-14 12:28:18 -04:00
Maksim Kita
dc2e117cce UnaryLogicalFunctions improve performance using dynamic dispatch 2022-06-14 17:30:11 +02:00
Mikhail f. Shiryaev
e701adbd28
Use workflow URL as "link" ref 2022-06-14 16:22:41 +02:00
Nikolay Degterinsky
f03119e36b
Merge pull request #37888 from DanRoscigno/update-whats-new-docs
Update whats new docs with link to 2022 roadmap
2022-06-14 13:25:34 +02:00
Alexey Milovidov
3340d26fc3
Merge pull request #38045 from ClickHouse/blinkov-patch-23
Remove link to past event
2022-06-14 14:24:28 +03:00
Vladimir C
7f6d328760
Merge pull request #38037 from den-crane/patch-15
Update CHANGELOG.md (fix setting name)
2022-06-14 12:24:55 +02:00
Maksim Kita
f0a687f092
Merge pull request #37953 from kitaisreal/hierarchical-dictionaries-performance-test-fix
Hierarchical dictionaries performance test fix
2022-06-14 12:13:46 +02:00
Maksim Kita
da8b1b1eba
Merge pull request #38025 from kitaisreal/use-base-sort-instead-of-standard
Use pdqsort instead of standard sort
2022-06-14 12:13:35 +02:00
alesapin
8d45d1e71b
Fix setting name in test 2022-06-14 11:52:44 +02:00
Ivan Blinkov
7f8f2627b6
Update README.md 2022-06-14 12:44:37 +03:00
alesapin
3b832a25f6
Merge pull request #37995 from ClickHouse/fix_queue
Add backoff to merges in replicated queue if `always_fetch_merged_part` is enabled
2022-06-14 11:38:44 +02:00
Mikhail f. Shiryaev
dfa5d0f83e
Merge pull request #38020 from pnovitskiy/master
Add release commit hash to image labels
2022-06-14 11:32:22 +02:00
alesapin
0b7da674b3
Merge pull request #38021 from ClickHouse/fix-object-storage-version
Use correct version in `DiskObjectStorageMetadata`
2022-06-14 11:27:47 +02:00
Alexander Tokmakov
8f33ee3f32
Merge pull request #38043 from ClickHouse/revert-37810-trace-d3-gantt
Revert "add d3js based trace visualizer as gantt chart"
2022-06-14 11:28:18 +03:00
Alexander Tokmakov
afc3f1858b
Revert "add d3js based trace visualizer as gantt chart" 2022-06-14 11:27:49 +03:00
Antonio Andelic
dded528d13
Merge pull request #36424 from PolyProgrammist/r1unfreeze
SYSTEM UNFREEZE query that deletes the whole backup
2022-06-14 08:44:45 +02:00
Antonio Andelic
71e4bd0689
Merge pull request #37565 from ClickHouse/keeper-broken-to-detached
Move clickhouse-keeper broken logs to specific folder
2022-06-14 08:23:17 +02:00
Sergei Trifonov
94b33498ae
Merge pull request #37810 from ClickHouse/trace-d3-gantt 2022-06-14 07:41:48 +02:00
Yakov Olkhovskiy
e13dc23d34
Merge pull request #38011 from ClickHouse/follow-up-compressor
Follow up on self-extracting-executable
2022-06-14 01:07:00 -04:00
Denny Crane
41ad84b67e
Update CHANGELOG.md 2022-06-13 23:20:24 -03:00
Yakov Olkhovskiy
539100fc4a some refactoring, cleaning, types fixed in fprintf 2022-06-13 20:25:19 -04:00
kssenii
0d2dae0046 Add const, rename settings 2022-06-14 00:47:03 +02:00
kssenii
74cffaf186 Merge master 2022-06-14 00:45:19 +02:00
kssenii
66ec0e41fa Fix test 2022-06-14 00:17:00 +02:00
Vitaly Baranov
241b51c7d4
Add implicit grants with grant option too. (#38017) 2022-06-14 00:09:51 +02:00
alesapin
a694ba5fc3
Merge pull request #38033 from ClickHouse/disk_transaction
More consts for disks
2022-06-14 00:01:22 +02:00
kssenii
11c624914a Fix black 2022-06-13 21:46:57 +02:00
kssenii
34e63b20fb Review fixes 2022-06-13 21:27:54 +02:00
alesapin
267dd28e11 More consts for disks 2022-06-13 21:07:10 +02:00
Pavel Novitskiy
f4d757cd6d remove unused args 2022-06-13 17:56:35 +02:00
Yakov Olkhovskiy
ce395dc68d resolving conflicts 2022-06-13 11:41:32 -04:00
Mikhail f. Shiryaev
539e423744
Use git.sha to avoid 0000000 2022-06-13 17:41:05 +02:00
Antonio Andelic
b9cf6fe367 Merge branch 'master' into pp-system-unfreeze 2022-06-13 14:46:30 +00:00
Antonio Andelic
879e162f92 Fix revision write for Freeze 2022-06-13 14:32:40 +00:00
Maksim Kita
88dfcaa892
Merge pull request #38023 from kitaisreal/examples-coroutines-build-fix
Examples coroutines build fix
2022-06-13 16:09:46 +02:00
Maksim Kita
98a89b50ff Use pdqsort instead of standard sort 2022-06-13 15:31:08 +02:00
Maksim Kita
b63089ab7a Examples coroutines build fix 2022-06-13 15:21:37 +02:00