Nikolai Kochetov
|
54b04eb8a9
|
updated perftest.
|
2019-12-19 22:31:06 +03:00 |
|
Nikolai Kochetov
|
8a1ec4c379
|
Chenge number of threads for insert select.
|
2019-12-19 22:20:13 +03:00 |
|
Nikolai Kochetov
|
725ac1255b
|
Fix possible segfault on exception.
|
2019-12-19 19:27:35 +03:00 |
|
Nikolai Kochetov
|
9a4b5992e9
|
Fix insert select.
|
2019-12-19 19:09:05 +03:00 |
|
Nikolai Kochetov
|
7a78bdc974
|
Set 0 as default for max_insert_threads.
|
2019-12-19 18:54:32 +03:00 |
|
Nikolai Kochetov
|
720c1987ed
|
Disable parallel inserting if max_insert_threads is zero,]
|
2019-12-19 18:37:11 +03:00 |
|
Nikolai Kochetov
|
7e398f4731
|
Change implementation of copyData for multiple streams.
|
2019-12-19 17:44:58 +03:00 |
|
Vxider
|
c61e2aef3f
|
set at least 1 even if settings.max_insert_threads is zero
|
2019-12-19 11:28:00 +08:00 |
|
Vxider
|
3725b6cca3
|
remove unnessary thread
|
2019-12-19 11:26:23 +08:00 |
|
Vxider
|
0490510b0b
|
resolve conflicts
|
2019-12-17 16:18:17 +08:00 |
|
Vxider
|
f31d61e450
|
add performance test
|
2019-12-17 12:22:58 +08:00 |
|
Vxider
|
ec784150b3
|
fix code style
|
2019-12-17 12:22:58 +08:00 |
|
Vxider
|
49065a6348
|
use threadPool and code style update
|
2019-12-17 12:22:58 +08:00 |
|
Vxider
|
f564d524e5
|
parallel insert support for ReplicatedMergeTree
|
2019-12-17 12:22:58 +08:00 |
|
Vxider
|
2a94832ef6
|
parallel INSERT in INSERT SELECT query
|
2019-12-17 12:22:58 +08:00 |
|
alexey-milovidov
|
f914e01d88
|
Merge pull request #8239 from drstrangelooker/drstrangelooker/looker-support
Add Looker support to docs
|
2019-12-17 03:19:47 +03:00 |
|
alexey-milovidov
|
fcca420e91
|
Merge pull request #8231 from ClickHouse/enabling_values_optimization_by_default
Enable Values optimization by default
|
2019-12-16 22:13:50 +03:00 |
|
Alexey Milovidov
|
4cf540b621
|
Applied a patch from Nicolae Vartolomei
|
2019-12-16 22:03:03 +03:00 |
|
Alexey Milovidov
|
0bc1c6d91d
|
Changes after review of #8034
|
2019-12-16 21:51:42 +03:00 |
|
Alexey Milovidov
|
0042c8271e
|
Changes after review of #8034
|
2019-12-16 21:41:51 +03:00 |
|
Alexey Milovidov
|
63884d1b1a
|
Merge branch 'master' of github.com:yandex/ClickHouse
|
2019-12-16 21:38:03 +03:00 |
|
alexey-milovidov
|
12b3dcdcb8
|
Merge pull request #8034 from hombit/h3support
h3 functions required for circle search
|
2019-12-16 21:35:19 +03:00 |
|
alexey-milovidov
|
ed942ce29c
|
Update h3kRing.cpp
|
2019-12-16 21:34:51 +03:00 |
|
Alexey Milovidov
|
0e618ecbde
|
Strip CFI from OpenSSL ASM code
|
2019-12-16 20:56:37 +03:00 |
|
Konstantin Malanchev
|
f0b6a540ec
|
Fix style of registerFunctionsGeo.cpp
|
2019-12-16 20:46:39 +03:00 |
|
Konstantin Malanchev
|
44cb6f8950
|
Russian docs for h3EdgeAngle
|
2019-12-16 20:46:39 +03:00 |
|
Konstantin Malanchev
|
590627a658
|
Add h3EdgeAngle function
|
2019-12-16 20:46:39 +03:00 |
|
Konstantin Malanchev
|
4b0f79f11c
|
Russian docs for h3EdgeLengthM
|
2019-12-16 20:46:38 +03:00 |
|
Konstantin Malanchev
|
1c1794d3d8
|
Add h3EdgeLengthM function
|
2019-12-16 20:46:38 +03:00 |
|
Konstantin Malanchev
|
7c71be771b
|
Russian docs for h3kRing
|
2019-12-16 20:46:38 +03:00 |
|
Konstantin Malanchev
|
9937fc7ff9
|
Add h3kRing function
|
2019-12-16 20:46:38 +03:00 |
|
Alexey Milovidov
|
e241037bda
|
Merge branch 'master' of github.com:yandex/ClickHouse
|
2019-12-16 20:45:41 +03:00 |
|
Alexey Milovidov
|
c7bb052506
|
Revert "Fixed performance test"
This reverts commit 49fd9c41d0 .
|
2019-12-16 20:45:27 +03:00 |
|
alexey-milovidov
|
dd58ddbc9a
|
Merge pull request #8234 from ClickHouse/fix_insert_select_mysql
Fix insert select from mysql(...)
|
2019-12-16 20:42:02 +03:00 |
|
BayoNet
|
3c7be98f5c
|
DOCS-2: Remark about Authentification on Zookeeper (#7732)
* CLICKHOUSEDOCS-2: Remark about authentification on ZooKeeper.
* CLICKHOUSEDOCS-2: Fixes.
* CLICKHOUSEDOCS-2: Fixes.
* Update docs/en/operations/access_rights.md
Co-Authored-By: Ivan Blinkov <github@blinkov.ru>
* Update docs/en/operations/table_engines/replication.md
Co-Authored-By: Ivan Blinkov <github@blinkov.ru>
* Update.
* CLICKHOUSEDOCS-2: Links fix.
* CLICKHOUSEDOCS-2: Examples fix.
* CLICKHOUSEDOCS-2: RU translation.
|
2019-12-16 19:40:30 +03:00 |
|
Dr. Strange Looker
|
a94a03eb4a
|
removed version number
ClickHouse requested I not mention the version number where ClickHouse support began since it quickly becomes out of date and irrelevant.
|
2019-12-16 11:32:55 -05:00 |
|
Dr. Strange Looker
|
0748883497
|
Update commercial support for ClickHouse to include Looker
Looker added support for ClickHouse in November, 2019 in version 6.24
|
2019-12-16 10:19:20 -05:00 |
|
Alexander Tokmakov
|
9c3bab7f17
|
update docs
|
2019-12-16 18:13:22 +03:00 |
|
alesapin
|
a67540e658
|
Merge pull request #8230 from Melancholic/master
Fixed #5335. clickhouse-local. Print help if no arguments are passed
|
2019-12-16 17:47:00 +03:00 |
|
Alexander Tokmakov
|
9e566d997e
|
fix insert select from mysql(...)
|
2019-12-16 17:28:44 +03:00 |
|
alexey-milovidov
|
9f27e05dc8
|
Merge pull request #8232 from Jokser/curl-build-quiet-mode
Fix quiet mode for curl
|
2019-12-16 15:12:10 +03:00 |
|
Pavel Kovalenko
|
d04f38fb9c
|
Fix quiet mode for curl.
|
2019-12-16 14:13:33 +03:00 |
|
Alexander Tokmakov
|
2980c1101e
|
update tests
|
2019-12-16 13:24:02 +03:00 |
|
Alexander Tokmakov
|
cab852dd0e
|
enable values optimization by default
|
2019-12-16 12:25:31 +03:00 |
|
nagorny
|
03f0909552
|
Fixed #5335. clickhouse-local. Print help if no arguments are passed
|
2019-12-16 12:05:26 +03:00 |
|
Alexey Milovidov
|
59278d98d7
|
Update OpenSSL
|
2019-12-16 04:23:57 +03:00 |
|
Alexey Milovidov
|
7ea2f4c01e
|
Merge branch 'master' of github.com:yandex/ClickHouse
|
2019-12-16 04:21:19 +03:00 |
|
Alexey Milovidov
|
49fd9c41d0
|
Fixed performance test
|
2019-12-16 04:21:09 +03:00 |
|
alexey-milovidov
|
62f97835b8
|
Merge pull request #8224 from ClickHouse/remove-capnp-build-warnings
Suppress some trash in build log
|
2019-12-16 03:21:08 +03:00 |
|
alexey-milovidov
|
bf1414cc76
|
Merge pull request #8225 from ClickHouse/tcmalloc-deprecate
Deprecate tcmalloc
|
2019-12-16 03:20:56 +03:00 |
|