Commit Graph

2526 Commits

Author SHA1 Message Date
Denis Zhuravlev
173b7a0525
Update star_schema.md
fix star schema ddl for modern CH 19.17 - 19.19 and fix any_join_distinct_right_table_keys issue
2020-01-03 20:22:24 -04:00
Ramazan Polat
ab80f70cff
Much comprehensive documentation
Added:
- Usage of NULL values in conditionals
- Using conditional results directly
- Better examples
2020-01-01 19:43:17 +03:00
Alexey Milovidov
3339b8e0e5 Make "mark_cache_min_lifetime" setting obsolete 2019-12-31 05:47:10 +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
e1ad53cab9
Update extended_roadmap.md 2019-12-29 20:13:14 +03:00
alexey-milovidov
17021e8b7b
Update jdbc.md 2019-12-29 16:57:26 +03:00
alexey-milovidov
4b4efa3b0b
Merge pull request #8451 from ClickHouse/BayoNet-feature/randomASKII-function
Merging #8401
2019-12-29 15:25:18 +03:00
zhen ni
1a595a5931
Update 2020 roadmap 2019-12-29 19:30:42 +08:00
Alexey Milovidov
d42b50456f Merging randomPrintableASCII #8401 2019-12-29 02:11:02 +03:00
Alexey Milovidov
4faf2f5485 Merge branch 'feature/randomASKII-function' of https://github.com/BayoNet/ClickHouse into BayoNet-feature/randomASKII-function 2019-12-29 00:14:18 +03:00
alexey-milovidov
9d651526ca
Merge pull request #8343 from Felixoid/inherit_multiple_profiles
Inherit multiple profiles
2019-12-28 06:53:54 +03:00
Mikhail f. Shiryaev
06fb37dd42
Add tests and documentation for settings and constraints order 2019-12-27 18:15:55 +01:00
alexey-milovidov
6e0d7b7d02
Merge pull request #8430 from BayoNet/en-docs/CLICKHOUSEDOCS-395-ORC-format
DOCS-395: ORC format support
2019-12-27 19:50:23 +03:00
alexey-milovidov
fc197d7747
Update formats.md 2019-12-27 19:49:02 +03:00
Sergei Shtykov
c228cffade CLICKHOUSEDOCS-508: Added question about how to export data to a file. 2019-12-27 15:46:41 +03:00
Sergei Shtykov
fa2d7ae082 CLICKHOUSEDOCS-395: Fix. 2019-12-27 12:16:02 +03:00
Sergei Shtykov
8792f70a67 CLICKHOUSEDOCS-395: ORC format support 2019-12-27 12:12:01 +03:00
Mikhail f. Shiryaev
08506bdc96
Update documentation regarding multiple profile inheritance 2019-12-26 23:18:55 +01:00
Mikhail f. Shiryaev
332fe8e8f0
Link zh/settings_profiles to en/settings_profiles since they are the same 2019-12-26 23:18:47 +01:00
alexey-milovidov
0d2d296b15
Merge pull request #8378 from BayoNet/l10n/DOCAPI-6182-flatten
DOCS-6182: arrayFlatten docs EN review and RU translation
2019-12-26 20:18:23 +03:00
alexey-milovidov
621e0e635f
Update array_functions.md 2019-12-26 20:17:55 +03:00
alexey-milovidov
bf0fd8aa7d
Update array_functions.md 2019-12-26 20:17:25 +03:00
alexey-milovidov
0672350d2f
Merge pull request #8368 from godfreyd/en-docs/CLICKHOUSEDOCS-146
Docs: geoToH3 function
2019-12-26 20:15:51 +03:00
alexey-milovidov
2867695e12
Merge pull request #8379 from godfreyd/en-docs/CLICKHOUSEDOCS-35-neighbour
Docs for neighbour function
2019-12-26 20:01:15 +03:00
Sergei Shtykov
e977bc19ff CLICKHOUSEDOCS-272: The first draft for sampling query profiler. 2019-12-26 18:00:00 +03:00
Sergei Shtykov
2c5cde4c12 CLICKHOUSEDOCS-272: Removed obsolete setting. 2019-12-26 17:58:52 +03:00
Sergei Bocharov
af2be8e3a9 Fixes after review 2019-12-26 15:51:59 +03:00
Sergei Bocharov
244dd94f6d Docs: added concat & concatAssumeInjective 2019-12-26 15:51:59 +03:00
elenaspb2019
7a037f2590 docs(concat):The new description of concat and concatAssumeInjective functions were edited. 2019-12-26 15:51:59 +03:00
elenaspb2019
7790f468f9 docs(concat):The new description of concat and concatAssumeInjective functions were edited. 2019-12-26 15:51:59 +03:00
Alexander Kuzmenkov
a6b37ca57e Add a note about zero-based array indexes. 2019-12-26 15:18:14 +03:00
elenaspb2019
e92578171d docs(if):The new description of if function was edited. 2019-12-26 14:33:05 +03:00
elenaspb2019
d45122f876 docs(arrayDifference, arrayDistinct):The new description of arrayDifference, arrayDistinct functions ware added. 2019-12-26 12:41:45 +03:00
elenaspb2019
61d978c3e1 docs(retention):The new description of retention function was added. 2019-12-26 12:38:24 +03:00
elenaspb2019
d5a597d4fc docs(windowFunnel):The new description of windowFunnel function was edited. 2019-12-26 12:20:19 +03:00
alexey-milovidov
fa71bc7e87
Merge pull request #8393 from TCeason/fix_docs
fix docs
2019-12-26 05:11:33 +03:00
Sergei Shtykov
a2b2aa950a Pre-PR edits. 2019-12-25 20:26:40 +03:00
BayoNet
6701adceb7
DOCS-139: FINAL. EN review, RU translation. (#8391)
* Update select.md (#78)

* CLICKHOUSEDOCS-85: RU translation.

* Update docs/en/query_language/select.md

Co-Authored-By: Ivan Blinkov <github@blinkov.ru>

* Update docs/en/query_language/select.md

Co-Authored-By: Ivan Blinkov <github@blinkov.ru>

* Update docs/ru/query_language/select.md

Co-Authored-By: Ivan Blinkov <github@blinkov.ru>

Co-authored-by: FeehanG <51821376+FeehanG@users.noreply.github.com>
Co-authored-by: Ivan Blinkov <github@blinkov.ru>
2019-12-25 16:42:40 +03:00
BayoNet
6e785ea4bd
DOCS-173: clickhouse benchmark (#7947)
* CLICKHOUSEDOCS-173: Draft of a description.

* CLICKHOUSEDOCS-173: Table experiment.

* CLICKHOUSEDOCS-173: Further writing.

* CLICKHOUSEDOCS-173: Final.

* CLICKHOUSEDOCS-173: Updated by comments.

* CLICKHOUSEDOCS-173: Updated by comments.

* CLICKHOUSEDOCS-173: Supported other languages.
2019-12-25 13:42:00 +03:00
BayoNet
c727151280 DOCS-265: max_http_get_redirects. EN review. RU translation. (#8389)
* Update settings.md (#73)

* Update url.md (#74)

* CLICKHOUSEDOCS-265: EN review, RU translation

Co-authored-by: FeehanG <51821376+FeehanG@users.noreply.github.com>
2019-12-25 09:48:43 +03:00
tai
daae6ba320 fix docs 2019-12-25 13:32:43 +08:00
Sergei Shtykov
681ef942b7 CLICKHOUSEDOCS-282: EN review. RU translation. 2019-12-25 05:55:37 +03:00
FeehanG
06e2472c3f Update distributed.md (#77) 2019-12-25 05:19:00 +03:00
FeehanG
89711ae5ea Update settings.md (#76) 2019-12-25 05:18:33 +03:00
Sergei Shtykov
a0e2d5afac Merge branch 'master' of github.com:ClickHouse/ClickHouse into l10n/DOCAPI-6182-flatten 2019-12-24 18:15:11 +03:00
Sergei Bocharov
3e6db93345 Docs fixes for neighbour 2019-12-24 18:14:07 +03:00
asiana21
645902d92e docs(neighbor):provides access to a row at a specified offset 2019-12-24 18:14:07 +03:00
Sergei Shtykov
2d04d39d6b DOCAPI-6182: EN review. RU translation. 2019-12-24 18:10:21 +03:00
FeehanG
39d4316a69 Update array_functions.md (#75) 2019-12-24 17:35:17 +03:00
Yatsishin Ilya
6918642389 consistent Ok. in http docs 2019-12-24 11:59:30 +03:00
elenaspb2019
57f2f44c21 docs(geoToH3):The new description of geoToH3 function was edited. 2019-12-24 11:05:19 +03:00
elenaspb2019
54769a9192 docs(geoToH3):The new description of geoToH3 function was edited. 2019-12-24 11:01:22 +03:00
Ivan Blinkov
593ec1fd76
Remove outdated stuff from en roadmap 2019-12-23 19:29:42 +03:00
alexey-milovidov
8711f98c30
Update extended_roadmap.md 2019-12-22 15:41:18 +03:00
alexey-milovidov
75f0159d5f
Update developer_instruction.md 2019-12-20 01:16:04 +03:00
Alexey Milovidov
93c82158d3 Update build instructions according to new libraries from contrib 2019-12-20 01:13:42 +03:00
BayoNet
663b68cd08
Fixed documentation build (#8266)
* Link fix.

* Fixed something.
2019-12-18 14:35:25 +03:00
Andrew Grigorev
d1cc5e6fed Fix typo in HDFS docs url (#8265) 2019-12-18 12:46:42 +03:00
Vladimir Chebotarev
292c38c514 Added english documentation for extended TTL syntax (#8261)
* Added english documentation for extended TTL syntax.

* Update docs/en/operations/table_engines/mergetree.md

Co-Authored-By: Ivan Blinkov <github@blinkov.ru>

* Added link to multiple volumes.

* Update docs/en/operations/table_engines/mergetree.md

Co-Authored-By: Ivan Blinkov <github@blinkov.ru>

* Update docs/en/operations/table_engines/mergetree.md

Co-Authored-By: Ivan Blinkov <github@blinkov.ru>

* Update docs/en/operations/table_engines/mergetree.md

Co-Authored-By: Ivan Blinkov <github@blinkov.ru>

* Changed deletion to removal.

* Removed redundant piece of text.
2019-12-18 10:54:21 +03:00
Alexey Milovidov
2d00de93b9 Attempt to fix docs 2019-12-18 07:40:36 +03:00
alexey-milovidov
c68c703593
Merge pull request #8200 from hombit/docs-alter-add-codec
Add codec to ALTER ADD COLUMN docs
2019-12-18 07:36:51 +03:00
alexey-milovidov
f1e5e8edeb
Merge pull request #8141 from nikitamikhaylov/mac-documentation
Fix mac build documentation
2019-12-18 07:35:17 +03:00
alexey-milovidov
2c77c90e25
Update extended_roadmap.md 2019-12-17 21:45:44 +03:00
alexey-milovidov
5aed72a126
Update extended_roadmap.md 2019-12-17 20:46:41 +03:00
alexey-milovidov
654ecdd514
Update extended_roadmap.md 2019-12-17 20:46:18 +03:00
Guillaume Tassery
bdcee8b382 Merge branch 'master' of github.com:ClickHouse/ClickHouse into move_partition 2019-12-17 11:18:11 +01:00
BayoNet
017b8b6638 Link fix. (#8246) 2019-12-17 12:18:56 +03:00
Olga Khvostikova
b47863a0c6
Fix segfault in table function file while inserting into it (#8177)
* Fix segfault in table function file while inserting into it
2019-12-17 11:06:39 +03:00
Guillaume Tassery
dca0c83809
Merge branch 'master' into move_partition 2019-12-17 13:49:18 +07:00
Konstantin Malanchev
5527c7bdbb Add create.md#codecs to zh docs 2019-12-17 08:32:47 +03: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
12b3dcdcb8
Merge pull request #8034 from hombit/h3support
h3 functions required for circle search
2019-12-16 21:35:19 +03:00
Konstantin Malanchev
44cb6f8950 Russian docs for h3EdgeAngle 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
7c71be771b Russian docs for h3kRing 2019-12-16 20:46:38 +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
Konstantin Malanchev
e5dbe2f9b5 Update English docs for ALTER TABLE ADD COLUMN 2019-12-16 16:00:10 +03:00
Konstantin Malanchev
5d1c0e41ef Update Russian docs for ALTER TABLE ADD COLUMN 2019-12-16 16:00:10 +03:00
alexey-milovidov
9a3951f8b9
Merge pull request #8059 from excitoon-favorites/ttlsdocs
Added documentation for extended TTL syntax
2019-12-16 02:44:40 +03:00
alexey-milovidov
3399f9a73c
Merge pull request #8112 from hczhcz/patch-1210
Add function bankerRound
2019-12-15 23:57:13 +03:00
alexey-milovidov
d2ae3075fb
Update rounding_functions.md 2019-12-15 23:56:56 +03:00
alexey-milovidov
31310e4229
Update build_cross_arm.md 2019-12-15 08:53:34 +03:00
alexey-milovidov
3b39331261
Update build_cross_osx.md 2019-12-15 08:53:21 +03:00
alexey-milovidov
7909e502ff
Update build_cross_arm.md 2019-12-15 08:52:28 +03:00
alexey-milovidov
7a9a970e4c
Update build_cross_osx.md 2019-12-15 08:51:39 +03:00
alexey-milovidov
baf7820874
Update build_cross_arm.md 2019-12-15 08:50:31 +03:00
alexey-milovidov
ab23e42241
Update build_cross_arm.md 2019-12-15 08:34:58 +03:00
alexey-milovidov
c409338d0e
Update build_cross_arm.md 2019-12-15 08:34:30 +03:00
alexey-milovidov
0db88cb813
Update build_cross_arm.md 2019-12-15 08:27:06 +03:00
alexey-milovidov
b3d3669038
Update build_cross_arm.md 2019-12-15 08:25:40 +03:00
alexey-milovidov
1f865eb452
Merge pull request #8216 from maqroll/master
Fix max_http_get_redirects documentation.
2019-12-15 00:16:53 +03:00
maqroll
24a63f3119 Fix max_http_get_redirects documentation. 0 means no redirects allowed. 2019-12-14 17:54:29 +01:00
alexey-milovidov
39a8f1e9c7
Merge pull request #8202 from zhang2014/feature/support_drop_mysql_database
ISSUES-6063 support drop mysql database engine
2019-12-14 19:44:17 +03:00
DarkWanderer
14bde9f982 Adding ClickHouse.Client to list of 3rd party client libraries 2019-12-14 12:04:50 +03:00
alexey-milovidov
5f47402f2d
Update extended_roadmap.md 2019-12-13 22:16:23 +03:00
Konstantin Malanchev
aec602fb28 ru/en docs: h3 in contrib 2019-12-13 20:18:27 +03:00
Zhichang Yu
766f7f673e fixed arrayPushFront doc (#8058) 2019-12-13 17:31:13 +03:00
zhang2014
713923e451 Support detach and drop table for mysql database engine 2019-12-13 19:48:38 +08:00
Konstantin Malanchev
651d847c8e Russian docs for h3IsValid 2019-12-13 11:39:50 +03:00
Konstantin Malanchev
d291a84592 Russian docs for h3GetResolution 2019-12-13 11:39:50 +03:00
alexey-milovidov
0dc62d20e1
Merge pull request #8149 from zhang2014/feature/array_zip
Add arrayZip function
2019-12-12 22:00:39 +03:00
alexey-milovidov
0a9c7ee212
Update array_functions.md 2019-12-12 21:57:12 +03:00
hcz
c0028c3942 Add aggregate function categoricalInformationValue (#8117)
* Add categorical iv aggregate function with tests
2019-12-12 16:28:28 +03:00
alexey-milovidov
b8857e1a09
Update extended_roadmap.md 2019-12-12 16:22:48 +03:00
Vladimir Chebotarev
74cf88fa40 Added documentation for extended TTL syntax. 2019-12-12 11:31:13 +03:00
alexey-milovidov
07f945b231
Update extended_roadmap.md 2019-12-12 03:37:16 +03:00
zhang2014
194ab5526d add arrayZip function 2019-12-12 00:22:14 +08:00
Mikhail f. Shiryaev
56b42ea053 Fix markdown unsorted list 2019-12-11 16:12:32 +01:00
Nikita Mikhaylov
d4e5477550 first try 2019-12-11 13:57:35 +03:00
alexey-milovidov
5b13bd4737
Update extended_roadmap.md 2019-12-11 05:50:11 +03:00
alexey-milovidov
b7b9b5ed40
Merge pull request #8114 from Ubusubus/master
Fixed description of temporary tables in RU and EN
2019-12-11 04:20:57 +03:00
alexey-milovidov
ee7c9b28f7
Update extended_roadmap.md 2019-12-10 23:12:18 +03:00
Ivan Blinkov
8a5330e3ae
ja docs fix (#8119) 2019-12-10 12:38:01 +03:00
Ubus
ed4aeeba29 Fixed description of temporary tables in RU and EN 2019-12-10 11:29:19 +03:00
Ivan Blinkov
16f677d0c4
Try to fix docs build (#8113) 2019-12-10 11:17:26 +03:00
hcz
d1e757956b Update docs about rounding functions 2019-12-10 14:21:43 +08:00
Alexey Milovidov
9534eb32a0 Updated roadmap 2019-12-10 03:13:16 +03:00
alexey-milovidov
6e9661628b
Merge pull request #8023 from godfreyd/en-docs/CLICKHOUSEDOCS-418
Docs: added FQDN function description
2019-12-09 04:59:47 +03:00
alexey-milovidov
c0e11ad86a
Update other_functions.md 2019-12-09 04:59:27 +03:00
alexey-milovidov
31b2561838
Update json_functions.md 2019-12-08 23:51:47 +03:00
alexey-milovidov
12afaf57d4
Update json_functions.md 2019-12-08 23:50:00 +03:00
Oleg Matrokhin
ce1ef2afdb fix docs 2019-12-08 17:51:21 +03:00
Oleg Matrokhin
65628b7171 add docs 2019-12-08 17:49:26 +03:00
Ivan Blinkov
91854086f3
Update README.md 2019-12-06 19:52:39 +03:00
Ivan Blinkov
ac43d709b3
Update README.md 2019-12-06 19:52:15 +03:00
Ivan Blinkov
4a0007784d
attempt to fix pdf docs build (#8065) 2019-12-06 16:29:16 +03:00
BayoNet
fe926f3c06
DOCS-163: INTERVAL. EN review, RU translation for #7452 (#7740)
* Update operators.md (#70)

* Update operators.md (#71)

* CLICKHOUSEDOCS-163: EN review, RU translation.

* CLICKHOUSEDOCS-163: Fix

* Update docs/ru/data_types/special_data_types/interval.md

Co-Authored-By: Ivan Blinkov <github@blinkov.ru>

* Update docs/ru/query_language/operators.md

Co-Authored-By: Ivan Blinkov <github@blinkov.ru>

* Update docs/ru/data_types/special_data_types/interval.md

Co-Authored-By: Ivan Blinkov <github@blinkov.ru>

* CLICKHOUSEDOCS-163: Clarification.
2019-12-06 15:22:55 +03:00
BayoNet
aeaac4d573
DOCS-85: Update docs for SELECT ... FROM ... FINAL (#7723)
* Doc links fix.

* More links fix.

* CLICKHOUSEDOCS-85: Update of FROM clause description.

* CLICKHOUSEDOCS-85: Clarification

* Update docs/en/query_language/select.md

Co-Authored-By: Ivan Blinkov <github@blinkov.ru>

* Update docs/en/query_language/select.md

Co-Authored-By: Ivan Blinkov <github@blinkov.ru>

* CLICKHOUSEDOCS-85: Update by comment.
2019-12-06 14:58:31 +03:00
BayoNet
9123cce703
DOCS-282: DirectoryMonitor settings description. (#7801)
* Doc links fix.

* More links fix.

* CLICKHOUSEDOCS-282: Settings descriptions.

* CLICKHOUSEDOCS-282: Edits after the talking with developer.

* CLICKHOUSEDOCS-282: Fixes.

* Update docs/en/operations/settings/settings.md

Co-Authored-By: Ivan Blinkov <github@blinkov.ru>

* Update docs/en/operations/settings/settings.md

Co-Authored-By: Ivan Blinkov <github@blinkov.ru>

* Update docs/en/operations/settings/settings.md

Co-Authored-By: Ivan Blinkov <github@blinkov.ru>

* Update docs/en/operations/settings/settings.md

Co-Authored-By: Ivan Blinkov <github@blinkov.ru>

* CLICKHOUSEDOCS-282: Clarification.
2019-12-06 09:52:30 +03:00
Sergei Shtykov
a7a6a19743 CLICKHOUSEDOCS-466: links fix. 2019-12-05 20:22:41 +03:00
Sergei Shtykov
459bfc314b Merge branch 'master' of github.com:ClickHouse/ClickHouse into en-docs/CLICKHOUSEDOCS-466-query-profiler-settings 2019-12-05 19:54:00 +03:00
Ivan Blinkov
387cbca505
Introduction refactoring + a bunch of docs fixes (#8010)
* Create SECURITY.md

* [experimental] auto-mark documentation PRs with labels

* revert #6544

* Sync RPM packages instructions to other docs languages

* Move tutorial to documentation with old content (for now)

* refactor installation guide a bit

* add ../en/getting_started/index.md

* Rename ya_metrica_task.md

* Rename ya_metrica_task.md

* Refactor Yandex.Metrica dataset description

* WIP on rewriting tutorial

* tmp commit

* lots of docs fixes

* partially revert c136bee4ce

* try to fix docs build in CI

* try to fix docs build in CI

* few minor improvements

* Quick refactoring of last portion of tutorial (not thoroughly tested though)

* fix link
2019-12-05 19:36:51 +03:00
BayoNet
dde164ab33
Update docs/en/operations/settings/settings.md
Co-Authored-By: Ivan Blinkov <github@blinkov.ru>
2019-12-05 18:57:14 +03:00
BayoNet
2216dfb45f
Update docs/en/operations/settings/settings.md
Co-Authored-By: Ivan Blinkov <github@blinkov.ru>
2019-12-05 18:56:31 +03:00
BayoNet
176dbfd54b
Update docs/en/operations/settings/settings.md
Co-Authored-By: Ivan Blinkov <github@blinkov.ru>
2019-12-05 18:56:12 +03:00
BayoNet
4635670610
Update docs/en/operations/settings/settings.md
Co-Authored-By: Ivan Blinkov <github@blinkov.ru>
2019-12-05 18:55:52 +03:00
Sergei Bocharov
529293faad Docs: added docs for trimLeft, trimRight, trimBoth (#7924) 2019-12-05 13:03:35 +03:00
Sergei Bocharov
f92ca18bc1 Fixes after review 2019-12-05 13:00:56 +03:00
Sergei Bocharov
39ddd0ba5d Fixes 2019-12-05 12:53:28 +03:00
elenaspb2019
ff5cb84d72 docs(indexHint):The new description of indexHint function was edited. 2019-12-05 12:53:28 +03:00
elenaspb2019
a2bd2580cf docs(indexHint):The new description of indexHint function was added. 2019-12-05 12:52:15 +03:00
alexey-milovidov
9fafadf536
Update extended_roadmap.md 2019-12-05 05:17:46 +03:00
Sergei Bocharov
c47f344afd Fixes for FQDN function 2019-12-04 12:17:35 +03:00
BayoNet
a95e585d6a
DOCS-121: Introspection functions description (#7871)
* CLICKHOUSEDOCS-121: EN docs for the addressToLine function and the allow_introspection_functions setting.

* CLICKHOUSEDOCS-121: Introspection functions description.

* Update docs/en/query_language/functions/introspection.md

Co-Authored-By: Ivan Blinkov <github@blinkov.ru>

* CLICKHOUSEDOCS-121: Update by the comments.
2019-12-04 09:55:13 +03:00
BayoNet
52d684614c
DOCS-265: Docs for the max_http_get_redirects setting (#7684)
* CLICKHOUSEDOCS-265: The max_http_get_redirects setting description.

* CLICKHOUSEDOCS-265: Clarification.

* CLICKHOUSEDOCS-265: Clarification.
2019-12-04 09:46:31 +03:00
Sergei Shtykov
22399ad7be CLICKHOUSEDOCS-121: Update by the comments. 2019-12-03 19:52:28 +03:00
Sergei Shtykov
6d11f96106 Merge branch 'master' of github.com:ClickHouse/ClickHouse into en-docs/CLICKHOUSEDOCS-121-addressToLine 2019-12-03 18:05:07 +03:00
BayoNet
4205fe8c9b
Update docs/en/query_language/functions/introspection.md
Co-Authored-By: Ivan Blinkov <github@blinkov.ru>
2019-12-03 18:00:45 +03:00
Ivan Blinkov
fa4894bd47
Fix toc_en.yml error 2019-12-03 16:34:19 +03:00
BayoNet
e86a1cd68e
DOCS-6182: The flatten function docs (#7661)
* Array flatten function description (#67)

* docs(flatten): add flatten description

* docs(flatten): flatten description

* docs(flatten): flatten description (minor changes)

* docs(flatten): add flatten description

* docs(flatten): flatten description

* docs(flatten): flatten description (minor changes)

* docs(flatten): changing description

* DOCAPI-6182: The flatten function docs

* Update docs/en/query_language/functions/array_functions.md

Co-Authored-By: Ivan Blinkov <github@blinkov.ru>

* DOCAPI-6182: Switched names.
2019-12-03 13:11:13 +03:00
asiana21
76ed5692aa docs(fqdn): add description 2019-12-03 09:42:59 +03:00
alexey-milovidov
a4b0c24c1b
Merge pull request #7931 from BayoNet/l10n/CLICKHOUSEDOCS-129-cli-warning
DOCS-129: Update of CLI description. EN review. RU translation.
2019-12-03 05:03:08 +03:00
alexey-milovidov
0946b41457
Merge pull request #7930 from godfreyd/en-docs/CLICKHOUSEDOCS-451
Docs: added arrayCompact function
2019-12-03 05:02:12 +03:00
alexey-milovidov
5ab07706b9
Merge pull request #7945 from godfreyd/godfreyd-CLICKHOUSEDOCS-203
Docs: Added Content-Type Header
2019-12-03 04:07:23 +03:00
alexey-milovidov
8e22057adf
Update http.md 2019-12-03 04:07:14 +03:00
alexey-milovidov
edbe6c7638
Update http.md 2019-12-03 04:06:53 +03:00
alexey-milovidov
ee200fca77
Merge pull request #7967 from godfreyd/en-docs/CLICKHOUSEDOCS-452
Docs for javaHashUTF16LE function
2019-12-03 03:58:09 +03:00
alexey-milovidov
f231436caa
Update hash_functions.md 2019-12-03 03:57:51 +03:00
alexey-milovidov
28fbfc8405
Update hash_functions.md 2019-12-03 03:56:38 +03:00
alexey-milovidov
908cd241a3
Merge pull request #7978 from Felixoid/doc_kill_http
Add cancel_http_readonly_queries_on_client_close description
2019-12-03 02:33:51 +03:00
alexey-milovidov
b05c371638
Update settings.md 2019-12-03 02:33:36 +03:00
alexey-milovidov
8687b03d63
Merge pull request #7464 from Felixoid/query_thread_log_doc
Query thread log doc
2019-12-03 01:45:05 +03:00
alexey-milovidov
946f3ed657
Update system_tables.md 2019-12-03 01:44:32 +03:00
alexey-milovidov
916e3826bc
Update system_tables.md 2019-12-03 01:43:30 +03:00
Alexey Milovidov
a8501b1225 Updated roadmap 2019-12-03 01:38:07 +03:00
alexey-milovidov
d5ebdf1c77
Update settings.md 2019-12-03 01:34:59 +03:00
alexey-milovidov
f8848a76fd
Update settings.md 2019-12-03 01:34:02 +03:00
alexey-milovidov
e85223ce5e
Update system_tables.md 2019-12-03 01:32:19 +03:00
alexey-milovidov
4bfa0117fc
Update settings.md 2019-12-03 01:22:11 +03:00
alexey-milovidov
81cae9274f
Update settings.md 2019-12-03 01:21:06 +03:00
alexey-milovidov
88f2fbbe4b
Update settings.md 2019-12-03 01:20:33 +03:00
Ivan
8d021b31fb
Fix docs for build-cross-osx and build-cross-arm64 (#7821)
* Fix docs for build-cross-osx and build-cross-arm64
* Fix links from ru and zh
* Update docs/en/development/build_cross_arm.md
2019-12-02 17:00:21 +03:00
Mikhail f. Shiryaev
05687b56cd Fix description of ProfileEvents.Names 2019-12-02 12:48:52 +01:00
Mikhail f. Shiryaev
d94718a8e1 Fix quota_key description 2019-12-02 12:48:52 +01:00
Mikhail f. Shiryaev
3e2093ca43 Fix os_user column description 2019-12-02 12:48:52 +01:00
Mikhail f. Shiryaev
8f154ecbdd Fix thread_name column 2019-12-02 12:48:52 +01:00
Mikhail f. Shiryaev
0c1f5bd7fb Fix event names, peak_memory_usage 2019-12-02 12:48:52 +01:00
Mikhail f. Shiryaev
3f4faf9c9b Fix ports columns documentation 2019-12-02 12:48:52 +01:00
Mikhail f. Shiryaev
1d56709656 Fix the client_* columns documentation 2019-12-02 12:48:52 +01:00
Mikhail f. Shiryaev
71c8879c13 Adjust russian thread, fix memory_usage description 2019-12-02 12:48:52 +01:00
alexey-milovidov
cb5e20da5b Update system_tables.md 2019-12-02 12:48:52 +01:00
Mikhail f. Shiryaev
da629e09e5 Add documentation for system.query_thread_log 2019-12-02 12:48:52 +01:00
Mikhail f. Shiryaev
2d2cae5cee Fix unpaired asterisk 2019-12-02 12:45:34 +01:00
Mikhail f. Shiryaev
109028b643 Add cancel_http_readonly_queries_on_client_close description 2019-12-02 11:25:45 +01:00
alesapin
698df304ee
Merge pull request #7964 from topvisor/patch-3
Update system.md
2019-12-02 12:52:57 +03:00
Ivan Blinkov
19e3488531
minor style fix 2019-12-02 12:45:18 +03:00
Ivan Blinkov
a694e9c27c
Build Japanese docs (#7938) 2019-12-02 12:21:34 +03:00
sundy-li
e50a5ad3a4 fixup replicas monitor url path 2019-12-01 22:36:30 +08:00
alexey-milovidov
c5fd00ac08
Update extended_roadmap.md 2019-11-29 17:08:24 +03:00
Sergei Bocharov
a64db10135 Fixes for javaHashUTF16LE 2019-11-29 15:15:56 +03:00
elenaspb2019
bd82806ae1 docs(javaHashUTF16LE):The new description of javaHashUTF16LE function was added. 2019-11-29 13:01:13 +03:00
topvisor
aa09cca5be Update system.md (#7965) 2019-11-29 13:00:43 +03:00
topvisor
ab1da5c217
Update system.md 2019-11-29 12:44:14 +03:00
alexey-milovidov
2537c04568
Merge pull request #7951 from sundy-li/zh/dev-1
zh/docs for development parts..
2019-11-29 09:21:10 +03:00
alexey-milovidov
68eb7bafce
Merge pull request #7959 from ubombi/patch-1
Typo in docs
2019-11-28 22:01:22 +03:00
alexey-milovidov
bf13cd6234
Update extended_roadmap.md 2019-11-28 20:52:26 +03:00
alexey-milovidov
46a3fef161
Update extended_roadmap.md 2019-11-28 20:51:47 +03:00
Vitaliy Kozlovskiy
7cd3bd2082
Typo
tuble > tuple
2019-11-28 19:28:23 +02:00
alexey-milovidov
5b307a6df7
Merge pull request #7950 from den-crane/patch-11
Doc change. Fix for  alter_attach-partition. English version.
2019-11-28 13:51:45 +03:00
alexey-milovidov
61b3059366
Update extended_roadmap.md 2019-11-28 11:52:17 +03:00
sundy-li
136f7c99db trival fix 2019-11-28 12:00:01 +08:00
sundy-li
63b61b61d4 zh/docs for development parts.. 2019-11-28 11:57:33 +08:00
Denis Zhuravlev
c06496c115
Update alter.md
Fix for alter attach alter_attach-partition (fixes #5312). English version.
2019-11-27 19:49:13 -04:00
alexey-milovidov
d8fa0871b9
Merge pull request #7932 from den-crane/patch-10
Doc change. OPTIMIZE DEDUPLICATE description
2019-11-27 23:20:48 +03:00
alexey-milovidov
0a018a50c6
Merge pull request #7901 from den-crane/patch-8
Update alter.md
2019-11-27 23:13:03 +03:00
alexey-milovidov
6fa25e07c4
Merge pull request #7922 from Vxider/fix-cli-docs
fix cli docs
2019-11-27 23:12:15 +03:00
Sergei Bocharov
cf9a636100 Docs: Added Content-Type Header 2019-11-27 14:56:24 +03:00
Vladimir Chebotarev
a99c6382d6 Fixed documentation according to new logic of checking TTL expressions. 2019-11-27 13:11:17 +03:00
Sergei Bocharov
06423bb2eb Fixes after review 2019-11-27 12:12:37 +03:00
liu-bov
56eef87d29 docs(bitmapSubsetLimit): Added bitmapSubsetLimit description 2019-11-27 12:12:37 +03:00
Denis Zhuravlev
b0757a55dd
Update misc.md
- If you specify `DEDUPLICATE`, then completely identical lines will collapse (values in all columns are compared), it makes sense only for the MergeTree engine.
2019-11-26 12:28:22 -04:00
Denis Zhuravlev
4cb8cadfb6
Update misc.md
OPTIMIZE DEDUPLICATE description
2019-11-26 12:25:45 -04:00
alexey-milovidov
ee1da402af
Merge pull request #7918 from SQkaer/master
update translation of developer_instruction in zh
2019-11-26 18:45:36 +03:00
rainbowsysu
10de3fc8e9 fix some typing error 2019-11-26 22:02:53 +08:00
rainbowsysu
db92da9086 adjust the translation if there is any uncomfortable in reading 2019-11-26 21:34:17 +08:00
Sergei Shtykov
ad1e613bc3 CLICKHOUSEDOCS-129: Typo fix. 2019-11-26 16:11:44 +03:00
Sergei Shtykov
5e9f58d014 CLICKHOUSEDOCS-129: EN review. RU translastion. 2019-11-26 15:59:48 +03:00
Sergei Bocharov
f3f54acb12 Fixes 2019-11-26 15:47:06 +03:00
liu-bov
fb64ebb61e docs(arrayCompact): fix newly added description 2019-11-26 15:47:06 +03:00
liu-bov
92195224b5 docs(arrayCompact): add description 2019-11-26 15:47:06 +03:00
FeehanG
27a8d4b6d6 Update cli.md (#72) 2019-11-26 15:11:31 +03:00
Olga Khvostikova
7bcb4f3e62
Merge pull request #7884 from reilee/patch-1
Update index.md
2019-11-26 14:16:16 +03:00
Olga Khvostikova
d4edbd23d8
Merge pull request #7848 from nauu/docs-ttl
[Documentation]Translate the TTL part of MergeTree in the document into Chinese
2019-11-26 13:45:14 +03:00
Vxider
967eaef525 fix cli docs 2019-11-26 17:22:50 +08:00
rainbowsysu
728f0bcb25 update translation of developer_instruction in zh 2019-11-25 20:47:29 +08:00
Nikita Mikhaylov
7c59fd4795
Merge pull request #7894 from nikitamikhaylov/segmentating_functions
Returning back segmentation engines for JSONEachRow and CSV formats.
2019-11-25 13:12:18 +03:00
Sergei Bocharov
005dc2a9ac Fixes 2019-11-25 11:58:02 +03:00
Sergei Bocharov
5c9e6900b5 Added examples 2019-11-25 11:55:33 +03:00
Denis Zhuravlev
064644828e
Update alter.md
Fix for alter attach alter_attach-partition (fixes #5312)
2019-11-24 16:59:30 -04:00
alexey-milovidov
8b4e12798e
Merge pull request #7879 from Akazz/doc/move_dev_instruction
[Documentation] Moved developer instruction
2019-11-23 19:20:55 +03:00
Alexey Milovidov
e1d8e42cf4 Merge branch 'master' of github.com:yandex/ClickHouse 2019-11-23 03:13:09 +03:00
Alexey Milovidov
55ee480043 Updated roadmap 2019-11-23 03:12:50 +03:00
Nikita Mikhaylov
7bcebe2742
Merge pull request #7891 from andrei-karpliuk/docs_fix_note_formatting
fix incorrect Note formatting
2019-11-22 21:47:12 +03:00
tavplubix
e19220cb69
Merge pull request #7889 from godfreyd/en-docs/CLICKHOUSEDOCS-366
docs(bitTest, bitTestAny, bitTestAll):The new description of `bitTest…
2019-11-22 21:10:02 +03:00
tavplubix
f1afb3d0c8
Merge pull request #7880 from arenadata/fix_or_zero_and_or_null_conversion
Add exception for illegal types for conversion functions with -OrZero postfix
2019-11-22 21:03:58 +03:00
Nikita Mikhaylov
fc055fc7a1 better documentation 2019-11-22 16:56:59 +03:00
andrei-karpliuk
5df6878de6 fix incorrect Note formatting 2019-11-22 16:02:33 +03:00
Sergei Bocharov
05e05a709e Fixes 2019-11-22 14:53:56 +03:00
elenaspb2019
ffa3378fcd docs(bitTest, bitTestAny, bitTestAll):The new description of bitTest, bitTestAny, bitTestAll functions were added. 2019-11-22 14:46:18 +03:00
Alexander Kazakov
21cf4fd35e Updated ToC in Chinese 2019-11-22 14:21:21 +03:00
Alexander Kazakov
b29054270f Slighly better wording 2019-11-22 13:13:13 +03:00
Alexander Kazakov
1e2e7b41da Updated ToC. Symlinks for fa/zh developer instructions 2019-11-22 12:59:20 +03:00
Reilee
f8d3a0d522
Update index.md
本地人 -> 本地
2019-11-22 12:28:23 +09:00
Nikita Mikhaylov
762d295ab0
Merge pull request #7780 from ClickHouse/aku/parallel-parsing
Merging parallel format parsing
2019-11-22 01:54:47 +03:00
akonyaev
78f13839ac Add exception for illegal types for conversion functions with -OrZero or -OrNull postfixes.
Add docs for conversion functions with -OrZero and -OrNull postfixes.
2019-11-21 18:46:25 +03:00
Olga Khvostikova
824c9f1655
Merge pull request #7857 from MeteHanC/master
Added Comprehension to Improve Performance
2019-11-21 18:41:31 +03:00
Alexander Kazakov
6f3791f507 Moved developer instruction 2019-11-21 18:03:19 +03:00
alexey-milovidov
6621fb852f
Update settings.md 2019-11-21 15:25:07 +03:00
alexey-milovidov
05c39e5432
Update settings.md 2019-11-21 15:24:42 +03:00
alexey-milovidov
cf39761ddf
Update metrica.md 2019-11-21 12:24:53 +03:00
alexey-milovidov
970ad9d84a
Update metrica.md 2019-11-21 12:23:03 +03:00
Guillaume Tassery
7983b62b1f
Merge branch 'master' into move_partition 2019-11-21 15:06:14 +07:00
BayoNet
d45898a759 CLICKHOUSEDOCS-121: Introspection functions description. 2019-11-21 08:58:57 +03:00
alexey-milovidov
ea2b5b8c94
Merge pull request #7869 from pufit/patch-1
typo
2019-11-21 00:27:54 +03:00
Alexey Milovidov
d61507801c Updated roadmap 2019-11-20 23:58:38 +03:00
Alexey Milovidov
5f507f43bf Updated roadmap 2019-11-20 23:57:38 +03:00
Alexey Milovidov
d2c39b40d5 Updated roadmap 2019-11-20 23:55:26 +03:00
pufit
b8438de504
typo
неприемлимо -> неприемлемо
2019-11-20 21:17:49 +03:00
BayoNet
7aee9567ef Merge branch 'master' of github.com:ClickHouse/ClickHouse into en-docs/CLICKHOUSEDOCS-121-addressToLine 2019-11-20 15:50:47 +03:00
Alexey Milovidov
eb6db2bb54 Merge branch 'master' of github.com:yandex/ClickHouse 2019-11-20 15:17:37 +03:00
Alexey Milovidov
68946cfd09 Changed wording 2019-11-20 15:17:25 +03:00
tavplubix
82407a173d
Merge pull request #7809 from viktortnk/arrayFlatten-documentation
document arrayFlatten (flatten) in en, ru
2019-11-20 15:12:36 +03:00
Denis Zhuravlev
6ae19e69f2 Doc change. ATTACH PARTITION FROM (#7827)
* Update alter.md

ATTACH PARTITION FROM

* Update alter.md

ATTACH PARTITION FROM
2019-11-20 15:07:53 +03:00
Denis Zhuravlev
ea13ed1949 Doc change. Partition key instead of old month (#7828)
* Update insert_into.md

Partition key instead of old month

* Update insert_into.md

Partition key instead of old month

* Update insert_into.md

Partition key instead of old month
2019-11-20 15:04:00 +03:00
Alexey Milovidov
7bbbd62353 Added descriptions to some tasks 2019-11-20 14:34:23 +03:00
BayoNet
9c6e024e4c CLICKHOUSEDOCS-466: Links 2019-11-20 13:05:50 +03:00
BayoNet
1cce81ee0d Merge branch 'master' of github.com:ClickHouse/ClickHouse into en-docs/CLICKHOUSEDOCS-466-query-profiler-settings 2019-11-20 12:57:37 +03:00
BayoNet
53e701dba3
DOCS-462: trace_log system table and trace_log configuration section docs. (#7842)
* CLICKHOUSEDOCS-462: Started to write.

* CLICKHOUSEDOCS-462: EN docs for trace_log system table and trace_log section of server configuration parameters.

* CLICKHOUSEDOCS-462: Query syntax fix.

* Update docs/en/operations/server_settings/settings.md

Co-Authored-By: Ivan Blinkov <github@blinkov.ru>

* Update docs/en/operations/system_tables.md

Co-Authored-By: Ivan Blinkov <github@blinkov.ru>

* Update docs/en/operations/system_tables.md

Co-Authored-By: Ivan Blinkov <github@blinkov.ru>

* CLICKHOUSEDOCS-462: Clarification.
2019-11-20 12:33:29 +03:00
BayoNet
194c25a2a7 CLICKHOUSEDOCS-466: EN docs for query_profiler* settings. 2019-11-20 12:15:52 +03:00
Metehan Çetinkaya
2c37e31d2e
Added comprehension to improve performance 2019-11-20 09:12:42 +03:00
zhukai
0bed00249f Add the missing tags 2019-11-20 12:38:40 +08:00
Guillaume Tassery
8239873605 git push origin move_partitionMerge branch 'master' of github.com:ClickHouse/ClickHouse into move_partition 2019-11-20 05:05:23 +01:00
zhukai
7e14a102fc Add the translate of merge_with_ttl_timeout setting. Solve the "Link to nowhere " error
# Conflicts:
#	docs/zh/operations/table_engines/mergetree.md
2019-11-20 11:59:49 +08:00
zhukai
5a007a36d2 Add the translate of merge_with_ttl_timeout setting.
Solve the error "Link to nowhere: #mergetree_setting-merge_with_ttl_timeout"
Translate the TTL part of MergeTree in the document into Chinese

# Conflicts:
#	docs/zh/operations/table_engines/mergetree.md
2019-11-20 10:20:32 +08:00
Alexey Milovidov
e169f1493b Minor clarifications 2019-11-20 03:36:30 +03:00
Alexey Milovidov
f7ceaf698e Updates + fixed error found by @govorov_n 2019-11-20 03:27:56 +03:00
Alexey Milovidov
7b6e61abb6 Removed some people 2019-11-20 02:15:24 +03:00
Alexey Milovidov
c2c7bbf472 Valuable changes by reader request 2019-11-20 01:55:59 +03:00
Alexander Kuzmenkov
9a2b864940 Cleanup 2019-11-19 21:42:51 +03:00
BayoNet
722aac986e CLICKHOUSEDOCS-121: EN docs for the addressToLine function and the allow_introspection_functions setting. 2019-11-19 19:57:03 +03:00
zhukai
841e268c52 Translate the TTL part of MergeTree in the document into Chinese 2019-11-20 00:14:22 +08:00
Artem Zuikov
1efa136e24
Update extended_roadmap.md 2019-11-19 23:03:55 +07:00
BayoNet
cf732d7d8d CLICKHOUSEDOCS-465: RU translation for Holistics article. (#7839) 2019-11-19 16:16:54 +03:00
Alexander Kuzmenkov
7e5731d64e Merge remote-tracking branch 'origin/master' into HEAD 2019-11-19 16:15:47 +03:00
Alexey Milovidov
15cb620f42 Update extended roadmap 2019-11-19 11:25:14 +03:00
alexey-milovidov
2ad5468485
Merge pull request #7831 from Carbyn/patch-1
Update features_considered_disadvantages.md
2019-11-19 10:48:28 +03:00
Ivan Blinkov
91b9bc317c
markdown minor fix 2019-11-19 07:38:09 +03:00
Ivan Blinkov
514a5eba3d
markdown minor fix 2019-11-19 07:37:47 +03:00
Ivan Blinkov
9533a813e8
markdown minor fix 2019-11-19 07:37:20 +03:00
Carbyn
ebc68ab02f
Update features_considered_disadvantages.md 2019-11-19 11:10:18 +08:00
Alexander Kuzmenkov
f8f6de836a remove separate control for threads 2019-11-18 22:45:28 +03:00
Alexander Kuzmenkov
168e15b2ae chunk size -> chunk bytes 2019-11-18 22:45:26 +03:00
evtan
b73da5142f Updating Holistics product to Clickhouse page (#7822)
Thanks for reminding me Ivan, adding Holistics to the list.
2019-11-18 22:21:00 +03:00
evtan
4f9f0108e2 Updating Holistics to Clickhouse support page (#7824)
Updating Holistics support for Clickhouse to Chinese page
2019-11-18 22:19:44 +03:00
Alexey Milovidov
a3a1d5bb0c Added roadmap for 2020 (draft) 2019-11-18 22:10:48 +03:00
alexey-milovidov
63e0e38b3a
Merge pull request #7771 from BayoNet/en-docs/CLICKHOUSEDOCS-129-cli-warning
DOCS-129: Updated cli description.
2019-11-17 23:28:21 +03:00