Nikolai Kochetov
04193460aa
Try disable affinity.
2019-12-31 12:10:44 +03:00
Weiqing Xu
de122fc282
Fix it removes PID file by mistake In Daemon
...
I hereby agree to the terms of the CLA available at: https://yandex.ru/legal/cla/?lang=en
Changelog category (leave one):
In Daemon mode, when the user start a new clickhouse, if there is old
runing process and the pid is same with the value in PID file, it will
not start. However it also remove the PID file of the old runing process by
mistake.
In this fix, it will not remove the pid file of old runing process when
it start failed.
2019-12-31 16:52:25 +08:00
Amos Bird
05a420ab20
Add prewhere test
2019-12-31 16:09:37 +08:00
Guillaume Tassery
8909844387
Add groupBit* aggregation function to the type SimpleAggregationFunction
2019-12-31 08:17:39 +01:00
alexey-milovidov
676b0fb2d6
Merge pull request #8483 from ClickHouse/no-pie
...
Removed "pie" code generation that gcc occasionally brings by default
2019-12-31 09:46:55 +03:00
alexey-milovidov
3adf6853d5
Merge pull request #7769 from amosbird/betterprewhere
...
Optimize PREWHERE
2019-12-31 09:07:02 +03:00
Alexey Milovidov
92ddcf6a41
Removed obsolete unmaintained test
2019-12-31 07:42:26 +03:00
alexey-milovidov
17b413fd2e
Merge pull request #8458 from vitlibar/separate-variables-for-database-and-name
...
Separate variables for database and name in dictionaries.
2019-12-31 07:39:01 +03:00
alexey-milovidov
488b5c606a
Merge pull request #8481 from ClickHouse/kamalov-ruslan-master
...
Merging optimizations of if chains.
2019-12-31 07:35:45 +03:00
Alexey Milovidov
aa979eb438
Fixed build on AArch64
2019-12-31 06:14:57 +03:00
Alexey Milovidov
3339b8e0e5
Make "mark_cache_min_lifetime" setting obsolete
2019-12-31 05:47:10 +03:00
Alexey Milovidov
625e318b10
Update base64 and remove the obsolete check
2019-12-31 04:16:08 +03:00
Alexey Milovidov
33490e2517
Merge branch 'master' into base64-update
2019-12-31 04:13:33 +03:00
Alexey Milovidov
5a579d0a29
Corrections to prev. revision
2019-12-31 04:04:44 +03:00
Alexey Milovidov
6792739b5b
Removed pie
2019-12-31 03:28:01 +03:00
alexey-milovidov
700e727f65
Merge pull request #8477 from ClickHouse/formats-perf-tests-more-deterministic
...
Make formats-related perf test more deterministic
2019-12-31 03:14:34 +03:00
alexey-milovidov
fc41fc7b9d
Merge pull request #8479 from 4ertus2/joins
...
Fix crash in StorageJoin (add restriction)
2019-12-31 03:02:55 +03:00
alexey-milovidov
c169ae033b
Merge pull request #8480 from ClickHouse/fix-ubsan
...
Avoid failure of tests under UBSan for randomPrintableASCII function
2019-12-31 03:02:24 +03:00
Alexey Milovidov
6e74bea7ea
Added setting "optimize_if_chain_to_miltiif"
2019-12-31 03:00:41 +03:00
Alexey Milovidov
b17a93527c
Added performance test
2019-12-31 02:57:34 +03:00
Vitaly Baranov
037eb85972
Automatic removing of config repositories to simplify the code.
2019-12-31 06:30:27 +07:00
Vitaly Baranov
f3ff3f0732
Improve ext::scope_guard, now it's a moveable object which can be returned
...
from function.
2019-12-31 06:17:28 +07:00
Alexey Milovidov
6540eda331
Improvements, part 1
2019-12-31 01:24:19 +03:00
Alexey Milovidov
5b0966d585
Merge branch 'master' of https://github.com/kamalov-ruslan/ClickHouse into kamalov-ruslan-master
2019-12-31 00:31:20 +03:00
alexey-milovidov
6c10fc5578
Update StorageJoin.cpp
2019-12-31 00:30:25 +03:00
alexey-milovidov
a80d7618f1
Merge pull request #8478 from DarkWanderer/feature/docs/add-clickhouse-client
...
Adding ClickHouse.Client to list of 3rd party client libraries
2019-12-30 23:27:40 +03:00
alexey-milovidov
96c9567449
Update StorageJoin.cpp
2019-12-30 23:24:02 +03:00
Alexey Milovidov
445b494f88
Added test
2019-12-30 23:13:04 +03:00
Nikolai Kochetov
42f86fe4f5
Better exceptions handling in PipelineExecutor.
2019-12-30 23:09:37 +03:00
chertus
928057c71f
better fix
2019-12-30 23:08:03 +03:00
Alexey Milovidov
53fbe0bb43
Avoid UBSan report
2019-12-30 23:04:10 +03:00
Alexey Milovidov
cdcdee66d6
Fixed typo in comment
2019-12-30 23:03:22 +03:00
Nikolai Kochetov
96a732ac02
Better exceptions handling in PipelineExecutor.
2019-12-30 22:45:27 +03:00
chertus
6b80ba52be
fix crash in StorageJoin (add restriction)
2019-12-30 22:43:40 +03:00
Alexey Milovidov
86a3b6e774
Make formats-related perf test more deterministic
2019-12-30 22:16:12 +03:00
Nikolai Kochetov
1138162dc8
Better exceptions handling in PipelineExecutor.
2019-12-30 21:29:24 +03:00
Nikolai Kochetov
7ed3da8265
Increase timeout for 00909_kill_not_initialized_query.sh.
2019-12-30 20:31:47 +03:00
alexey-milovidov
e6ea59c84a
Merge pull request #8460 from mnach/master
...
refs #8443 fix logging
2019-12-30 20:29:01 +03:00
alexey-milovidov
b4a4aeb39e
Merge pull request #8465 from ClickHouse/round-down-performance
...
Improved performance of function `roundDown`
2019-12-30 20:14:03 +03:00
alexey-milovidov
5204f9e65c
Merge pull request #8454 from vitlibar/changelog-19.17
...
Add changelog for 19.17
2019-12-30 20:07:44 +03:00
Vitaly Baranov
dba031d0c4
Partial corrections.
2019-12-30 23:55:57 +07:00
alesapin
55c47106d4
Merge pull request #8456 from ClickHouse/refactor_alter_addition
...
Refactor alter addition
2019-12-30 17:50:34 +03:00
Nikolai Kochetov
1284d2eb4e
Try enable affinity
2019-12-30 15:26:14 +03:00
alexey-milovidov
458f596e18
Merge pull request #8455 from amosbird/perfformat
...
Perf test format io without disk
2019-12-30 02:45:52 +03:00
alexey-milovidov
fed3912a25
Merge pull request #8464 from ClickHouse/remove-pic
...
Remove -fPIC from some libraries
2019-12-30 02:35:13 +03:00
Alexey Milovidov
8741c99677
Added threshold for linear search
2019-12-30 01:40:05 +03:00
alexey-milovidov
2a103a2141
Merge pull request #8426 from ClickHouse/enable-internal-mysql-on-non-linux
...
Disable MySQL library on non-Linux system, because usage of OS packages is very fragile and usually doesn't work at all
2019-12-30 01:07:14 +03:00
Alexey Milovidov
22c4e5cfd7
Merge branch 'remove-pic' into round-down-performance
2019-12-30 01:01:05 +03:00
Alexey Milovidov
434746d7c6
Improved performance of function roundDown
2019-12-30 01:00:15 +03:00
Nikolai Kochetov
40b0784528
Inline in sort cursor.
2019-12-30 00:07:20 +03:00