Commit Graph

75612 Commits

Author SHA1 Message Date
Azat Khuzhin
874f7a5052 Add a test with optimized columns from PREWHERE 2021-10-26 22:56:44 +03:00
Nikita Mikhaylov
aae30a9e37
Fix fuzzer build (#30344) 2021-10-26 20:30:34 +03:00
Nikolai Kochetov
1f96da2f3c
Merge pull request #30707 from ClickHouse/revert-30673-improve-usability-remote-host-filter
Revert "Improve usability of `remote_url_allow_hosts`"
2021-10-26 20:15:52 +03:00
Nikolai Kochetov
403ff98baa
Revert "Improve usability of remote_url_allow_hosts" 2021-10-26 20:15:29 +03:00
Dmitry Novik
e971871a95
Merge pull request #30668 from azat/prewhere-always-true-where
Fix PREWHERE with WHERE in case of always true PREWHERE
2021-10-26 17:18:50 +03:00
Maksim Kita
b58f819789
Merge pull request #30667 from kitaisreal/compiled-expression-cache-limit-elements-size
CompiledExpressionCache limit elements size
2021-10-26 16:43:49 +03:00
Nikolai Kochetov
b549bddc11
Merge pull request #29735 from ClickHouse/fix-backward-compatibility-after-21196
Fix backward compatibility after #21196.
2021-10-26 16:31:40 +03:00
Nikolai Kochetov
36c3b1d5b1
Merge pull request #30639 from ClickHouse/fix-30545
Fix argument types for now and now64
2021-10-26 16:29:18 +03:00
alexey-milovidov
329437abca
Merge pull request #30674 from ClickHouse/fix-indecency
Fix indecency #30337
2021-10-26 14:24:18 +03:00
alesapin
69404b759a
Merge pull request #30681 from ClickHouse/trying_actions
Don't run build checks for documentation
2021-10-26 13:35:56 +03:00
alesapin
8eb6c5fba9 Conditional run 2021-10-26 13:34:12 +03:00
alesapin
99a3e9996a Better 2021-10-26 13:27:30 +03:00
alesapin
f8e3e8914c Don't run build checks for documentation 2021-10-26 13:24:17 +03:00
Maksim Kita
dbf4811029 Updated documentation 2021-10-26 13:00:42 +03:00
Maksim Kita
a4dfbba3c7
Merge pull request #30653 from kitaisreal/dictionaries-read-multiple-threads
HashedDictionaries added read performance tests
2021-10-26 12:56:29 +03:00
alesapin
2811a0ae7d
Merge pull request #30493 from ClickHouse/trying_actions
Trying builds on github actions
2021-10-26 12:52:26 +03:00
alesapin
86cb284c7e Get rid of matrix 2021-10-26 12:18:32 +03:00
Maksim Kita
12b6110495
Merge pull request #30578 from zpi1223/master
docs: chinese translation supplement for zh module
2021-10-26 11:27:58 +03:00
Maksim Kita
48996187ca
Merge pull request #30673 from ClickHouse/improve-usability-remote-host-filter
Improve usability of `remote_url_allow_hosts`
2021-10-26 11:23:33 +03:00
Alexey Milovidov
da3e13b730 Fix indecency #30337 2021-10-26 10:00:19 +03:00
Alexey Milovidov
97bcceca44 Improve usability of remote_url_allow_hosts 2021-10-26 09:49:12 +03:00
alexey-milovidov
5434f1d149
Merge pull request #30337 from ClickHouse/fix-memory-indication
Fix consumed memory indication in clickhouse-client
2021-10-26 09:48:03 +03:00
alexey-milovidov
e7751c59f6
Merge pull request #30456 from CurtizJ/async-inserts-values
Support VALUES format in async inserts
2021-10-26 09:47:27 +03:00
alexey-milovidov
e528bfdb1a
Merge pull request #30565 from ClickHouse/try-to-fix-30397
Try to fix #30397
2021-10-26 09:45:45 +03:00
Kseniia Sumarokova
0c6b92b3a9
Merge pull request #30660 from azat/local-custom-tld
Initialize custom TLDs in clickhouse-local
2021-10-26 09:44:35 +03:00
alexey-milovidov
d0bf4b4303
Merge pull request #30661 from azat/QueryProfilerRuns
Add QueryProfilerRuns profile event
2021-10-26 09:43:51 +03:00
木木夕120
42c16f5697
Adjusting invalid links 2021-10-26 10:24:38 +08:00
木木夕120
671ed9d430
Adjusting invalid links 2021-10-26 10:23:24 +08:00
木木夕120
6abe479dd8
replace symbolic link content. 2021-10-26 09:33:53 +08:00
木木夕120
aa43127601
delete symbolic links 2021-10-26 09:33:16 +08:00
木木夕120
5dc6c7a157
adjust title level 2021-10-26 09:32:06 +08:00
木木夕120
8ec04169b6
replace symbolic links 2021-10-26 09:14:17 +08:00
木木夕120
37d7eb0cb8
replace symbolic links 2021-10-26 09:13:26 +08:00
木木夕120
6e3921f77e
delete symbolic links 2021-10-26 09:12:13 +08:00
Azat Khuzhin
16cd70aee9 Fix PREWHERE with WHERE in case of always true PREWHERE 2021-10-26 00:02:41 +03:00
Maksim Kita
3810baf44c CompiledExpressionCache limit elements size 2021-10-26 00:00:57 +03:00
Azat Khuzhin
f41cf281e4 Add QueryProfilerRuns profile event
This will help to investigate query latency spikes.
2021-10-25 21:14:16 +03:00
Azat Khuzhin
096eaa1008 Initialize custom TLDs in clickhouse-local 2021-10-25 21:12:45 +03:00
Azat Khuzhin
7fe028245e Do not save preprocessed config for clickhouse-local
It seems that there is no purpose on doing this, and it just produce an
error due to permission errors (i.e. before this patch if you will pass
small config with some overrides then it will try to write to
/var/lib/clickhouse by default).
2021-10-25 21:12:45 +03:00
Maksim Kita
5231e8b8d9 HashedDictionaries added read performance tests 2021-10-25 20:12:29 +03:00
alesapin
82749eef31 Rm temp path if exists 2021-10-25 20:12:23 +03:00
mergify[bot]
9c2a91a51a
Merge branch 'master' into trying_actions 2021-10-25 17:06:56 +00:00
alesapin
ff56a81b46
Merge pull request #30652 from ClickHouse/revert-30506-crb-hardware-page
Revert "Fix style regressions on benchmark page"
2021-10-25 20:03:01 +03:00
alesapin
0e4925584b Revert "Fix style regressions on benchmark page (#30506)"
This reverts commit 5ddccabef0.
2021-10-25 20:02:35 +03:00
alesapin
e28a16b6c5 Fix failed builds 2021-10-25 18:52:03 +03:00
alesapin
f757ceade4 Fix build check 2021-10-25 18:14:49 +03:00
Cody Baker
5ddccabef0
Fix style regressions on benchmark page (#30506)
* Update styles on benchmark page

* Update h3 -> h2
2021-10-25 17:53:13 +03:00
alesapin
566fa354dc Fix multiline commands 2021-10-25 17:36:21 +03:00
Dmitry Novik
8e680b068a Add comment with fix explanation 2021-10-25 16:53:23 +03:00
Kseniia Sumarokova
377b937aa5
Merge pull request #30244 from evillique/fix_like_function
Fix `LIKE` function
2021-10-25 16:35:37 +03:00