Commit Graph

35523 Commits

Author SHA1 Message Date
Alexander Kuzmenkov
9a2fe8041c performance comparison 2020-02-06 15:57:26 +03:00
Alexander Kuzmenkov
d19addacae performance comparison 2020-02-06 15:47:17 +03:00
Vitaly Baranov
1e8f04b571 Add to class AllowedClientHost support for like pattern and for removing. 2020-02-06 15:25:32 +03:00
Alexander Kuzmenkov
d9073f27b7 Revert "Merge pull request #9025 from ClickHouse/revert-8303-cache-dictionary"
This reverts commit 24bdad3768, reversing
changes made to dad4f03a8f.
2020-02-06 15:18:19 +03:00
Alexander Kuzmenkov
7f9bab3fc5
Merge pull request #8985 from ClickHouse/aku/demangle-faster
Avoid extra copying when demangling names.
2020-02-06 14:57:56 +03:00
Alexander Kuzmenkov
115c89f057 less slow 2020-02-06 14:51:22 +03:00
Nicolae Vartolomei
949b498d37 Always wait for all background INSERTs to finish to catch stuck queries 2020-02-06 11:44:15 +00:00
Ivan
edb1e2bc27
Handle properly the copy-pasted query with \n at end (#9023) 2020-02-06 13:11:14 +03:00
alesapin
dd1fb72894 Disable colored console by default 2020-02-06 12:11:49 +03:00
Nicolae Vartolomei
0939a9460f Modify Materialized View query 2020-02-06 08:57:54 +00:00
Vasily Nemkov
9b64a963c4 Fixed buffer overflow on decoding small sequences with Gorilla and DoubleDelta
* When decoding 0 items with Gorilla
* When decoding 1 or 0 items with DoubleDelta
2020-02-06 16:37:21 +08:00
alesapin
29a26a87b4 Merge pull request #9022 from ClickHouse/mutations_parts_to_do_fix
Fix mutations finalization task
2020-02-06 11:26:13 +03:00
alesapin
790ef52aef
Merge pull request #9024 from CurtizJ/fix-range-reader
Fix prewhere optimization.
2020-02-06 11:25:59 +03:00
alesapin
be00382e7d
Merge pull request #9016 from 4ertus2/hotfix
Fix for T64 data incompatibility
2020-02-06 11:25:42 +03:00
Slach
2b06b9ba0a Merge branch 'master' of github.com:ClickHouse/ClickHouse 2020-02-06 11:23:21 +05:00
Alexander Tokmakov
180b5d409d fix poco secure sockets timeouts 2020-02-05 23:45:16 +03:00
Alexander Kuzmenkov
189a6e65c5
boop 2020-02-05 23:07:39 +03:00
Alexander Kuzmenkov
66b66b00db
Use new performance test files for comparison
We're going to change a lot of tests to make them less flappy, so we must have  some way to test them in PRs. A downside is that the new test might have some functions that are not supported by the old version, and the comparison will fail.
2020-02-05 23:06:23 +03:00
Nikita Mikhaylov
24bdad3768
Merge pull request #9025 from ClickHouse/revert-8303-cache-dictionary
Revert "Asynchronous updates in cache dictionaries "
2020-02-05 23:01:31 +03:00
Nikita Mikhaylov
c53053b103
Revert "Asynchronous updates in cache dictionaries " 2020-02-05 23:00:59 +03:00
CurtizJ
db47ef923c fix prewhere 2020-02-05 19:42:27 +03:00
achulkov2
0ae0e03d52 Address latest comments 2020-02-05 19:38:03 +03:00
alesapin
1923930379 Fix mutations finalization task 2020-02-05 19:30:02 +03:00
Alexander Kuzmenkov
431630cb3c
Update demangle.h 2020-02-05 18:57:42 +03:00
Alexander Kuzmenkov
dad4f03a8f
Merge pull request #8303 from nikitamikhaylov/cache-dictionary
Asynchronous updates in cache dictionaries
2020-02-05 18:36:38 +03:00
Nikita Mikhaylov
c4666141a8 got rid of timeouts + comments added 2020-02-05 18:25:48 +03:00
Alexander Kuzmenkov
3368af109e
Explicit values are more conspicuous. 2020-02-05 18:08:54 +03:00
Andrew Onyshchuk
bf23e3918a trigger build 2020-02-05 09:02:39 -06:00
Alexander Kuzmenkov
64576c6a7a Less flappy performance test queries 2020-02-05 17:49:19 +03:00
chertus
af84814e51 fix for T64 data incompatibility 2020-02-05 17:25:33 +03:00
Andrew Onyshchuk
c76e5a470a update contrib/libgsasl 2020-02-05 08:12:35 -06:00
Slach
23b787c0d6 actualize description of system.metrics.TCPConnection
add system.metrics.MySQLConnection

Signed-off-by: Slach <bloodjazman@gmail.com>
2020-02-05 19:06:46 +05:00
Nikita Mikhaylov
2d8b0dba03
add comment for UpdateUnit struct
Co-Authored-By: Alexander Kuzmenkov <36882414+akuzm@users.noreply.github.com>
2020-02-05 16:56:37 +03:00
Ivan Lezhankin
a5ccc72656 Merge remote-tracking branch 'upstream/master' into memory-profiler 2020-02-05 16:52:49 +03:00
Sergei Shtykov
efeb041cb6 CLICKHOUSEDOCS-481: Looker in Russian. 2020-02-05 15:45:42 +03:00
Nikita Mikhaylov
7af66db1b2 after review 2020-02-05 15:16:25 +03:00
Nikita Mikhaylov
01ef99b704 Merge branch 'master' of github.com:ClickHouse/ClickHouse into cache-dictionary 2020-02-05 15:07:06 +03:00
Aleksei Levushkin
2723057e80 added zlib-ng instead zlib 2020-02-05 14:48:59 +03:00
Alexander Kuzmenkov
64bcb78812 use proper length 2020-02-05 13:24:24 +03:00
Artem Zuikov
8c23840cc8
ExpressionActions refactoring: extract ArrayJoinAction class (#8998)
refactoring: extract ArrayJoinAction class
2020-02-05 13:12:19 +03:00
Mikhail Filimonov
babd3ca34e Fixing test build, more review fixes 2020-02-05 08:05:55 +01:00
Andrew Onyshchuk
e6a536618e Allow bundled libgsasl on Mac 2020-02-04 19:38:00 -06:00
Mikhail Filimonov
cf35392433 Test for producer with _timestamp and _key 2020-02-04 23:12:26 +01:00
Andrew Onyshchuk
9de5dffb5c Upgrade librdkafka to v1.3.0
Allow bundled librdkafka on Mac
2020-02-04 16:12:24 -06:00
Mikhail Filimonov
8c736e6c9f After review fixes 2020-02-04 22:19:34 +01:00
Nikita Mikhaylov
8129cd2445 another dictionary for another test 2020-02-04 21:50:06 +03:00
Nikita Mikhaylov
efba7fe1d5 better 2020-02-04 20:28:32 +03:00
Nikita Mikhaylov
467b8c63cf test added 2020-02-04 19:50:50 +03:00
proller
ac2c85f04e Merge remote-tracking branch 'upstream/master' into fix27 2020-02-04 18:20:04 +03:00
Alexander Kuzmenkov
7b898ec871 style 2020-02-04 16:31:15 +03:00