Nikita Mikhaylov
f90dfa3ef4
Merge branch 'master' of github.com:ClickHouse/ClickHouse into merging-ssh-cache
2020-06-26 13:56:21 +03:00
Ivan Blinkov
f886fed08b
fix mistake reported by @Slach
2020-06-25 20:50:13 +03:00
alexey-milovidov
a34032cace
Merge pull request #11300 from blinkov/sentry
...
Opt-in support for sending crash reports
2020-06-25 17:20:50 +03:00
Nikita Mikhaylov
e55577ba65
Merge branch 'nikvas0/ssd_dict' of git://github.com/nikvas0/ClickHouse into merging-ssh-cache
2020-06-24 16:45:18 +03:00
Alexander Kuzmenkov
2da7b356ab
Merge pull request #11668 from bharatnc/bnc/config-max-num-threads
...
max_thread_pool_size setting for changing max Threads in Global Thread Pool
2020-06-24 16:11:21 +03:00
Ivan Blinkov
ff1248cd28
[docs] extra F.A.Q. content ( #11898 )
...
* more content for F.A.Q.
* more content
* normalize
* more content
* maybe fix the docs check
* absolute img urls
* fix tests
2020-06-24 15:59:19 +03:00
Eugene Klimov
b508f7b77b
update SELECT description ( #11907 )
...
Signed-off-by: Slach <bloodjazman@gmail.com>
2020-06-24 15:58:31 +03:00
alexey-milovidov
18eb141ea1
Merge pull request #11715 from azat/dist-optimize_skip_unused_shards-fixes
...
Control nesting level for shards skipping and disallow non-deterministic functions
2020-06-24 12:54:58 +03:00
tavplubix
2401bc9143
Merge pull request #11896 from ClickHouse/merging_drop_replica
...
Merging #10679
2020-06-24 11:42:39 +03:00
Ivan Blinkov
c1c2eed661
sync with goals
2020-06-24 11:06:30 +03:00
Ivan Blinkov
45d1ca2567
merge master
2020-06-24 00:18:16 +03:00
Alexander Tokmakov
7b5de16da9
minor improvements
2020-06-23 22:15:01 +03:00
alesapin
63e1bf48ae
Add docs about non-linux binaries ( #11889 )
...
* Add docs about non-linux binaries
* Better
* Update install.md
* Update install.md
* Update docs/en/getting-started/install.md
Co-authored-by: Ivan Blinkov <github@blinkov.ru>
* Update docs/en/getting-started/install.md
Co-authored-by: Ivan Blinkov <github@blinkov.ru>
* Update docs/en/getting-started/install.md
Co-authored-by: Ivan Blinkov <github@blinkov.ru>
* Review fixes
* Better instruction
* Fix reference
* Better
* Better links
Co-authored-by: Ivan Blinkov <github@blinkov.ru>
2020-06-23 21:44:13 +03:00
Azat Khuzhin
b0779dbfe7
Fix documentation
2020-06-23 21:08:28 +03:00
Alexander Kuzmenkov
1a63972a4b
Merge remote-tracking branch 'origin/master' into bnc/config-max-num-threads
2020-06-23 20:25:07 +03:00
Alexander Kazakov
0510911559
Merge pull request #11071 ( #11874 )
...
* Add's hasSubstr array function
* Add's example in the english doc of hasSubStr
* Updates conditions to avoid prematurely calling isEqual
* Remove feathericons
Authored-by: Ryad ZENINE <ryad.zenine@contentsquare.com>
2020-06-23 17:42:19 +03:00
Ivan Blinkov
56a665290c
Update README.md
2020-06-23 17:33:31 +03:00
Ivan Blinkov
dc12e53da2
Update README.md
2020-06-23 17:32:54 +03:00
Alexandr Kondratev
72cddbe7df
fix of incorrect example
...
was `curl -sS "<address>?param_id=2¶m_phrase=test" -d "SELECT * FROM table WHERE int_column = {id:UInt8} and string_column = {phrase:String}"`
2020-06-23 10:55:00 +03:00
Ivan Blinkov
ed9c9a9997
Update index.md
2020-06-23 10:22:52 +03:00
Alexander Kuzmenkov
442b78db5b
Merge pull request #11865 from ClickHouse/aku/sum-with-overflow
...
Support sumWithOverflow as SimpleAggregateFunction
2020-06-23 09:12:39 +03:00
amudong
7723dc4935
add drop relica database and the whole replica
...
fix removeReplicaByZKPath
fix bug: add zkpath empty judge
fix: rewrite code
delete useless code.
fix:ast fromat
fix bug
add test_drop_replica
add drop_replica doc
add drop databse checkAccess
refactor dropReplica
update tests
add static method StorageReplicatedMergeTree::dropReplicaByZkPath
update doc and delete useless code
fix conflict
fix doc
fix doc
fix StorageReplicatedMergeTree::dropReplica
fix bug
delete useless code
2020-06-23 12:12:30 +08:00
amudong
2e6a3eff8e
fix: can not drop local table and replace ALTER with SYSTEM
...
fix test_drop_replica
fix drop replica '/path/to/zk/' ending in '/' and update doc
2020-06-23 12:12:30 +08:00
sundy-li
15ad830290
only drop inactive replica
...
update doc
Increase timeout to release the zookeeper Ephemeral nodes
Fix code comment
use PartitionManager
make integrations test passed
2020-06-23 12:12:30 +08:00
sundy-li
34df59baf8
Add tests and docs
...
Fix integration-tests
2020-06-23 12:12:30 +08:00
Alexander Kuzmenkov
e76941b52c
Merge pull request #11669 from azat/distributed_replica_error_ignore
...
Add number of errors to ignore while choosing replicas
2020-06-22 22:06:04 +03:00
Ivan Blinkov
a20d428f14
Update index.md
2020-06-22 21:30:25 +03:00
Ivan Blinkov
da758a9611
fix mistype + normalize
2020-06-22 19:03:36 +03:00
Ivan Blinkov
b222a8fb35
support iframes in AMP version
2020-06-22 17:55:53 +03:00
Alexander Kuzmenkov
a257ce63a8
Support sumWithOverflow as SimpleAggregateFunction
2020-06-22 17:32:52 +03:00
Ivan Blinkov
bd964cb768
normalize markdown
2020-06-22 16:39:48 +03:00
Ivan Blinkov
652882ef4e
[docs] reorganized F.A.Q.
2020-06-22 16:35:41 +03:00
Alexander Kuzmenkov
bd5ab9c686
Merge remote-tracking branch 'origin/master' into bnc/config-max-num-threads
2020-06-22 15:55:39 +03:00
Alexander Kuzmenkov
ffc5b21bad
Merge remote-tracking branch 'origin/master' into HEAD
2020-06-22 15:28:03 +03:00
Ivan Blinkov
3510040bc7
[docs] fix "zh" build ( #11854 )
2020-06-22 11:45:22 +03:00
Ivan Blinkov
2c0ff29c48
Merge branch 'master' of github.com:ClickHouse/ClickHouse into sentry
2020-06-22 10:06:36 +03:00
alexey-milovidov
8de245fbaf
Merge pull request #11843 from ClickHouse/ithangzhou-fix-symlinks-2
...
Merging #11838 , #11836 , #11837
2020-06-21 20:57:01 +03:00
Alexey Milovidov
7aa8567638
Changed symlinks to regular files
2020-06-21 18:28:32 +03:00
Alexey Milovidov
61c46cbc55
Merge branch 'ithangzhou-patch-17' into ithangzhou-fix-symlinks-2
2020-06-21 18:18:24 +03:00
Alexey Milovidov
949d464bcf
Merge branch 'ithangzhou-patch-16' into ithangzhou-fix-symlinks-2
2020-06-21 18:18:21 +03:00
Alexey Milovidov
e7ac04b857
Merge branch 'master' of https://github.com/bitquery/ClickHouse into bitquery-master
2020-06-21 18:03:13 +03:00
alexey-milovidov
4c12f057f6
Merge pull request #11772 from BayoNet/docs/CLICKHOUSEDOCS-658-mv-block-settings
...
DOCS-658: Materialized views block settings
2020-06-21 17:58:51 +03:00
alexey-milovidov
1947324877
Merge pull request #11658 from Coder-taotao/patch-2
...
repacle means "替换‘’ or “代替” in Chinese #document
2020-06-21 17:57:17 +03:00
alexey-milovidov
b94ab30da8
Update replacingmergetree.md
2020-06-21 17:56:57 +03:00
Azat Khuzhin
fb30629ff2
Add settings to control nesting level for shards skipping optimization
...
- optimize_skip_unused_shards_nesting (allows control nesting level for
shards skipping optimization)
- force_skip_optimize_shards_nesting (allows control nesting level for
checking was shards skipped or not)
- deprecates force_skip_optimize_shards_no_nested
2020-06-21 15:27:01 +03:00
alexey-milovidov
5094a68157
Merge pull request #11793 from kas-kad/patch-2
...
Update replacingmergetree.md
2020-06-21 14:15:32 +03:00
Tom Bombadil
2a040777ea
Update show.md
...
Translate to Chinese version.
2020-06-21 14:30:06 +08:00
Tom Bombadil
92dda14ddd
Update revoke.md
...
Translate the origin doc into Chinese.
2020-06-21 14:11:37 +08:00
Tom Bombadil
1b9e72f9ad
Update alter.md ( #11823 )
...
What a huge doc I have translated to Chinese!
2020-06-20 12:12:45 +03:00
Azat Khuzhin
caa195c034
Add number of errors to ignore while choosing replicas (distributed_replica_max_ignored_errors)
...
This will allow avoid switching to another replica in case of error
(since error can be temporary).
2020-06-20 11:20:16 +03:00
alexey-milovidov
32c7ff7d2c
Update create.md
2020-06-20 10:33:41 +03:00
alexey-milovidov
8139ce5985
Update create.md
2020-06-20 10:32:33 +03:00
Yuntao Wu
ab4f9d35fd
replacingmergetree translate into "替换合并树“ better ( #11814 )
2020-06-20 10:31:05 +03:00
Tom Bombadil
37f6616c0f
Update join.md ( #11798 )
...
optimize the original Chinese translation for the doc.
2020-06-20 09:50:53 +03:00
Tom Bombadil
338e0dc5a1
Update memory.md ( #11800 )
...
optimize doc translation
2020-06-20 09:50:00 +03:00
alexey-milovidov
7e7dd04b5c
Merge pull request #11787 from ClickHouse/blinkov-patch-20
...
Refresh distinctive-features.md with recent features
2020-06-20 08:27:38 +03:00
Ivan Blinkov
ec16eb36ec
Merge branch 'benchmark-style-tuning' of github.com:blinkov/ClickHouse; branch 'master' of github.com:ClickHouse/ClickHouse into benchmark-style-tuning
2020-06-20 01:52:33 +03:00
Ivan Blinkov
5f09cee06d
[website] tune benchmark pages styling + add extra checks
2020-06-20 00:09:45 +03:00
Alexander Kuzmenkov
288f217df3
Merge remote-tracking branch 'origin/master' into HEAD
2020-06-19 23:07:53 +03:00
Tom Bombadil
916ae64e42
Update roadmap.md ( #11801 )
...
Sync the doc content with the newest English version.
2020-06-19 19:42:51 +03:00
Tom Bombadil
6849b57f14
Update view.md ( #11799 )
...
correct the title
2020-06-19 19:09:06 +03:00
Andrey Kadochnikov
7fda93f923
Update replacingmergetree.md
...
removes confusion
2020-06-19 16:07:22 +03:00
Alexandr Kondratev
3cc829ace4
fix a typo in http interface doc ( #11789 )
2020-06-19 15:16:45 +03:00
Ivan Blinkov
9ac27ba013
Refresh distinctive-features.md with recent features
2020-06-19 14:21:52 +03:00
Ivan Blinkov
98d8168f05
Update distinctive-features.md
2020-06-19 13:31:21 +03:00
Ivan Blinkov
930b5852fa
Update in-functions.md
2020-06-19 13:21:51 +03:00
Ivan Blinkov
d3524e3c96
Update geo.md
2020-06-19 13:21:39 +03:00
Ivan Blinkov
05aa835a74
Update functions-for-nulls.md
2020-06-19 13:21:15 +03:00
Ivan Blinkov
bc2e84c7fb
Update machine-learning-functions.md
2020-06-19 13:20:23 +03:00
Ivan Blinkov
d2624d4543
Update ym-dict-functions.md
2020-06-19 13:18:21 +03:00
Ivan Blinkov
b353ce8442
Update ext-dict-functions.md
2020-06-19 13:17:00 +03:00
Ivan Blinkov
87bd70840a
Update json-functions.md
2020-06-19 13:16:30 +03:00
Ivan Blinkov
a6eeedca25
Update ip-address-functions.md
2020-06-19 13:16:08 +03:00
Ivan Blinkov
fa0e2461e7
Update url-functions.md
2020-06-19 13:15:32 +03:00
Ivan Blinkov
8b98553235
Update uuid-functions.md
2020-06-19 13:14:58 +03:00
Ivan Blinkov
b3dc44be34
Update random-functions.md
2020-06-19 13:13:13 +03:00
Ivan Blinkov
117690c70c
Update random-functions.md
2020-06-19 13:12:59 +03:00
Ivan Blinkov
36453337dd
Update array-functions.md
2020-06-19 13:11:29 +03:00
Ivan Blinkov
70034b6232
Update string-replace-functions.md
2020-06-19 13:10:51 +03:00
Ivan Blinkov
cd0e49e9c9
Update string-search-functions.md
2020-06-19 13:10:23 +03:00
Ivan Blinkov
967235edab
Update string-functions.md
2020-06-19 13:09:45 +03:00
Ivan Blinkov
f856e2576c
Update string-search-functions.md
2020-06-19 13:08:10 +03:00
Ivan Blinkov
a620d597a3
Update string-search-functions.md
2020-06-19 13:05:38 +03:00
Ivan Blinkov
6274506cff
Update string-functions.md
2020-06-19 13:05:00 +03:00
Ivan Blinkov
53c1cb9848
Update date-time-functions.md
2020-06-19 13:04:32 +03:00
BayoNet
d29e1ce986
DOCS-602: transform_null_in ( #11734 )
...
* Revolg DOCSUP-996 Document the transform_null_in setting (#124 )
* Add doc for transform_null_in setting
* Apply suggestions from code review
Co-authored-by: BayoNet <da-daos@yandex.ru>
* Add doc for the transform_null_in setting (ru)
* Add transform_null_in setting (ru). Anchor fixed
* Add doc for the transform_null_in setting (ru,en). Misspell fixed, anchor fixed.
Co-authored-by: Olga Revyakina <revolg@yandex-team.ru>
Co-authored-by: BayoNet <da-daos@yandex.ru>
* CLICKHOUSEDOCS-602: Updated text.
* Deleted symlink to IN operator.
* CLICKHOUSEDOCS-602: Fixed links.
* CLICKHOUSEDOCS-602: Updated the description.
* CLICKHOUSEDOCS-602: Updated by comments.
Co-authored-by: olgarev <56617294+olgarev@users.noreply.github.com>
Co-authored-by: Olga Revyakina <revolg@yandex-team.ru>
Co-authored-by: Sergei Shtykov <bayonet@yandex-team.ru>
2020-06-19 12:18:57 +03:00
Sergei Shtykov
13f8c588de
Merge branch 'master' of github.com:ClickHouse/ClickHouse into docs/CLICKHOUSEDOCS-658-mv-block-settings
2020-06-18 22:24:17 +03:00
Sergei Shtykov
5ce12d8d2b
CLICKHOUSEDOCS-658: Minor fix.
2020-06-18 22:21:30 +03:00
Evgenia Sudarikova
d0cfa35ab0
DOCSUP-1316 ( #122 )
...
* add EN version
* change links in EN version
* changes after review
* add RU description
* minor changes
2020-06-18 22:11:47 +03:00
Ilya Yatsishin
fe24c715ca
Merge pull request #11760 from ithangzhou/patch-6
...
Update jdbc.md
2020-06-18 21:55:08 +03:00
Ilya Yatsishin
e8481283b5
Merge pull request #11762 from ithangzhou/patch-8
...
Update generate.md
2020-06-18 21:54:50 +03:00
Ilya Yatsishin
68a137c156
Merge pull request #11761 from ithangzhou/patch-7
...
Update lazy.md
2020-06-18 21:54:31 +03:00
Azat Khuzhin
6507247328
optimize_skip_unused_shards=2 will disable it for nested distributed queries
...
P.S. Looks like settings can be converted between SettingUInt64 and
SettingBool without breaking binary protocol.
FWIW maybe it is a good idea to change the semantics of the settings as
follow (but I guess that changing semantic is not a good idea, better to
add new settings and deprecate old ones):
- optimize_skip_unused_shards -- accept nesting level on which the
optimization will work
- force_skip_optimize_shards_nesting -- accept nesting level on which
the optimization will work
2020-06-18 21:49:29 +03:00
Tom Bombadil
42de5ac8f0
Update generate.md
...
provide Chinese version of the doc
2020-06-18 23:03:32 +08:00
Tom Bombadil
1292cddab5
Update lazy.md
...
optimize toc title for this doc
2020-06-18 22:42:10 +08:00
Tom Bombadil
b125ebd2c1
Update jdbc.md
...
translate the doc to Chinese version.
2020-06-18 22:38:25 +08:00
Tom Bombadil
a541b51647
Update graphitemergetree.md
...
translate the doc to Chinese version
2020-06-18 22:27:43 +08:00
Ivan Blinkov
7170f3c534
[docs] split aggregate function and system table references ( #11742 )
...
* prefer relative links from root
* wip
* split aggregate function reference
* split system tables
2020-06-18 11:24:31 +03:00
dependabot-preview[bot]
28e5e90f21
Bump requests from 2.23.0 to 2.24.0 in /docs/tools
...
Bumps [requests](https://github.com/psf/requests ) from 2.23.0 to 2.24.0.
- [Release notes](https://github.com/psf/requests/releases )
- [Changelog](https://github.com/psf/requests/blob/master/HISTORY.md )
- [Commits](https://github.com/psf/requests/compare/v2.23.0...v2.24.0 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-06-18 07:22:01 +00:00
alexey-milovidov
cb658d10aa
Update extended-roadmap.md
2020-06-18 08:00:55 +03:00