Ivan Blinkov
aa17da6b68
[docs] adjust SELECT ToC meta ( #10942 )
...
* [docs] adjust SELECT ToC meta
* Update array-join.md
* Update distinct.md
* Update format.md
* Update from.md
* Update group-by.md
* Update having.md
* Update into-outfile.md
* Update join.md
* Update limit-by.md
* Update limit.md
* Update order-by.md
* Update prewhere.md
* Update sample.md
* Update union-all.md
* Update where.md
* Update with.md
2020-05-15 14:25:18 +03:00
Артем Стрельцов
be731ad62e
Merge branch 'master' of github.com:yandex/ClickHouse into complex_key_direct
2020-05-15 12:01:09 +03:00
Ivan Blinkov
cd14f9ebcb
SQL reference refactoring ( #10857 )
...
* split up select.md
* array-join.md basic refactoring
* distinct.md basic refactoring
* format.md basic refactoring
* from.md basic refactoring
* group-by.md basic refactoring
* having.md basic refactoring
* additional index.md refactoring
* into-outfile.md basic refactoring
* join.md basic refactoring
* limit.md basic refactoring
* limit-by.md basic refactoring
* order-by.md basic refactoring
* prewhere.md basic refactoring
* adjust operators/index.md links
* adjust sample.md links
* adjust more links
* adjust operatots links
* fix some links
* adjust aggregate function article titles
* basic refactor of remaining select clauses
* absolute paths in make_links.sh
* run make_links.sh
* remove old select.md locations
* translate docs/es
* translate docs/fr
* translate docs/fa
* remove old operators.md location
* change operators.md links
* adjust links in docs/es
* adjust links in docs/es
* minor texts adjustments
* wip
* update machine translations to use new links
* fix changelog
* es build fixes
* get rid of some select.md links
* temporary adjust ru links
* temporary adjust more ru links
* improve curly brace handling
* adjust ru as well
* fa build fix
* ru link fixes
* zh link fixes
* temporary disable part of anchor checks
2020-05-15 07:34:54 +03:00
BayoNet
948bb81523
DOCS-629: Parameters for Replicated engines ( #10854 )
...
* Updated parameters description.
* CLICKHOUSEDOCS-629: Fixed typo.
* CLICKHOUSEDOCS-629: Updated by comment
* CLICKHOUSEDOCS-629: Fix.
Co-authored-by: Sergei Shtykov <bayonet@yandex-team.ru>
2020-05-14 19:07:13 +03:00
Артем Стрельцов
6b12cfb8e4
documentation added
2020-05-13 19:05:05 +03:00
Ivan Blinkov
efa1e9562b
Update aggregatefunction.md
2020-05-13 18:39:33 +03:00
alesapin
612385d703
Revert "DOCS-628: Stable versions of statistical functions ( #10848 )"
...
This reverts commit 1a4ce6b3c8
.
2020-05-13 16:32:36 +03:00
Vladimir Bunchuk
ee9aaa499a
Update access-rights.md
...
typo fix
2020-05-13 14:59:02 +03:00
Ilya Yatsishin
3e164769aa
Merge pull request #10875 from BayoNet/en-docs/CLICKHOUSEDOCS-504-groupArrayInsertAt
...
DOCS-504: groupArrayInsertAt
2020-05-13 11:50:05 +03:00
BayoNet
1a4ce6b3c8
DOCS-628: Stable versions of statistical functions ( #10848 )
...
* CLICKHOUSEDOCS-628: Mentioned Stable versions of staticsical functions.
* CLICKHOUSEDOCS-628: Sync from EN to RU.
* Update docs/ru/sql-reference/aggregate-functions/reference.md
Co-authored-by: Ivan Blinkov <github@blinkov.ru>
* Update docs/en/sql-reference/aggregate-functions/reference.md
Co-authored-by: Ivan Blinkov <github@blinkov.ru>
* CLICKHOUSEDOCS-628: Updated formatting.
Co-authored-by: Sergei Shtykov <bayonet@yandex-team.ru>
Co-authored-by: Ivan Blinkov <github@blinkov.ru>
2020-05-13 09:08:35 +03:00
Sergei Shtykov
1a2181fb45
Merge branch 'master' of github.com:ClickHouse/ClickHouse into en-docs/CLICKHOUSEDOCS-504-groupArrayInsertAt
2020-05-13 09:02:31 +03:00
Sergei Shtykov
5d2bf3f6ac
CLICKHOUSEDOCS-504: groupArrayInsertAt
2020-05-13 08:58:51 +03:00
AsiaKorushkina
681dc69ae7
asiana21-DOCSUP-789 ( #110 )
...
* docs(groupArrayInsertAt): added the function description
* docs(groupArrayInsertAt): some changes
* docs(groupArrayInsertAt): some changes 2
* docs(groupArrayInsertAt): some changes 3
* docs(groupArrayInsertAt): parameter section changed
* Update docs/en/sql-reference/aggregate-functions/reference.md
Co-authored-by: BayoNet <da-daos@yandex.ru>
* Update docs/en/sql-reference/aggregate-functions/reference.md
Co-authored-by: BayoNet <da-daos@yandex.ru>
* Update docs/en/sql-reference/aggregate-functions/reference.md
Co-authored-by: BayoNet <da-daos@yandex.ru>
* Update docs/en/sql-reference/aggregate-functions/reference.md
Co-authored-by: BayoNet <da-daos@yandex.ru>
* Update docs/en/sql-reference/aggregate-functions/reference.md
Co-authored-by: BayoNet <da-daos@yandex.ru>
* Update docs/en/sql-reference/aggregate-functions/reference.md
Co-authored-by: BayoNet <da-daos@yandex.ru>
* Update docs/en/sql-reference/aggregate-functions/reference.md
Co-authored-by: BayoNet <da-daos@yandex.ru>
* Update docs/en/sql-reference/aggregate-functions/reference.md
Co-authored-by: BayoNet <da-daos@yandex.ru>
* Update docs/en/sql-reference/aggregate-functions/reference.md
Co-authored-by: BayoNet <da-daos@yandex.ru>
* docs(groupArrayInsertAt): some examples are added
* docs(groupArrayInsertAt): russian translation added
* docs(groupArrayInsertAt): some change in russian translation
Co-authored-by: asiana21 <asiana21@yandex-team.ru>
Co-authored-by: BayoNet <da-daos@yandex.ru>
2020-05-13 08:46:20 +03:00
Alexey Milovidov
88039e8371
Fix data rot @blinkov
2020-05-13 01:17:32 +03:00
BayoNet
f2e2e993e5
DOCS-289: randConstant ( #10838 )
...
* DOCSUP-778 (#111 )
* docs(randConstant): add description
* docs(randConstant): edit link
* docs(randConstant): corrections after review
* docs(randConstant): add description in Russian
Co-authored-by: egilmanova <egilmanova@yandex-team.ru>
* CLICKHOUSEDOCS-289: Updated descriptions.
* CLICKHOUSEDOCS-289: Fixed links.
* Update docs/ru/sql-reference/functions/random-functions.md
Co-authored-by: Ilya Yatsishin <2159081+qoega@users.noreply.github.com>
* Update docs/en/sql-reference/functions/random-functions.md
Co-authored-by: Ivan Blinkov <github@blinkov.ru>
Co-authored-by: egilmanova <63861789+egilmanova@users.noreply.github.com>
Co-authored-by: egilmanova <egilmanova@yandex-team.ru>
Co-authored-by: Sergei Shtykov <bayonet@yandex-team.ru>
Co-authored-by: Ilya Yatsishin <2159081+qoega@users.noreply.github.com>
Co-authored-by: Ivan Blinkov <github@blinkov.ru>
2020-05-12 19:37:21 +03:00
alex-zaitsev
e24954eebf
Add a description of Altinity services ( #10812 )
...
* Add a description of Altinity services
* Sales pitch removed
2020-05-11 13:56:47 +03:00
ImgBotApp
d78eeab8b3
[ImgBot] Optimize images
...
*Total -- 643.66kb -> 611.81kb (4.95%)
/website/images/yandex.png -- 4.24kb -> 2.04kb (52.04%)
/docs/fr/images/row-oriented.gif -- 40.60kb -> 38.36kb (5.51%)
/docs/tr/images/row-oriented.gif -- 40.60kb -> 38.36kb (5.51%)
/docs/en/images/row-oriented.gif -- 40.60kb -> 38.36kb (5.51%)
/docs/es/images/row-oriented.gif -- 40.60kb -> 38.36kb (5.51%)
/docs/ja/images/row-oriented.gif -- 40.60kb -> 38.36kb (5.51%)
/docs/zh/images/row-oriented.gif -- 40.60kb -> 38.36kb (5.51%)
/docs/ru/images/row-oriented.gif -- 40.60kb -> 38.36kb (5.51%)
/docs/fa/images/row-oriented.gif -- 40.60kb -> 38.36kb (5.51%)
/docs/en/images/column-oriented.gif -- 44.42kb -> 42.75kb (3.77%)
/docs/ja/images/column-oriented.gif -- 44.42kb -> 42.75kb (3.77%)
/docs/tr/images/column-oriented.gif -- 44.42kb -> 42.75kb (3.77%)
/docs/fa/images/column-oriented.gif -- 44.42kb -> 42.75kb (3.77%)
/docs/zh/images/column-oriented.gif -- 44.42kb -> 42.75kb (3.77%)
/docs/ru/images/column-oriented.gif -- 44.42kb -> 42.75kb (3.77%)
/docs/es/images/column-oriented.gif -- 44.42kb -> 42.75kb (3.77%)
/docs/zh/images/logo.svg -- 0.37kb -> 0.36kb (1.06%)
/docs/tr/images/logo.svg -- 0.37kb -> 0.36kb (1.06%)
/docs/en/images/logo.svg -- 0.37kb -> 0.36kb (1.06%)
/docs/fr/images/logo.svg -- 0.37kb -> 0.36kb (1.06%)
/docs/ru/images/logo.svg -- 0.37kb -> 0.36kb (1.06%)
/docs/ja/images/logo.svg -- 0.37kb -> 0.36kb (1.06%)
/docs/es/images/logo.svg -- 0.37kb -> 0.36kb (1.06%)
/docs/fa/images/logo.svg -- 0.37kb -> 0.36kb (1.06%)
/website/images/mkdocs/copy.svg -- 0.76kb -> 0.76kb (0.38%)
Signed-off-by: ImgBotApp <ImgBotHelp@gmail.com>
2020-05-11 03:31:47 +00:00
Ivan Blinkov
04dafb0331
Update index.md
2020-05-09 19:22:05 +03:00
Ivan Blinkov
092f05f8d4
Update simpleaggregatefunction.md
2020-05-08 18:55:28 +03:00
Ivan Blinkov
e386d701db
Update revoke.md
2020-05-08 16:58:38 +03:00
Ivan Blinkov
218fcfe9ca
Update revoke.md
2020-05-08 15:02:19 +03:00
Ivan Blinkov
21d8b6288d
[docs] generate AMP versions for docs articles ( #10732 )
...
* Refactoring in preparation for AMP support
* infrastructure for AMP validation
* Add Metrika counter on AMP page + adjust layout
* more content fixes
* improve amp layout
* improve navigation
* Move converting admonitions to generation time
* strict amp test check
* Batch AMP validation
* Add date published/modified to docs articles and their ld+json meta
* few more content fixes
* improve ld+json meta
* adjust margins
* skip published/modified for stable release docs
* adapt single page mode
* update po
* skip published/modified for single page docs
* update po
* adjust layout
* adjust layout
2020-05-08 11:04:09 +03:00
Ilya Yatsishin
1d281ec032
Merge pull request #10652 from BayoNet/docs/CLICKHOUSEDOCS-623-dicts
...
DOCS-623: Updated introduction to external dictionaries
2020-05-08 09:35:13 +03:00
Alexey Dushechkin
0237152806
Fix typo passing -> padding in toFixedString
2020-05-08 08:54:53 +07:00
Artem Streltsov
5220d9a4db
small docs edit ( #10731 )
...
Co-authored-by: Артем Стрельцов <artemstreltsov@Air-2.local>
2020-05-07 23:00:30 +03:00
BayoNet
412992f46f
DOCS-606: JSONExtractKeysAndValuesRaw ( #10695 )
...
* DOCSUP-999: JSONExtractKeysAndValuesRaw (#109 )
* added english description
* fixes
* added russian translation
Co-authored-by: Elizaveta Mironyuk <emironyuk@yandex-team.ru>
* CLICKHOUSEDOCS-606: Fixed translation.
* Update docs/en/sql-reference/functions/json-functions.md
Co-authored-by: Ivan Blinkov <github@blinkov.ru>
* CLICKHOUSEDOCS-606: Updated by comments.
* Updated by comments.
* CLICKHOUSEDOCS-606: Updated by comments.
Co-authored-by: emironyuk <62014692+emironyuk@users.noreply.github.com>
Co-authored-by: Elizaveta Mironyuk <emironyuk@yandex-team.ru>
Co-authored-by: Sergei Shtykov <bayonet@yandex-team.ru>
Co-authored-by: Ivan Blinkov <github@blinkov.ru>
2020-05-07 21:38:27 +03:00
alexey-milovidov
eeac7aa313
Merge pull request #10622 from kekekekule/layout_direct
...
Add direct layout for dictionaries
2020-05-07 01:05:29 +03:00
alexey-milovidov
4df7dd8c2b
Merge pull request #10656 from azat/kafka-consumer-hang
...
Kafka cleanup
2020-05-07 00:20:31 +03:00
BayoNet
4ec7821fec
DOCS-624: Fixing links to nowhere 2 ( #10703 )
...
* enbaskakova-DOCSUP-652 (#101 )
* "docs(orNull&orDefault): Functions 'orNull&orDefault' have been edited"
* "docs(orNull&orDefault): Functions 'orNull&orDefault' have been edited"
* "docs(orNull&orDefault): Functions 'orNull&orDefault' have been edited"
* Update docs/en/sql_reference/aggregate_functions/combinators.md
Co-Authored-By: BayoNet <da-daos@yandex.ru>
* Update docs/en/sql_reference/aggregate_functions/combinators.md
Co-Authored-By: BayoNet <da-daos@yandex.ru>
* Update docs/en/sql_reference/aggregate_functions/combinators.md
Co-Authored-By: BayoNet <da-daos@yandex.ru>
* Update docs/en/sql_reference/aggregate_functions/combinators.md
Co-Authored-By: BayoNet <da-daos@yandex.ru>
* Update docs/en/sql_reference/aggregate_functions/combinators.md
Co-Authored-By: BayoNet <da-daos@yandex.ru>
* "docs(orNull&orDefault): Functions 'orNull&orDefault' have been edited"
* "docs(orNull&orDefault): Functions 'orNull&orDefault' have been edited"
* "docs(orNull&orDefault): Functions 'orNull&orDefault' have been edited"
Co-authored-by: elenbaskakova <elenbaskakova@yandex-team.ru>
Co-authored-by: BayoNet <da-daos@yandex.ru>
* Revert "enbaskakova-DOCSUP-652 (#101 )" (#107 )
This reverts commit 639fee7610
.
* CLICKHOUSEDOCS-624: Fixed en
* CLICKHOUSEDOCS-624: Fixed RU.
* CLICKHOUSEDOCS-624: Fixed ES and FR.
* CLICKHOUSEDOCS-624: Fixed JA and TR
* CLICKHOUSEDOCS-624: Fixed FA.
* CLICKHOUSEDOCS-624: Fixed ZH.
* Update docs/tools/test.py
Co-authored-by: Ivan Blinkov <github@blinkov.ru>
* Update docs/tools/test.py
Co-authored-by: Ivan Blinkov <github@blinkov.ru>
Co-authored-by: elenaspb2019 <47083263+elenaspb2019@users.noreply.github.com>
Co-authored-by: elenbaskakova <elenbaskakova@yandex-team.ru>
Co-authored-by: Sergei Shtykov <bayonet@yandex-team.ru>
Co-authored-by: Ivan Blinkov <github@blinkov.ru>
2020-05-06 22:28:06 +03:00
Ivan Blinkov
d156698cba
Update adopters.md
2020-05-06 21:09:24 +03:00
Ivan Blinkov
f267389278
[docs] Add favicons on adopters page ( #10706 )
...
* Add favicons on adopters page
* rm excessive class
* remove useless js comments
2020-05-06 19:25:42 +03:00
Aleksey
845dab0245
Update docs/en/interfaces/third-party/integrations.md
...
Co-authored-by: Ivan Blinkov <github@blinkov.ru>
2020-05-06 19:10:20 +03:00
Aleksey
ca621483a5
Update docs/en/interfaces/third-party/integrations.md
...
Co-authored-by: Ilya Yatsishin <2159081+qoega@users.noreply.github.com>
2020-05-06 19:10:04 +03:00
Ilya Yatsishin
f19f4930ce
Merge pull request #10649 from BayoNet/docs/CLICKHOUSEDOCS-441-orNull-orDefault
...
DOCS-441: OrNull, OrDefault
2020-05-06 14:51:26 +03:00
Fan()
fd50b543cf
Update settings.md
2020-05-06 18:02:10 +08:00
Ilya Yatsishin
173f38dbef
Merge pull request #10626 from BayoNet/docs/CLICKHOUSEDOCS-601-isConstant
...
DOCS-601: isConstant
2020-05-06 10:47:49 +03:00
BayoNet
dba72d73fe
DOCS-624: Fixing links to nowhere ( #10675 )
...
* enbaskakova-DOCSUP-652 (#101 )
* "docs(orNull&orDefault): Functions 'orNull&orDefault' have been edited"
* "docs(orNull&orDefault): Functions 'orNull&orDefault' have been edited"
* "docs(orNull&orDefault): Functions 'orNull&orDefault' have been edited"
* Update docs/en/sql_reference/aggregate_functions/combinators.md
Co-Authored-By: BayoNet <da-daos@yandex.ru>
* Update docs/en/sql_reference/aggregate_functions/combinators.md
Co-Authored-By: BayoNet <da-daos@yandex.ru>
* Update docs/en/sql_reference/aggregate_functions/combinators.md
Co-Authored-By: BayoNet <da-daos@yandex.ru>
* Update docs/en/sql_reference/aggregate_functions/combinators.md
Co-Authored-By: BayoNet <da-daos@yandex.ru>
* Update docs/en/sql_reference/aggregate_functions/combinators.md
Co-Authored-By: BayoNet <da-daos@yandex.ru>
* "docs(orNull&orDefault): Functions 'orNull&orDefault' have been edited"
* "docs(orNull&orDefault): Functions 'orNull&orDefault' have been edited"
* "docs(orNull&orDefault): Functions 'orNull&orDefault' have been edited"
Co-authored-by: elenbaskakova <elenbaskakova@yandex-team.ru>
Co-authored-by: BayoNet <da-daos@yandex.ru>
* Revert "enbaskakova-DOCSUP-652 (#101 )" (#107 )
This reverts commit 639fee7610
.
* CLICKHOUSEDOCS-624: Fixed links. Was 60, became 13.
* CLICKHOUSEDOCS-624: Finished fix links in Enlish version.
* CLICKHOUSEDOCS-624: Fixed RU links
Co-authored-by: elenaspb2019 <47083263+elenaspb2019@users.noreply.github.com>
Co-authored-by: elenbaskakova <elenbaskakova@yandex-team.ru>
Co-authored-by: Sergei Shtykov <bayonet@yandex-team.ru>
2020-05-06 09:13:29 +03:00
Fan()
4ce18e493b
Update select.md ( #10688 )
...
data not date
2020-05-06 08:11:09 +03:00
alexey-milovidov
28c122b0c5
Merge pull request #9983 from BayoNet/docs/CLICKHOUSEDOCS-558-RBAC-introduction
...
DOCS-558: RBAC for ClickHouse 20.4
2020-05-05 21:05:52 +03:00
alexey-milovidov
7cdf7a0901
Fix terrible data rott @blinkov
2020-05-05 20:44:18 +03:00
alexey-milovidov
f8682a4be4
Update metrica.md
2020-05-05 20:43:01 +03:00
alexey-milovidov
c54f6d5a66
Merge pull request #10546 from kyprizel/master
...
Lexer, ast, checksum and column specs fuzzers added
2020-05-05 14:50:55 +03:00
alexey-milovidov
d7537a6e68
Update tests.md
2020-05-05 14:47:45 +03:00
Azat Khuzhin
9e14db2091
Add missing kafka settings into docs
2020-05-04 17:23:05 +03:00
Sergei Shtykov
efa040050c
CLICKHOUSEDOCS-623: Typo fix.
2020-05-04 14:42:34 +03:00
Sergei Shtykov
37d7bedba2
CLICKHOUSEDOCS-623: Updated introduction to external dictionaries.
2020-05-04 14:39:43 +03:00
Sergei Shtykov
6b70570916
CLICKHOUSEDOCS-441: Synchronized Russian version with English for CollapcingMergeTreealgorithm.
2020-05-04 14:03:22 +03:00
Sergei Shtykov
6999ce3afa
CLICKHOUSEDOCS-441: Updated the description.
2020-05-04 11:42:48 +03:00
Sergei Shtykov
0bbe1f97ab
CLICKHOUSEDOCS-441: OrDefault, OrNull
2020-05-04 11:15:49 +03:00
elenaspb2019
d659a08a46
elenbaskakova-DOCSUP-652 ( #108 )
...
* "docs(orNull&orDefault): Functions 'orNull&orDefault' have been edited"
* "docs(orNull&orDefault): Functions 'orNull&orDefault' have been edited"
* "docs(orNull&orDefault): Functions 'orNull&orDefault' have been edited"
* Update docs/en/sql_reference/aggregate_functions/combinators.md
Co-Authored-By: BayoNet <da-daos@yandex.ru>
* Update docs/en/sql_reference/aggregate_functions/combinators.md
Co-Authored-By: BayoNet <da-daos@yandex.ru>
* Update docs/en/sql_reference/aggregate_functions/combinators.md
Co-Authored-By: BayoNet <da-daos@yandex.ru>
* Update docs/en/sql_reference/aggregate_functions/combinators.md
Co-Authored-By: BayoNet <da-daos@yandex.ru>
* Update docs/en/sql_reference/aggregate_functions/combinators.md
Co-Authored-By: BayoNet <da-daos@yandex.ru>
* "docs(orNull&orDefault): Functions 'orNull&orDefault' have been edited"
* "docs(orNull&orDefault): Functions 'orNull&orDefault' have been edited"
* "docs(orNull&orDefault): Functions 'orNull&orDefault' have been edited"
Co-authored-by: elenbaskakova <elenbaskakova@yandex-team.ru>
Co-authored-by: BayoNet <da-daos@yandex.ru>
2020-05-04 11:11:35 +03:00
Ruzal Ibragimov
9d257528e7
Update developer-instruction.md
2020-05-03 20:14:29 +03:00
Nikolay Degterinsky
a3e557a5d2
documentation is added & added 'direct' layout into integragion test
2020-05-03 15:55:22 +03:00
BayoNet
f9fd2306a1
DOCS-437: getMacro ( #10614 )
...
* asiana21-DOCSUP-923 (#103 )
* docs(getMacro): added the function descriprion
* docs(getMacro): some changes
* Update docs/en/sql_reference/functions/other_functions.md
Co-authored-by: BayoNet <da-daos@yandex.ru>
* Update docs/en/sql_reference/functions/other_functions.md
Co-authored-by: BayoNet <da-daos@yandex.ru>
* Update docs/en/sql_reference/functions/other_functions.md
Co-authored-by: BayoNet <da-daos@yandex.ru>
* docs(getMacro): added translation of the function description
Co-authored-by: asiana21 <asiana21@yandex-team.ru>
Co-authored-by: BayoNet <da-daos@yandex.ru>
* CLICKHOUSEDOCS-437: getMacro
* CLICKHOUSEDOCS-437: Fixed conflicts.
* Update docs/en/sql-reference/functions/other-functions.md
Co-authored-by: Ivan Blinkov <github@blinkov.ru>
* Update docs/en/sql-reference/functions/other-functions.md
Co-authored-by: Ivan Blinkov <github@blinkov.ru>
* Update docs/en/sql-reference/functions/other-functions.md
Co-authored-by: Ivan Blinkov <github@blinkov.ru>
* Update docs/en/sql-reference/functions/other-functions.md
Co-authored-by: Ivan Blinkov <github@blinkov.ru>
* Update docs/en/sql-reference/functions/other-functions.md
Co-authored-by: Ivan Blinkov <github@blinkov.ru>
* CLICKHOUSEDOCS-437: Updated by comments.
Co-authored-by: AsiaKorushkina <43650329+AsiaKorushkina@users.noreply.github.com>
Co-authored-by: asiana21 <asiana21@yandex-team.ru>
Co-authored-by: Sergei Shtykov <bayonet@yandex-team.ru>
Co-authored-by: Ivan Blinkov <github@blinkov.ru>
2020-05-02 21:01:13 +03:00
emironyuk
965c18e80e
created new branch for isConstant function, added russian translation ( #105 )
...
Co-authored-by: Elizaveta Mironyuk <emironyuk@yandex-team.ru>
2020-05-02 18:14:10 +03:00
alexey-milovidov
1f3c2ce243
Fix data rott @blinkov
2020-05-01 22:34:32 +03:00
Sergei Shtykov
7400be8552
CLICKHOUSEDOCS-558: Resolved conflicts after #10606
2020-05-01 17:48:16 +03:00
Sergei Shtykov
8e2747d4b0
Merge branch 'master' of github.com:ClickHouse/ClickHouse into docs/CLICKHOUSEDOCS-558-RBAC-introduction
2020-05-01 16:49:56 +03:00
Ivan Blinkov
d91c97d15d
[docs] replace underscores with hyphens ( #10606 )
...
* Replace underscores with hyphens
* remove temporary code
* fix style check
* fix collapse
2020-04-30 21:19:18 +03:00
BayoNet
701fdc5d2d
DOCS-372: background_pool_size ( #10589 )
...
* background_pool_size setting documentation (DOCSUP-707) (#102 )
* background_pool_size setting documentation
* background_pool_size documentation: changes after review
* background_pool_size documentation: RU version
* CLICKHOUSEDOCS-372: Described background_pool_size.
* Update docs/en/operations/settings/settings.md
Co-Authored-By: Ivan Blinkov <github@blinkov.ru>
* CLICKHOUSEDOCS-372: Updated by comments.
Co-authored-by: otrazhenia <56156889+otrazhenia@users.noreply.github.com>
Co-authored-by: Sergei Shtykov <bayonet@yandex-team.ru>
Co-authored-by: Ivan Blinkov <github@blinkov.ru>
2020-04-30 16:18:48 +03:00
Alexander Kuzmenkov
7f5b57c6c5
Merge pull request #10559 from ClickHouse/aku/summap-experiment
...
Merge pull request #10000 (sumMap for Tuple argument)
2020-04-30 11:56:04 +03:00
tavplubix
63d85c9119
Update http.md
2020-04-29 13:44:45 +03:00
tai
89820f3458
modify doc for custom http
2020-04-29 15:05:40 +08:00
Sergei Shtykov
582de246dd
CLICKHOUSEDOCS-558: Updated by comment.
2020-04-29 08:57:55 +03:00
Sergei Shtykov
08a086da03
CLICKHOUSEDOCS-558: Deleted mention about no_database database for getDict becouse this logic will change.
2020-04-28 20:59:08 +03:00
Ivan Blinkov
b028288350
Switch to httpS://repo.clickhouse.tech for deb packages ( #10529 )
...
* Switch to httpS://repo.clickhouse.tech for deb packages
* deduplicate install instructions
2020-04-28 19:39:50 +03:00
Grigory
99561ab8e8
fix typo ( #10556 )
2020-04-28 17:21:14 +03:00
Eldar Zaitov
043be916cb
Add miniman fuzzing documentation, fix code style.
2020-04-28 13:35:44 +03:00
Vladimir
647ea5e810
Fixed the wrong link. ( #10518 )
2020-04-27 11:30:12 +03:00
Aleksey
84d73c88fd
Added Ruby integrations activecube
2020-04-27 11:20:27 +03:00
alexey-milovidov
4c17542096
Merge pull request #10465 from kekekekule/ddl_settings
...
Add custom settings support in DDL-queries for CREATE DICTIONARY
2020-04-26 20:25:29 +03:00
alexey-milovidov
8b1e504b19
Merge pull request #10497 from azat/kafka
...
Tiny kafka fixes
2020-04-25 23:50:22 +03:00
alexey-milovidov
21fb686e4a
Merge pull request #10499 from GoToCoding/patch-1
...
Update developer_instruction.md
2020-04-25 23:49:10 +03:00
Dmitry
07664ec514
Documentation, add info about Elixit client Pillar
2020-04-25 20:34:46 +03:00
Ruzal Ibragimov
524284c123
Update developer_instruction.md
...
Fix creating testing databases.
2020-04-25 20:02:32 +03:00
Mikhail f. Shiryaev
97253eb4cf
Add link to clickhouse-plantuml
2020-04-25 12:05:59 +02:00
Azat Khuzhin
83ab91f1ad
docs/kafka: use ATTACH TABLE over ATTACH MATERIALIZED VIEW (all langs)
...
Since later requires full specification (engine and so on).
2020-04-25 03:08:00 +03:00
Anton Popov
f937cf99a6
fix docs of 'generateRandom' function
2020-04-25 00:47:27 +03:00
Артем Стрельцов
96de73fb37
documentation edit (previous had mistypes)
2020-04-24 22:30:14 +03:00
Артем Стрельцов
091d631b72
documentation edit
2020-04-24 22:28:11 +03:00
Ivan Blinkov
388bcffec9
Rearrange includes at docs+changelog and move description templates ( #10472 )
...
* temp commit
* rearrange includes
2020-04-24 12:50:22 +03:00
Ivan Blinkov
f645a5beca
some non-breaking spaces
2020-04-24 10:52:07 +03:00
Ivan Blinkov
86d9eae195
restore lost word
2020-04-24 10:50:05 +03:00
alexey-milovidov
378107cd3f
Update ansi.md
2020-04-24 10:30:31 +03:00
Ivan Blinkov
3e8fc9478b
remove excessive css class
2020-04-24 10:04:47 +03:00
Ivan Blinkov
54e09dc20a
Draft of ANSI SQL compatibility article ( #10457 )
2020-04-24 10:02:44 +03:00
BayoNet
51922d3f3c
DOCS-595: Updated the example for MergeTree storage config ( #10410 )
...
* CLICKHOUSEDOCS-595: Updated the example.
* CLICKHOUSEDOCS-595: Fixed in other languages.
Co-authored-by: Sergei Shtykov <bayonet@yandex-team.ru>
2020-04-23 11:05:27 +03:00
BayoNet
91fe5096ec
DOCS-30: min_insert_block_size_rows and min_insert_block_size_bytes ( #10344 )
...
* DOCSUP-710: min_insert_block_size_rows & min_insert_block_size_bytes settings (#99 )
* docs(min_insert_block_size rows&&min_insert_block_size_bytes): added description
* Apply suggestions from review
Co-Authored-By: BayoNet <da-daos@yandex.ru>
* added russian translation
Co-authored-by: Elizaveta Mironyuk <emironyuk@yandex-team.ru>
Co-authored-by: BayoNet <da-daos@yandex.ru>
* CLICKHOUSEDOCS-30: min_insert_block_size_rows and min_insert_block_size_bytes
* CLICKHOUSEDOCS-30: Typo fix.
Co-authored-by: emironyuk <62014692+emironyuk@users.noreply.github.com>
Co-authored-by: Elizaveta Mironyuk <emironyuk@yandex-team.ru>
Co-authored-by: Sergei Shtykov <bayonet@yandex-team.ru>
2020-04-22 20:20:47 +03:00
Ivan Blinkov
ab150f96a1
[website] get rid of remnants of old markup (from benchmark pages) ( #10412 )
...
* rm outdated nginx config
* get rid of most outdated markup of benchmark.html
* reformat js
* get rid of ru comments + wrap benchmark.js in a function call
* split benchmark results into separate files
* adjust links to benchmarks
* refactor hardware benchmarks as well
* adjust links
* fix filtering for hardware
* additional markup tuning
2020-04-22 14:30:33 +03:00
hcz
886e54f188
Improve translation of Chinese companies ( #10430 )
2020-04-22 10:24:26 +03:00
BayoNet
52b6dc70fb
DOCS-355: gccMurmurHash ( #10395 )
...
* docs(gccMurmurHash):added the description of function
* docs(gccMurmurHash):some changes
* Update docs/en/sql_reference/functions/hash_functions.md
Co-Authored-By: BayoNet <da-daos@yandex.ru>
* Update docs/en/sql_reference/functions/hash_functions.md
Co-Authored-By: BayoNet <da-daos@yandex.ru>
* Update docs/en/sql_reference/functions/hash_functions.md
Co-Authored-By: BayoNet <da-daos@yandex.ru>
* docs(gccMurmurHash):some changes
* docs(gccMurmurHash):added translation of the function description
* CLICKHOUSEDOCS-355: Little fix.
* Update docs/en/sql_reference/functions/hash_functions.md
Co-Authored-By: Ilya Yatsishin <2159081+qoega@users.noreply.github.com>
* CLICKHOUSEDOCS-355: Updated example
Co-authored-by: asiana21 <asiana21@yandex-team.ru>
Co-authored-by: AsiaKorushkina <43650329+AsiaKorushkina@users.noreply.github.com>
Co-authored-by: Sergei Shtykov <bayonet@yandex-team.ru>
Co-authored-by: Ilya Yatsishin <2159081+qoega@users.noreply.github.com>
2020-04-22 09:50:45 +03:00
Denis Zhuravlev
1892596c4e
fix path to changelog 2018 2017 ( #10408 )
...
* fix path to changelog 2018
* fix path to changelog 2017
2020-04-21 20:58:46 +03:00
tavplubix
1a067484c8
Merge pull request #10137 from kekekekule/direct_queries
...
Add custom settings support for certain dictionary sources
2020-04-21 01:21:32 +03:00
alexey-milovidov
c4758b69a2
Merge pull request #10378 from hczhcz/patch-0420
...
Add JSONExtractKeysAndValuesRaw
2020-04-20 23:30:40 +03:00
Ivan Blinkov
9d83a9dc3d
Fix "en" changelog build ( #10377 )
...
* fix docs build
* some markdown fixes
* more fixes
* fix changelog build
2020-04-20 18:31:56 +03:00
hcz
309a20caf0
Add tests and docs
2020-04-20 18:14:34 +08:00
Ivan Blinkov
c5ca4c3b3a
Docs build/content fixes ( #10374 )
...
* fix docs build
* some markdown fixes
* more fixes
2020-04-20 12:11:13 +03:00
alexey-milovidov
2a4da73c73
Merge pull request #10002 from azat/SimpleAggregateFunction-doc
...
SimpleAggregateFunction initial documentation
2020-04-18 14:56:31 +03:00
alexey-milovidov
e0a121e8d5
Update simpleaggregatefunction.md
2020-04-18 14:56:19 +03:00
Артем Стрельцов
948efff076
Merge branch 'master' of github.com:yandex/ClickHouse into direct_queries
2020-04-17 23:11:10 +03:00
Ivan Blinkov
a06e693901
Update index.md
2020-04-17 15:08:08 +03:00
Ivan Blinkov
b83ecbb916
fix word
2020-04-17 14:54:29 +03:00
Azat Khuzhin
ae52067c30
Update docs/en/sql_reference/data_types/nested_data_structures/simpleaggregatefunction.md
...
Co-Authored-By: Alexander Kuzmenkov <36882414+akuzm@users.noreply.github.com>
2020-04-17 00:16:45 +03:00
Ivan Blinkov
80873d79e3
[docs] tuning of <details> tag, search menu colours and hidden pages ( #10313 )
...
* improve hidden page title
* adjust docsearch menu colors
* enable pymdownx.details
* some <details> styling
* remove useless example
2020-04-16 21:03:52 +03:00
Ildus Kurbangaliev
6244270809
Add SimpleAggregateFunction support for sumMap
2020-04-16 16:43:16 +00:00
Ivan Blinkov
03c575934b
Minor docs content improvements ( #10304 )
...
* Add link to flink-clickhouse-sink + fixes nearby
* Add link to dbal-doctrine
* cleanup ru toc root
* Sort out russian docs ToC a little bit
* Add link collection of commercial support services
2020-04-16 15:55:32 +03:00
Ivan Blinkov
b9c8d919ae
Update install.md
2020-04-16 12:14:30 +03:00
alexey-milovidov
725969289e
Update adopters.md
2020-04-16 03:50:44 +03:00
alexey-milovidov
2a7396e41d
Update adopters.md
2020-04-16 03:49:47 +03:00
alexey-milovidov
01d3c83193
Update adopters.md
2020-04-16 03:48:07 +03:00
alexey-milovidov
868d28be7b
Update adopters.md
2020-04-16 03:46:59 +03:00
alexey-milovidov
074fdb016b
Update adopters.md
2020-04-16 03:46:24 +03:00
alexey-milovidov
b2f2ceba1f
Update adopters.md
2020-04-16 03:44:46 +03:00
alexey-milovidov
d97121d0ee
Merge pull request #10255 from BayoNet/docs/CLICKHOUSEDOCS-580-repair-select
...
DOCS-580: Fixed select.md and some of the broken links.
2020-04-16 00:46:24 +03:00
Ivan Blinkov
23ca04ee09
Update browse_code.md
2020-04-15 23:18:52 +03:00
Ivan Blinkov
f4d80e81c3
Remove extra slashes
2020-04-15 23:18:24 +03:00
BayoNet
7974fcb9d7
CLICKHOUSEDOCS-582: Column timestamp_ns in system.trace_log ( #10287 )
...
Co-authored-by: Sergei Shtykov <bayonet@yandex-team.ru>
2020-04-15 19:08:16 +03:00
Sergei Shtykov
07314bfa13
Merge branch 'master' of github.com:ClickHouse/ClickHouse into docs/CLICKHOUSEDOCS-558-RBAC-introduction
2020-04-15 17:58:04 +03:00
Sergei Shtykov
be9959e2bc
Updated after review by Vitaliy.
2020-04-15 17:57:49 +03:00
BayoNet
2a335434c6
DOCS-518: EN->RU sync ( #10258 )
...
* Pewit docsup 801 (#97 )
* Add a note about zero-based array indexes.
* add description of input_format_values_deduce_templates_of_expressions, input_format_values_accurate_types_of_literals
* fix description of input_format_values_deduce_templates_of_expressions, input_format_values_accurate_types_of_literals according to templates
* fix: correct minor typos, tenses
* CLICKHOUSEDOCS-518: Some translations.
* CLICKHOUSEDOCS-518: Fixed grammar.
Co-authored-by: pewit-nk <62423826+pewit-nk@users.noreply.github.com>
Co-authored-by: Sergei Shtykov <bayonet@yandex-team.ru>
2020-04-15 11:57:11 +03:00
BayoNet
3c72c7e3b3
DOCS-493: arrayZip ( #10148 )
...
* DOCSUP-927: arrayZip (#95 )
* docs(arrayzip): modified description according to template
* Apply suggestions from review
Co-Authored-By: BayoNet <da-daos@yandex.ru>
* added remark on input array equality
* replaced length with size in input parameters
* docs(arrayZip): added ru version
Co-authored-by: Elizaveta Mironyuk <emironyuk@yandex-team.ru>
Co-authored-by: BayoNet <da-daos@yandex.ru>
* CLICKHOUSEDOCS-493: arrayZip description.
* CLICKHOUSEDOCS-493: Fixes.
* Updated by review.
* CLICKHOUSEDOCS-493: RU version updated by revew.
* CLICKHOUSEDOCS-493: Fixed links.
Co-authored-by: emironyuk <62014692+emironyuk@users.noreply.github.com>
Co-authored-by: Elizaveta Mironyuk <emironyuk@yandex-team.ru>
Co-authored-by: Sergei Shtykov <bayonet@yandex-team.ru>
2020-04-15 11:03:22 +03:00
Артем Стрельцов
104c8877c3
small documentation fix
2020-04-15 01:54:35 +03:00
Artur Beglaryan
5e571f8819
Update alter.md
...
Duplicated REPLCAE PARTITION link
2020-04-14 20:03:44 +03:00
Sergei Shtykov
458f020a1f
CLICKHOUSEDOCS-558: Fix.
2020-04-14 17:14:16 +03:00
Sergei Shtykov
37a971fbe5
CLICKHOUSEDOCS-580: Fixed select.md and some of the broken links.
2020-04-14 15:56:34 +03:00
Sergei Shtykov
822122dec1
CLICKHOUSEDOCS-558: Fixed links.
2020-04-14 13:32:09 +03:00
Sergei Shtykov
d0083b08c1
Merge branch 'master' of github.com:ClickHouse/ClickHouse into docs/CLICKHOUSEDOCS-558-RBAC-introduction
2020-04-14 13:16:10 +03:00
Sergei Shtykov
16f0554bf8
CLICKHOUSEDOCS-558: Ready for review introduction.
2020-04-14 13:14:19 +03:00
Ilya Yatsishin
f1fbd60442
Add instana
2020-04-13 11:16:20 +03:00
alexey-milovidov
bc00e6463a
Merge pull request #10053 from azat/log_queries_type
...
Add log_queries_min_type to filter which entries will be written to query_log
2020-04-12 23:37:42 +03:00
BohuTANG
f5c463e9ad
Fix path and typo in the tests.md
2020-04-12 21:28:36 +08:00
Maroun Maroun
676964de65
Fix typo in the getting started tutorial: "it's" -> "its" ( #10201 )
2020-04-12 12:26:06 +03:00
Azat Khuzhin
365b5207b7
Add log_queries_min_type to filter which entries will be written to query_log
...
Can be used to write into query_log only failed queries (i.e. on memory
exceeded error), by using:
set log_queries_min_type='EXCEPTION_WHILE_PROCESSING'
2020-04-12 10:46:36 +03:00
alexey-milovidov
59b5f88099
Eliminate the rott.
2020-04-11 18:43:13 +03:00
Alexey Milovidov
218b9b3c6c
Remove garbage
2020-04-11 18:40:11 +03:00
Eugene Klimov
68fa04054a
add <prometheus> in server settings and monitoring section ( #10015 )
...
* add description for <prometheus> in server settings and monitoring section
Signed-off-by: Slach <bloodjazman@gmail.com>
* Update docs/en/operations/server_settings/settings.md
Co-Authored-By: BayoNet <da-daos@yandex.ru>
* Update docs/en/operations/server_settings/settings.md
Co-Authored-By: BayoNet <da-daos@yandex.ru>
* Update docs/en/operations/server_settings/settings.md
Co-Authored-By: BayoNet <da-daos@yandex.ru>
* Update docs/en/operations/server_settings/settings.md
Co-Authored-By: BayoNet <da-daos@yandex.ru>
* Update docs/en/operations/server_settings/settings.md
Co-Authored-By: BayoNet <da-daos@yandex.ru>
* Update docs/en/operations/server_settings/settings.md
Co-Authored-By: BayoNet <da-daos@yandex.ru>
* sync russian description with english
Signed-off-by: Slach <bloodjazman@gmail.com>
* Update docs/ru/operations/server_settings/settings.md
* sync russian description with english
Signed-off-by: Slach <bloodjazman@gmail.com>
Co-authored-by: BayoNet <da-daos@yandex.ru>
Co-authored-by: Ilya Yatsishin <2159081+qoega@users.noreply.github.com>
2020-04-11 08:27:24 +03:00
Ivan Blinkov
344be40068
Re-attach index.md to better place in nav + hide empty articles ( #10182 )
2020-04-10 22:22:15 +03:00
Ivan Blinkov
0ecfede695
Update index.md
2020-04-10 21:36:55 +03:00
Azat Khuzhin
68960b59ef
Documentation for SimpleAggregateFunction
...
Someone may not want using something that is not documented (what a
crazy caution).
Follow-up for: #4629
2020-04-10 21:19:12 +03:00
Ivan Blinkov
81a7b4b248
Grammar in operators.md
2020-04-10 16:55:00 +03:00
Ivan Blinkov
2034f09b2a
Grammar in syntax.md
2020-04-10 16:50:38 +03:00
Mikhail f. Shiryaev
91a33e1eec
Fix code wrapping for non-code part ( #10129 )
...
* Fix code wrapping for non-code part
* Fix links, fix formatting
2020-04-10 13:45:25 +03:00
Ivan Blinkov
564bec176e
Update codebrowser links ( #10166 )
...
* Put single-page content into a separate js file
* move break comments
* Update codebrowser links
2020-04-10 13:40:59 +03:00
Артем Стрельцов
5a70a77c4a
Merge branch 'master' into direct_queries
2020-04-09 17:29:37 +03:00
BayoNet
71e2ab43c4
Merges RBAC statements reference with RBAC introduction ( #96 )
...
* CLICKHOUSEDOCS-559: Started to describe GRANT
* CLICKHOUSEDOCS-559: Added headers for some other kinds of quries.
* CLICKHOUSEDOCS-559: Further edits.
* CLICKHOUSEDOCS-559: Updated grant description.
* CLICKHOUSEDOCS-559: The first version for the GRANT statement is finished.
* CLICKHOUSEDOCS-559: Almost finished CREATE USER
* CLICKHOUSEDOCS-559: Finished the first version of CREATE queries.
* CLICKHOUSEDOCS-559: Finished ALTER, DROP and SET.
* CLICKHOUSEDOCS-559: Finished the first version of statements.
* CLICKHOUSEDOCS-559: Update by review.
* CLICKHOUSEDOCS-559: Update by review.
* Update docs/en/query_language/alter.md
* Update docs/en/query_language/create.md
Co-Authored-By: Ilya Yatsishin <2159081+qoega@users.noreply.github.com>
* Update docs/en/query_language/grant.md
Co-Authored-By: Ilya Yatsishin <2159081+qoega@users.noreply.github.com>
* Update by comments. Also RBAC-7 aplied.
* moved new files to new structure
* Adopted added articles to a new structure.
* CLICKHOUSEDOCS-559: Fixed links.
* CLICKHOUSEDOCS-559: Links fix.
* CLICKHOUSEDOCS-559: Updated privileges by RBAC-8 changes
* CLICKHOUSEDOCS-559: Added CREATE, ALTER, DROP, and SHOW queries for QUOTAS and SETTINGS PROFILES.
* CLICKHOUSEDOCS-559: Added ON CLUSTER for CREATE, ALTER, DROP.
* CLICKHOUSEDOCS-559: Fixed code-blocks and the anchor.
* CLICKHOUSEDOCS-559: Edits after the last portion of commentaries.
* CLICKHOUSEDOCS-559: Changed example
Co-authored-by: Sergei Shtykov <bayonet@yandex-team.ru>
Co-authored-by: Ilya Yatsishin <2159081+qoega@users.noreply.github.com>
2020-04-09 17:02:39 +03:00
Sergei Shtykov
aa413869ef
Merge branch 'master' of github.com:ClickHouse/ClickHouse into docs/CLICKHOUSEDOCS-558-RBAC-introduction
2020-04-09 16:55:23 +03:00
Ilya Yatsishin
d6653f1fdc
Merge pull request #10147 from BayoNet/en-docs/CLICKHOUSEDOCS-475-system-dictionaries
...
DOCS-475: system.dictionaries
2020-04-09 16:05:33 +03:00
Sergei Shtykov
4847914eda
CLICKHOUSEDOCS-475: Fixes.
2020-04-09 13:15:54 +03:00
Артем Стрельцов
f2fda85708
documentation edit
2020-04-09 00:53:48 +03:00
zhang2014
aa0fcf4088
ISSUES-10056 update docs
2020-04-09 01:31:28 +08:00
Sergei Shtykov
b06801a2c0
CLICKHOUSEDOCS-475: Links fixed.
2020-04-08 18:09:40 +03:00
Ivan Blinkov
4d298fd420
Update zh docs and fix en docs ( #10125 )
2020-04-08 17:22:25 +03:00
Sergei Shtykov
1bb00b8e2e
Merge branch 'master' of github.com:ClickHouse/ClickHouse into en-docs/CLICKHOUSEDOCS-475-system-dictionaries
2020-04-08 16:30:21 +03:00
Sergei Shtykov
1aeacfb071
Updated fit new structure of en docs.
2020-04-08 16:30:02 +03:00
elenaspb2019
7376428a6b
elenbaskakova-DOCSUP-780 ( #87 )
...
* "docs(system.dictionaries): Table 'system.dictionaries' has been edited"
* "docs(system.dictionaries): Table 'system.dictionaries' has been edited"
* "docs(system.dictionaries): Table 'system.dictionaries' has been edited"
* "docs(system.dictionaries): Table 'system.dictionaries' has been edited"
* "docs(system.dictionaries): Table 'system.dictionaries' has been edited"
* "docs(system.dictionaries): Table 'system.dictionaries' has been edited"
* Update docs/en/operations/system_tables.md
Co-Authored-By: BayoNet <da-daos@yandex.ru>
* "docs(system.dictionaries): Table 'system.dictionaries' has been edited"
* "docs(system.dictionaries): Table 'system.dictionaries' has been edited"
* "docs(system.dictionaries): Table 'system.dictionaries' has been edited"
* Update docs/en/operations/system_tables.md
Co-Authored-By: BayoNet <da-daos@yandex.ru>
* Update docs/en/operations/system_tables.md
Co-Authored-By: BayoNet <da-daos@yandex.ru>
* Update docs/en/operations/system_tables.md
Co-Authored-By: BayoNet <da-daos@yandex.ru>
* Update docs/en/operations/system_tables.md
Co-Authored-By: BayoNet <da-daos@yandex.ru>
* "docs(system.settings): Table 'system.settings' has been edited"
* "docs(system.dictionaries): Table 'system.dictionaries' has been edited"
* "docs(system.dictionaries): Table 'system.dictionaries has been edited"
Co-authored-by: elenbaskakova <elenbaskakova@yandex-team.ru>
Co-authored-by: BayoNet <da-daos@yandex.ru>
2020-04-08 16:22:32 +03:00
BohuTANG
b3b0731c36
Documentation: change testsies to queries in tests.md ( #10122 )
2020-04-08 16:21:55 +03:00
Ivan Blinkov
cf14718588
Update tests.md
2020-04-08 12:57:44 +03:00
Ivan Blinkov
f6f4fb0000
Documentation issues fixes ( #10112 )
2020-04-08 12:09:59 +03:00
alexey-milovidov
1b1661ab50
Update performance_test.md
2020-04-08 02:47:58 +03:00
alexey-milovidov
5d3a3ec6cd
Merge branch 'master' into docs/CLICKHOUSEDOCS-577-test-software
2020-04-08 02:47:21 +03:00
Ivan Blinkov
292579cad0
Docs fixes/improvements ( #10090 )
2020-04-07 18:35:55 +03:00
Ilya Yatsishin
9a2bf270fd
Merge pull request #10036 from kerolasa/docs/cutIP
...
docs: tell the cutIPv6() is cutting bytes not bits
2020-04-07 17:15:11 +03:00
Dmitry Belyavtsev
d300a7da3c
Add ruby library clickhouse-activerecord to list in docs ( #10069 )
...
* Add ruby library clickhouse-activerecord to list in docs
* Add library clickhouse-activerecord in docsfor other locales
2020-04-07 10:48:41 +03:00
BayoNet
fd4e246f62
DOCS-448: system.settings ( #10013 )
...
* elenbaskakova-DOCSUP-847 (#92 )
* "docs(system.settings): Table 'system.settings' has been edited"
* Update docs/en/operations/system_tables.md
Co-Authored-By: BayoNet <da-daos@yandex.ru>
* "docs(system.settings): Table 'system.settings' has been edited"
* Update docs/en/operations/system_tables.md
Co-Authored-By: BayoNet <da-daos@yandex.ru>
* Update docs/en/operations/system_tables.md
Co-Authored-By: BayoNet <da-daos@yandex.ru>
* Update docs/en/operations/system_tables.md
Co-Authored-By: BayoNet <da-daos@yandex.ru>
* Update docs/en/operations/system_tables.md
Co-Authored-By: BayoNet <da-daos@yandex.ru>
* Update docs/en/operations/system_tables.md
Co-Authored-By: BayoNet <da-daos@yandex.ru>
* "docs(system.settings): Table 'system.settings' has been edited"
* "docs(system.settings): Table 'system.settings' has been edited"
Co-authored-by: elenbaskakova <elenbaskakova@yandex-team.ru>
Co-authored-by: BayoNet <da-daos@yandex.ru>
* CLICKHOUSEDOCS-448: Finalizing before pull.
* CLICKHOUSEDOCS-448: Merge fix.
* CLICKHOUSEDOCS-448: Fixed.
* CLICKHOUSEDOCS-448: Clarification.
Co-authored-by: elenaspb2019 <47083263+elenaspb2019@users.noreply.github.com>
Co-authored-by: elenbaskakova <elenbaskakova@yandex-team.ru>
Co-authored-by: Sergei Shtykov <bayonet@yandex-team.ru>
2020-04-06 20:25:59 +03:00
BayoNet
043c86dbb5
DOCS-499: avgWeighted ( #10040 )
...
* CLICKHOUSEDOCS-499: avgWeighted description is added.
* CLICKHOUSEDOCS-499: Update.
Co-authored-by: Sergei Shtykov <bayonet@yandex-team.ru>
2020-04-06 17:10:03 +03:00
Ivan Blinkov
65c317e4ca
Update quotas.md
2020-04-04 09:35:35 +03:00
Ivan Blinkov
6a2a29a579
Update requirements.md
2020-04-04 09:33:00 +03:00
alexey-milovidov
ea6f90b4f2
Merge pull request #10042 from abyss7/dbms2src
...
dbms/ → src/
2020-04-04 02:44:20 +03:00
Denis Glazachev
b66837ba32
Fix typos ( #10045 )
2020-04-03 22:27:28 +03:00
Sami Kerola
5fb5fd1884
[docs] tell the cutIPv6() is cutting bytes not bits
...
The IPv6CIDRToRange() appears to use bits while cutIPv6() will cut in bytes.
WITH IPv6StringToNum('FFFF:FFFF:FFFF:FFFF:AAAA:AAAA:AAAA:AAAA') AS ipv6
SELECT
cutIPv6(ipv6, 8, 0),
tupleElement(IPv6CIDRToRange(ipv6, 64), 1)
2020-04-03 19:56:46 +01:00
Ivan Lezhankin
8a5a73e76d
Merge branch 'master' into dbms2src
2020-04-03 18:20:05 +03:00
Ivan Lezhankin
06446b4f08
dbms/ → src/
2020-04-03 18:14:31 +03:00
Ivan Blinkov
b66c26d833
Get rid of toc_en.yml ( #10023 )
2020-04-03 16:23:32 +03:00
Sergei Shtykov
2dfeb95871
CLICKHOUSEDOCS-577: Added the link to original article.
2020-04-03 15:25:12 +03:00
Sergei Shtykov
e197421df4
CLICKHOUSEDOCS-577: Clarified instruction. Fixed markup.
2020-04-03 15:23:20 +03:00
BayoNet
4075f26583
DOCS-19: parseDateTimeBestEffort ( #9994 )
...
Added the parseDateTimeBestEffort description in English and Russian language.
2020-04-02 20:55:11 +03:00
Ivan
97f2a2213e
Move all folders inside /dbms one level up ( #9974 )
...
* Move some code outside dbms/src folder
* Fix paths
2020-04-02 02:51:21 +03:00
TCeason
214c465b53
Add docs for predefined_http ( #8161 )
...
* Add docs for predefined_http
* fix review suggestions
Co-authored-by: Ivan Blinkov <github@blinkov.ru>
2020-04-01 21:16:13 +03:00
Ivan Blinkov
0fcfa48758
remove {: .grey }
2020-04-01 17:19:59 +03:00
Sergei Shtykov
03e262f60a
CLICKHOUSEDOCS-558: Edits by review.
2020-04-01 17:07:16 +03:00
Sergei Shtykov
12f5ac00e1
CLICKHOUSEDOCS-558: Minor update.
2020-04-01 12:20:33 +03:00
Sergei Shtykov
8bdcc8bd6d
CLICKHOUSEDOCS-558: The first draft for the Access Control and Account Management
2020-04-01 11:28:31 +03:00
alexey-milovidov
c7afc51a52
Merge pull request #9923 from azat/dist-on-dist
...
[RFC] Distributed over distributed (v2)
2020-04-01 05:25:21 +03:00
alexey-milovidov
300f2861c7
Merge pull request #9963 from joschi/patch-1
...
Fix typo in Table Engines -> Introduction
2020-04-01 04:58:57 +03:00
alexey-milovidov
9ca700eed8
Merge pull request #9941 from BayoNet/docs/CLICKHOUSEDOCS-138-regionToTopContinent
...
DOCS-138: regionToTopContinent
2020-03-31 22:46:51 +03:00
Jochen Schalanda
1b4725bdf4
Fix typo in Table Engines -> Introduction
...
Typo "Intergation" -> "Integration"
2020-03-31 14:02:58 +02:00
Azat Khuzhin
e447e52326
Update documentation that Distributed over Distributed is allowed now
2020-03-30 21:29:22 +03:00
Ivan Blinkov
8820f8c7fa
Update tips.md
2020-03-30 16:20:50 +03:00
Sergei Shtykov
5adc5a51dc
Merge branch 'master' of github.com:ClickHouse/ClickHouse into docs/CLICKHOUSEDOCS-138-regionToTopContinent
2020-03-30 15:31:44 +03:00
AsiaKorushkina
19c3939b62
asiana21 DOCSUP-658 ( #93 )
...
* docs(regionToTopContinent): part of the function description
* docs(regionToTopContinent): some shanges are added in the description
* Update docs/en/query_language/functions/ym_dict_functions.md
Co-Authored-By: BayoNet <da-daos@yandex.ru>
* Update docs/en/query_language/functions/ym_dict_functions.md
Co-Authored-By: BayoNet <da-daos@yandex.ru>
* Update docs/en/query_language/functions/ym_dict_functions.md
Co-Authored-By: BayoNet <da-daos@yandex.ru>
* Update docs/en/query_language/functions/ym_dict_functions.md
Co-Authored-By: BayoNet <da-daos@yandex.ru>
* docs(regionToTopContinent): some shanges
* docs(regionToTopContinent): added translation of the function description
Co-authored-by: asiana21 <asiana21@yandex-team.ru>
Co-authored-by: BayoNet <da-daos@yandex.ru>
2020-03-30 15:23:54 +03:00
Azat Khuzhin
997c4682aa
Add total_bytes to the system.tables
2020-03-30 00:37:54 +03:00
Azat Khuzhin
2489481a46
Add total_rows to the system.tables
2020-03-30 00:37:54 +03:00
alexey-milovidov
bcbaa1f440
Merge pull request #9909 from azat/system.settings-type
...
Add type column into system.settings/merge_tree_settings
2020-03-28 20:03:30 +03:00
alexey-milovidov
546970fed2
Update system_tables.md
2020-03-28 20:02:59 +03:00
Azat Khuzhin
2090925270
Add type column into system.settings/merge_tree_settings
...
This can be useful for various drivers to know the type.
2020-03-28 15:38:54 +03:00
hcz
294f4af165
Add docs for arrayReduceInRanges
2020-03-28 18:07:54 +08:00
Ivan Blinkov
f08f16d0ea
Get rid of backticks in headers and outdated comment
2020-03-27 18:35:26 +03:00
Ivan Blinkov
7419184777
Grammar in architecture.md
2020-03-27 11:23:48 +03:00
Ivan Blinkov
c514409828
Grammar in performance.md
2020-03-27 11:00:45 +03:00
Ivan Blinkov
9987cbe099
Grammar in history.md
2020-03-27 10:54:09 +03:00
Ivan Blinkov
f70dfbd485
Grammar in distinctive_features.md
2020-03-27 10:45:31 +03:00
Ivan Blinkov
1d483821a9
Update adopters.md
2020-03-27 10:38:04 +03:00
Ivan Blinkov
909c4dac3f
Rewrite introduction of aggregatefunction.md ( #9895 )
2020-03-27 10:12:45 +03:00
Ivan Blinkov
c7fd344f9e
Update guides/index.md ( #9896 )
2020-03-27 10:12:26 +03:00
Ivan Blinkov
fb62705525
Grammar/style in tutorial.md
2020-03-27 09:23:46 +03:00
Ivan Blinkov
0eebf72501
grammar
2020-03-27 09:03:38 +03:00
Ivan Blinkov
4f03d14446
Update install.md
2020-03-27 09:02:21 +03:00
Ivan Blinkov
c5fc6e9afb
Update amplab_benchmark.md
2020-03-27 08:59:30 +03:00
Ivan Blinkov
ccf1f7a4d4
Update array.md
2020-03-27 08:58:00 +03:00
Ivan Blinkov
f49198d2b6
Update nothing.md
2020-03-27 08:52:52 +03:00
Ivan Blinkov
f9fcdd1929
minor text improvements
2020-03-27 08:50:59 +03:00
Ivan Blinkov
58159469ca
Update index.md
2020-03-27 08:48:34 +03:00
Ivan Blinkov
f85fc8cf33
Update expression.md
2020-03-27 08:46:59 +03:00
Ivan Blinkov
62fc8e884d
minor text rewrite
2020-03-27 08:45:54 +03:00
Ivan Blinkov
1fe0a27052
grammar
2020-03-27 08:35:10 +03:00
Ivan Blinkov
b24019ed5c
grammar
2020-03-27 08:32:01 +03:00
Ivan Blinkov
cb1cf9b0b9
grammar
2020-03-27 08:31:17 +03:00
alexey-milovidov
9c66d0690e
Merge pull request #9866 from ClickHouse/users-config-d-docs
...
Try to add better users_config.d explanation
2020-03-26 20:22:07 +03:00
Ivan Blinkov
d12d5b2a08
fix link
2020-03-26 17:15:55 +03:00
Ilya Yatsishin
c7312e5389
Try to add better users_config.d explanation
...
https://github.com/ClickHouse/ClickHouse/issues/9858#issuecomment-603800608
2020-03-25 18:28:44 +03:00
Alexey Milovidov
aa61bc1954
Update changelog
2020-03-25 11:03:52 +03:00
BayoNet
04f990a811
DOCS-525: bitCount description EN, RU ( #9771 )
...
Described the `bitCount` function.
2020-03-24 17:27:08 +03:00
Ilya Yatsishin
b464b270d6
Play docs ( #9842 )
...
* playground docs
* fixes
* Update playground.md
* fix
* about settings
* ru settings
* Update docs/en/getting_started/playground.md
Co-Authored-By: Ivan Blinkov <github@blinkov.ru>
* Update docs/en/getting_started/playground.md
Co-Authored-By: Ivan Blinkov <github@blinkov.ru>
* Update docs/en/getting_started/playground.md
Co-Authored-By: Ivan Blinkov <github@blinkov.ru>
* Apply suggestions from code review
Co-Authored-By: Ivan Blinkov <github@blinkov.ru>
* Update docs/ru/getting_started/playground.md
* normalize
* normalize
Co-authored-by: Ivan Blinkov <github@blinkov.ru>
2020-03-24 15:27:31 +03:00
alexey-milovidov
c762a42f4b
Merge pull request #9815 from ClickHouse/taiyang-li-pr_add_auc
...
Merging arrayAUC
2020-03-24 09:36:13 +03:00
Alexey Milovidov
c59c52d81a
Merge branch 'master' into taiyang-li-pr_add_auc
2020-03-24 03:04:34 +03:00
Azat Khuzhin
d019c4e3b3
Add force_optimize_skip_unused_shards_no_nested
...
force_optimize_skip_unused_shards_no_nested will disable
force_optimize_skip_unused_shards for nested Distributed tables.
Can be useful for multi-layred/bi-level sharding.
2020-03-23 22:30:54 +03:00
Azat Khuzhin
8ffbff85f0
docs: fix force_optimize_skip_unused_shards link
...
Refs: #9803
2020-03-23 22:07:29 +03:00
Nikolai Kochetov
ab8a7c4f2f
Update 2018.md
...
Add link for changelog 2017
2020-03-23 18:30:06 +03:00
Nikolai Kochetov
dcec577893
Update 2019.md
...
Add link to changelog 2018
2020-03-23 18:29:30 +03:00
Ilya Yatsishin
67e2828252
Play docs ( #9820 )
2020-03-23 18:27:19 +03:00
Ilya Yatsishin
c60fc2d338
Fix firstSignificantSubdomain formatting ( #9828 )
2020-03-23 16:59:53 +03:00
Mikhail f. Shiryaev
c965e5e07c
Third party check ( #9824 )
...
* Add link to nagios plugin for clickhouse
* Add missing links to clickhouse_exporter
2020-03-23 16:20:37 +03:00
Alexey Milovidov
958b695618
Merge branch 'master' into taiyang-li-pr_add_auc
2020-03-23 15:06:23 +03:00
Ilya Yatsishin
ed789a4d52
Update documentation for dictionary regarding ON CLUSTER clause for C… ( #9817 )
...
* Update documentation for dictionary regarding ON CLUSTER clause for CREATE DICTIONARY
* add es
Co-authored-by: Guillaume Tassery <gtassery@partners.accedian.com>
2020-03-23 14:56:23 +03:00
Alexey Milovidov
98db9ee074
Merging arrayAUC
2020-03-23 07:44:49 +03:00
Alexey Milovidov
786ecbfeb8
Merge branch 'master' into taiyang-li-pr_add_auc
2020-03-23 04:44:39 +03:00
Ivan Blinkov
18d659ed92
Don't use a link to Russian book in English article
2020-03-22 16:53:46 +03:00
Ivan Blinkov
fda8f6cb0e
trigger ci
2020-03-22 16:37:23 +03:00
Denis Zhuravlev
b1ddbd247c
Doc. Update create table visits
with a new syntax. ( #9801 )
2020-03-22 15:13:19 +03:00
Ivan Blinkov
790704d081
Restore some old manual anchors in docs ( #9803 )
...
* Simplify 404 page
* add es array_functions.md
* restore some old manual anchors
* update sitemaps
* trigger checks
* restore more old manual anchors
* refactor test.md + temporary disable failure again
* fix mistype
2020-03-22 12:14:59 +03:00
Šimon Podlipský
e4a18367cf
Add PHP simpod/clickhouse-client ( #9794 )
...
Yet another ClickHouse client
- all formats support leveraging PHP generics for type safety
- lightweight
- swappable http client
- guarded by Infection + PHPStan and PSalm max levels
2020-03-21 18:14:02 +03:00
Šimon Podlipský
4505e408c0
Change PHP client names to <vendor/lib> format ( #9795 )
...
- change name format to help distinguish clients
- use packagist links that are more helpful for library consumers
2020-03-21 18:08:13 +03:00
Ivan Blinkov
6550aa5e6c
fix mistype
2020-03-21 09:32:52 +03:00
Ivan Blinkov
11238693b5
Trigger CI
2020-03-21 08:30:54 +03:00
Ivan Blinkov
5ccf1eb1d4
Trigger CI
2020-03-21 07:57:05 +03:00
Ivan Blinkov
2e1f6bc56d
[experimental] add "es" docs language as machine translated draft ( #9787 )
...
* replace exit with assert in test_single_page
* improve save_raw_single_page docs option
* More grammar fixes
* "Built from" link in new tab
* fix mistype
* Example of include in docs
* add anchor to meeting form
* Draft of translation helper
* WIP on translation helper
* Replace some fa docs content with machine translation
* add normalize-en-markdown.sh
* normalize some en markdown
* normalize some en markdown
* admonition support
* normalize
* normalize
* normalize
* support wide tables
* normalize
* normalize
* normalize
* normalize
* normalize
* normalize
* normalize
* normalize
* normalize
* normalize
* normalize
* normalize
* normalize
* lightly edited machine translation of introdpection.md
* lightly edited machhine translation of lazy.md
* WIP on translation utils
* Normalize ru docs
* Normalize other languages
* some fixes
* WIP on normalize/translate tools
* add requirements.txt
* [experimental] add es docs language as machine translated draft
* remove duplicate script
* Back to wider tab-stop (narrow renders not so well)
2020-03-21 07:11:51 +03:00
Ivan Blinkov
ec8114d75d
Trigger CI
2020-03-20 22:03:09 +03:00
alexey-milovidov
f624bed408
Merge branch 'master' into patch-0320
2020-03-20 21:36:14 +03:00
Ivan Blinkov
8561a026b1
WIP on docs translation/normalization tools ( #9783 )
2020-03-20 21:20:59 +03:00
Ivan Blinkov
d4dd5ba294
Normalization for en markdown ( #9763 )
2020-03-20 13:10:48 +03:00
koshachy
f30465352d
Fix broken link ( #9772 )
...
Fix link to the DataLens solution based on data from ClickHouse DB
2020-03-20 11:27:08 +03:00
hcz
ae2c60d224
Update tests and docs related to splitByString
2020-03-20 13:37:46 +08:00
Ivan Blinkov
03aa7894d9
Draft of docs translation helper ( #9755 )
...
* replace exit with assert in test_single_page
* improve save_raw_single_page docs option
* More grammar fixes
* "Built from" link in new tab
* fix mistype
* Example of include in docs
* add anchor to meeting form
* Draft of translation helper
* WIP on translation helper
* Replace some fa docs content with machine translation
2020-03-19 20:49:27 +03:00
BayoNet
4dda8e11ec
emironyuk-DOCSUP-782 ( #90 ) ( #9725 )
...
* docs(string functions): synchronization of ru-en versions
* docs(string_functions): links fixed
* docs(string functions): mid(s, offset, length), substr(s, offset, length) added to substring(s, offset,length)
* docs(string function): fix count form for bytes
Co-authored-by: emironyuk <emironyuk@yandex-team.ru>
Co-authored-by: emironyuk <62014692+emironyuk@users.noreply.github.com>
Co-authored-by: emironyuk <emironyuk@yandex-team.ru>
Co-authored-by: Sergei Shtykov <bayonet@yandex-team.ru>
2020-03-19 18:32:53 +03:00
Ivan Blinkov
80828b969b
Minor improvements in docs build and content ( #9752 )
2020-03-19 14:51:22 +03:00
alexey-milovidov
36773b661c
Merge pull request #9742 from hczhcz/patch-0319
...
Extend splitByString for empty separators
2020-03-19 12:28:24 +03:00
Ivan Blinkov
a764545120
Docs build and grammar fixes ( #9750 )
2020-03-19 11:31:06 +03:00
Ivan Blinkov
b2622853e4
Docs grammar fixes ( #9745 )
2020-03-19 09:53:47 +03:00
Ivan Blinkov
a7f3c67825
Add a bunch of markdown extensions ( #9738 )
2020-03-19 08:48:33 +03:00
hcz
c115757e79
Update tests and docs for string splitting functions
2020-03-19 10:35:18 +08:00
Ivan Blinkov
40649ed0bb
remove extra space ( #9736 )
2020-03-18 21:43:51 +03:00
Ivan Blinkov
0f59f6d21d
trigger checks
2020-03-18 19:02:15 +03:00
Ivan Blinkov
d4e2741951
More grammar fixes in docs/website ( #9731 )
2020-03-18 17:55:01 +03:00
Ivan Blinkov
5abe3ac3f1
Switch docs to python3 and update MkDocs to 1.1 ( #9711 )
...
+ some grammar and css fixes
2020-03-18 16:02:32 +03:00
Nikolai Kochetov
50fb0ec9f6
Add links to changelogs from other years. ( #9710 )
...
* Add links to changelogs from other years.
* Move some changelogs to other folders.
* Fix links
* Renames and fixes.
2020-03-17 23:01:36 +03:00
Denis Zhuravlev
71697a4afc
Doc. ontime.md refresh to сorrespond modern CH (modern create/join) ( #9709 )
...
* ontime.md refresh to сorrespond modern CH
* RU ontime.md refresh to сorrespond modern CH
* ontime.md FA refresh to сorrespond modern CH
* ontime.md ZH refresh to сorrespond modern CH
2020-03-17 21:10:23 +03:00
BayoNet
fd4a8bba99
DOCS-526: ifNotFinite docs. Ternary operator RU translation ( #9650 )
...
- Documented ifNotFinite.
- Translated ternary operator into Russian.
2020-03-17 18:24:11 +03:00
Denis Zhuravlev
7a863390fc
Update settings.md ( #9688 )
...
insert_deduplicate / deduplicate_blocks_in_dependent_materialized_views en description
2020-03-16 23:23:16 +03:00
Ivan Blinkov
3ce47c5e48
Suggest downloading packages via CDN ( #9663 )
...
* Suggest downloading packages via CDN
* Update rpm.html
* Update tgz.html
* Update install.md
* Update tutorial.md
* Update install.md
* Update install.md
* Update tutorial.md
* Update deb.html
2020-03-15 21:19:43 +03:00
BayoNet
a4568b52e0
DOCS-511: Deleted some experimental settings. Removed duplicated description for join_any_take_last_row. ( #9639 )
...
* CLICKHOUSEDOCS-511: Removed obsolete settings.
* CLICKHOUSEDOCS-511: Removed duplication for ## join_use_nulls {#join_use_nulls}.
Co-authored-by: Sergei Shtykov <bayonet@yandex-team.ru>
2020-03-14 01:12:54 +03:00
BayoNet
127bee643c
DOCS-549: Updated info about keywords case-sensivity. ( #9626 )
...
* Added DateTime64 to TOCs.
* Note about case-sencivity of keywords.
2020-03-13 10:29:50 +03:00
BayoNet
dc3d576d31
DOCS-57: position, positionCaseInsensitive, positionUTF8, positionCaseInsensitiveUTF8 ( #9631 )
2020-03-13 09:33:02 +03:00
Denis Zhuravlev
20cc9e90da
Lifestreet info updated
2020-03-11 23:46:58 -03:00
Denis Zhuravlev
b4cf1410ed
DateTime documentation improvements, added DateTime64 doc ( #9562 )
...
* Added DateTime64 docs, added info on DateTime timezone conversion, added ClickHouse.Client to list of ADO.NET clients
* I accidentally a word
* Review notes
* Fix space per review notes
Co-Authored-By: Ivan Blinkov <github@blinkov.ru>
* More review notes: fixed wrong notes on DateTime, added more extensive info on automatic type conversion
* Minor tweaks
* Review notes: missing `code` markers
* Formatting fix
* Silence PR check
* fix typo
* fix typos
* fix typos
* removed meaningless sentence.
* TZ new description
* Update datetime.md
* Update datetime.md
* Update datetime.md
* Update datetime.md
* Update datetime64.md
* Update datetime64.md
* Update datetime64.md
* Update datetime64.md
Co-authored-by: DarkWanderer <elquentaro@gmail.com>
Co-authored-by: Ivan Blinkov <github@blinkov.ru>
Co-authored-by: Denis Zhuravlev <denis.zhuravlev@revjet.com>
2020-03-12 03:13:15 +03:00
Alexey Milovidov
ab345379c5
Changed repository address
2020-03-11 10:29:30 +03:00
alexey-milovidov
7bb45173fe
Update build_osx.md
2020-03-11 10:23:55 +03:00
alexey-milovidov
f1c15eed99
Merge pull request #9534 from ClickHouse/generate-normalization
...
Fixes after merging "generateRandom" table function
2020-03-08 23:22:32 +03:00
Denis Zhuravlev
20eeb4651e
Update adopters.md
...
Fixed https://lifestreet.com/ URL
2020-03-07 19:35:27 -04:00
Alexey Milovidov
256acebfca
Merge branch 'pr_add_auc' of https://github.com/taiyang-li/ClickHouse into taiyang-li-pr_add_auc
2020-03-08 02:10:34 +03:00
Alexey Milovidov
eb2a78c6b0
Support for NULL as random seed; reordered parameters for convenience
2020-03-07 23:35:55 +03:00
Alexey Milovidov
50e2e338ed
Merge branch 'master' of github.com:yandex/ClickHouse into generate-normalization
2020-03-07 22:58:32 +03:00
alexey-milovidov
9a10457cb6
Remove indexHint
function ( #9542 )
...
* Remove indexHint function
* Fixed build
* Update KeyCondition.cpp
* Update KeyCondition.cpp
2020-03-07 22:56:38 +03:00
Alexey Milovidov
51bd480d2a
Merge branch 'master' of github.com:yandex/ClickHouse into generate-normalization
2020-03-07 18:11:47 +03:00
Denis Zhuravlev
6062485ed2
Update query_complexity.md
2020-03-06 21:25:23 -04:00
Denis Zhuravlev
de1420ebd7
Merge branch 'master' into patch-18
2020-03-06 21:22:51 -04:00
Denis Zhuravlev
5f55526b37
Update query_complexity.md
...
explanation that `max_result_rows result_overflow_mode=break ` depends of max_block_size
2020-03-06 21:14:36 -04:00
alexey-milovidov
03551865a8
Merge pull request #9373 from den-crane/patch-19
...
Doc. change. max_insert_threads RU description
2020-03-07 02:46:11 +03:00
Denis Zhuravlev
a5e4381a98
Update settings.md
2020-03-06 16:42:17 -04:00
Denis Zhuravlev
44b6390c62
Update settings.md
...
max_insert_threads EN description
2020-03-06 16:35:31 -04:00
BayoNet
0a41e52379
Update docs/en/introduction/adopters.md
...
Co-Authored-By: Ilya Yatsishin <2159081+qoega@users.noreply.github.com>
2020-03-06 15:45:07 +03:00
Sergei Shtykov
117845b2be
CLICKHOUSEDOCS-548: Repaired master build.
2020-03-06 15:44:22 +03:00
Sergei Shtykov
1b1e4970ab
Merge branch 'master' of github.com:ClickHouse/ClickHouse into docs/CLICKHOUSEDOCS-548-adopters
2020-03-06 14:10:04 +03:00
Sergei Shtykov
36de225bb2
CLICKHOUSEDOCS-548: Adopters
2020-03-06 13:50:43 +03:00
Alexey Milovidov
ca24156be9
Updated docs
2020-03-06 05:19:55 +03:00
alexey-milovidov
0bf12a779f
Merge pull request #8994 from qoega/qoega/random-table-function-small
...
Generate table function
2020-03-06 03:40:22 +03:00
Sergei Shtykov
b1d63c51fe
CLICKHOUSEDOCS-548: More adopter.
2020-03-05 11:38:54 +03:00
Slach
202af42d17
add description for /ping http handler
...
Signed-off-by: Slach <bloodjazman@gmail.com>
2020-03-05 12:35:48 +05:00
Slach
ecc65a21db
add reference to http_server_default_response in HTTP interface description
...
Signed-off-by: Slach <bloodjazman@gmail.com>
2020-03-04 20:44:34 +05:00
Sergei Shtykov
f133659285
CLICKHOUSEDOCS-548: Added some adopters to the list.
2020-03-03 17:20:08 +03:00
Yatsishin Ilya
afbf7533c4
Merge remote-tracking branch 'origin' into qoega/random-table-function-small
2020-03-03 11:56:39 +03:00
alexey-milovidov
5f55dc7385
Merge pull request #9358 from hczhcz/patch-0226
...
Add moduloOrZero
2020-03-03 03:27:23 +03:00
Yatsishin Ilya
77c2b83022
Merge branch 'master' into qoega/random-table-function-small
2020-03-02 21:01:33 +03:00
Yatsishin Ilya
0a25fe71bd
more docs
2020-02-28 12:19:11 +03:00
Sergei Shtykov
f0aaa3b045
Merge branch 'master' of github.com:ClickHouse/ClickHouse into en-docs/CLICKHOUSEDOCS-415-median
2020-02-28 11:55:34 +03:00
Sergei Shtykov
fb08cc7d89
CLICKHOUSEDOCS-415: Converted median description to quantile description.
2020-02-28 11:55:18 +03:00
Yatsishin Ilya
cf9153e9de
Merge remote-tracking branch 'origin' into qoega/random-table-function-small
2020-02-27 22:52:24 +03:00
Vladimir Chebotarev
4d1809b869
Little typo fixed.
2020-02-26 23:47:09 +03:00
alexey-milovidov
758f036bd8
Merge pull request #9385 from Felixoid/constraints_typo
...
Fix typo
2020-02-26 22:19:43 +03:00
Mikhail f. Shiryaev
bd54b30e1a
Add commands for working with submodules
2020-02-26 16:46:47 +01:00
Mikhail f. Shiryaev
5f806222f8
Fix typo
2020-02-26 16:07:23 +01:00
Ivan Blinkov
d5f0b4a5b5
Restore some VerticalRaw description to fix build
2020-02-25 21:41:43 +03:00
Yatsishin Ilya
7b462e2070
Merge remote-tracking branch 'origin' into qoega/random-table-function-small
2020-02-25 16:28:34 +03:00
hcz
3ff04a5e10
Add docs of moduloOrZero
2020-02-25 18:15:24 +08:00
meo
785d0e19a9
Added the prestable tag
...
The prestable tag for RPMs is sometimes available (and recently it happens more often)
2020-02-23 16:01:20 +01:00
meo
86b87982ea
Updated Mac OS X version
...
Current Mac OS X version is 10.15 (Catalina)
2020-02-23 11:18:48 +01:00
Gleb Novikov
6444e82444
fixed final mark description
2020-02-22 21:08:16 +03:00
Alexey Milovidov
1630669123
Fixed broken links in zh docs; added english stubs for missing formats (please help translate them).
2020-02-22 20:20:17 +03:00
Ivan Blinkov
5588f5db8a
Merge pull request #9252 from BayoNet/docs/CLICKHOUSEDOCS-446-alter-ttl
...
DOCS-446: ALTER TTL
2020-02-22 14:38:48 +03:00
Ivan Blinkov
5e59e873d6
Update cloud.md
2020-02-22 10:27:36 +03:00
Ivan Blinkov
be059cf380
Update adopters.md
2020-02-22 00:59:18 +03:00
alexey-milovidov
0bbe6a938e
Merge pull request #9291 from oandrew/avro-confluent-docs
...
Add AvroConfluent docs
2020-02-22 00:23:32 +03:00
Ivan Blinkov
598a05572d
Update cloud.md
2020-02-22 00:22:34 +03:00
Ivan Blinkov
3c53db6799
Update cloud.md
2020-02-22 00:22:19 +03:00
Ivan Blinkov
ba682608dc
Create cloud.md
2020-02-22 00:18:55 +03:00
Andrew Onyshchuk
cc3f3ed596
Add AvroConfluent docs
2020-02-21 13:44:35 -06:00
alexey-milovidov
fc9fe91331
Merge pull request #9245 from Felixoid/docs_replicas
...
Update documentation for system.replicas
2020-02-20 19:20:32 +03:00
alexey-milovidov
96b39be564
Merge pull request #9228 from yohannj/updates_collapsing_algorithm_doc
...
Update collapsing algorithm doc to match actual code
2020-02-20 19:17:14 +03:00
Sergei Shtykov
ff131e1378
CLICKHOUSEDOCS-446: Tranlsated to Russian. Fixed links in ZH version.
2020-02-20 17:38:57 +03:00
Sergei Shtykov
7d28805815
CLICKHOUSEDOCS-446: Added ALTER MODIFY TTL
2020-02-20 17:13:19 +03:00
Mikhail f. Shiryaev
7cf6506534
Update documentation for system.replicas
2020-02-20 11:01:31 +01:00
BayoNet
7ef480e4de
DOCS-442: RU translation of the docs on DDL queries creating extenal dictionary ( #9141 )
...
* CLICKHOUSEDOCS-442: Translated docs for DDL query for creating external dictinaries.
* CLICKHOUSEDOCS-442: Fixes.
* Update docs/ru/query_language/show.md
* CLICKHOUSEDOCS-442: Fixed failing build.
Co-authored-by: Ivan Blinkov <github@blinkov.ru>
2020-02-20 09:31:06 +03:00
Yohann Jardin
30322f3b4a
Update collapsing algorithm doc to match actual code
2020-02-19 16:35:50 +01:00
Sergei Shtykov
ef53e4f3e6
Merge branch 'master' of github.com:ClickHouse/ClickHouse into docs/CLICKHOUSEDOCS-545-datalens
2020-02-19 18:20:30 +03:00
Sergei Shtykov
3d3bf5e32a
CLICKHOUSEDOCS-545: Updated by comments.
2020-02-19 17:12:46 +03:00
BayoNet
b603f903ea
Update docs/en/interfaces/third-party/gui.md
...
Co-Authored-By: Ivan Blinkov <github@blinkov.ru>
2020-02-19 16:57:40 +03:00
BayoNet
1c25f74792
Update docs/en/interfaces/third-party/gui.md
...
Co-Authored-By: Ivan Blinkov <github@blinkov.ru>
2020-02-19 16:57:31 +03:00
BayoNet
d098e598fc
Update docs/en/interfaces/third-party/gui.md
...
Co-Authored-By: Ivan Blinkov <github@blinkov.ru>
2020-02-19 16:57:19 +03:00
BayoNet
119601ba9f
Update docs/en/interfaces/third-party/gui.md
...
Co-Authored-By: Ivan Blinkov <github@blinkov.ru>
2020-02-19 16:57:08 +03:00
BayoNet
ecbd6f1360
Update docs/en/interfaces/third-party/gui.md
...
Co-Authored-By: Ivan Blinkov <github@blinkov.ru>
2020-02-19 16:56:58 +03:00
BayoNet
222a3a43ac
Update docs/en/interfaces/third-party/gui.md
...
Co-Authored-By: Ivan Blinkov <github@blinkov.ru>
2020-02-19 16:56:48 +03:00
Oskar Wojciski
7b7c1d8e37
Fix typo in decumentation
2020-02-19 14:25:23 +01:00
Sergei Shtykov
778c168a49
CLICKHOUSEDOCS-415: median functions
2020-02-19 11:51:06 +03:00
elenaspb2019
1bf7fad010
elenbaskakova-DOCSUP-728-median ( #85 )
...
* "docs(median): the new function 'median' has been edited"
* "docs(median): the new function 'median' has been edited"
* "docs(median): the new function 'median' has been edited"
* "docs(median): the new function 'median' has been edited"
* Update docs/ru/query_language/agg_functions/reference.md
Co-Authored-By: BayoNet <da-daos@yandex.ru>
* Update docs/ru/query_language/agg_functions/reference.md
Co-Authored-By: BayoNet <da-daos@yandex.ru>
* Update docs/ru/query_language/agg_functions/reference.md
Co-Authored-By: BayoNet <da-daos@yandex.ru>
* Update docs/ru/query_language/agg_functions/reference.md
Co-Authored-By: BayoNet <da-daos@yandex.ru>
* Update docs/ru/query_language/agg_functions/reference.md
Co-Authored-By: BayoNet <da-daos@yandex.ru>
* Update docs/ru/query_language/agg_functions/reference.md
Co-Authored-By: BayoNet <da-daos@yandex.ru>
* Update docs/ru/query_language/agg_functions/reference.md
Co-Authored-By: BayoNet <da-daos@yandex.ru>
* Update docs/ru/query_language/agg_functions/reference.md
Co-Authored-By: BayoNet <da-daos@yandex.ru>
* Update docs/ru/query_language/agg_functions/reference.md
Co-Authored-By: BayoNet <da-daos@yandex.ru>
* Update docs/ru/query_language/agg_functions/reference.md
Co-Authored-By: BayoNet <da-daos@yandex.ru>
* Update docs/ru/query_language/agg_functions/reference.md
Co-Authored-By: BayoNet <da-daos@yandex.ru>
* Update docs/ru/query_language/agg_functions/reference.md
Co-Authored-By: BayoNet <da-daos@yandex.ru>
* Update docs/ru/query_language/agg_functions/reference.md
Co-Authored-By: BayoNet <da-daos@yandex.ru>
* "docs(median): the new function 'median' has been edited"
Co-authored-by: BayoNet <da-daos@yandex.ru>
2020-02-19 11:33:26 +03:00
alexey-milovidov
6de245aee2
Update adopters.md
2020-02-18 20:01:32 +03:00
alexey-milovidov
e4c6d0e92a
Merge pull request #9188 from Slach/docs/system_metric_log
...
add documentation for system.metric_log table
2020-02-18 19:42:42 +03:00
Ivan Blinkov
e8b54cd6a3
Update adopters.md
2020-02-18 16:53:39 +03:00
alexey-milovidov
4350f81453
Update adopters.md
2020-02-18 16:26:23 +03:00
alexey-milovidov
e62d5ca332
Update adopters.md
2020-02-18 16:25:50 +03:00
Ivan Blinkov
de0e81b7b4
Update adopters.md
2020-02-18 15:41:56 +03:00
Eugene Klimov
bcd2406d85
Update docs/en/operations/system_tables.md
...
Co-Authored-By: Ilya Yatsishin <2159081+qoega@users.noreply.github.com>
2020-02-18 16:30:02 +05:00
Sergei Shtykov
dbf092162a
CLICKHOUSEDOCS-545: One more update.
2020-02-18 13:48:55 +03:00
Sergei Shtykov
adf1154ded
CLICKHOUSEDOCS-545: Update by comments.
2020-02-18 13:31:20 +03:00
alexey-milovidov
dbeb50583e
Update system_tables.md
2020-02-18 12:31:42 +03:00
Sergei Shtykov
fdf14180fe
CLICKHOUSEDOCS-545: Added DataLens to third-party GUI section.
2020-02-18 12:20:48 +03:00
Slach
486494aba5
add documentation for system.metric_log table
...
Signed-off-by: Slach <bloodjazman@gmail.com>
2020-02-18 12:41:45 +05:00
ImgBotApp
532fc506c7
[ImgBot] Optimize images
...
*Total -- 1,067.72kb -> 760.82kb (28.74%)
/website/images/tutorial/ece020129fdf4a18a6e75daf2e699cb9.png -- 66.67kb -> 46.67kb (30.01%)
/website/images/tutorial/24956f1a2efc48d78212586958aa036c.png -- 61.86kb -> 43.32kb (29.97%)
/website/images/tutorial/49c332e3d93146ba8f46beef6b2b02b0.png -- 80.97kb -> 56.75kb (29.91%)
/website/images/tutorial/f3132f4d1c0d42eab26d9111afe7771a.png -- 149.34kb -> 104.71kb (29.88%)
/website/images/tutorial/26b2c7aae21a4c76800cb1c7a33a374d.png -- 140.41kb -> 99.10kb (29.42%)
/website/images/tutorial/ef4141f348234773a5349c4bd3e8f804.png -- 68.39kb -> 48.58kb (28.97%)
/website/images/tutorial/2409f49d11fb4aa1b8b5ff34cf9ca75d.png -- 54.54kb -> 38.75kb (28.95%)
/website/images/tutorial/ac292656d03946d0aba35c75783a31f2.png -- 99.57kb -> 70.76kb (28.94%)
/website/images/tutorial/7b3c2e685832439b8c373bf2015131d2.png -- 101.36kb -> 72.13kb (28.84%)
/website/images/tutorial/d3578db55e304bd7b5eba818abdb53f5.png -- 88.47kb -> 63.14kb (28.63%)
/website/images/tutorial/a8518a200d6d405a95ee80ea1c8e1c90.png -- 94.05kb -> 67.23kb (28.51%)
/website/images/tutorial/885e507930e34b7c8f788d25e7ca2bcf.png -- 42.13kb -> 30.63kb (27.29%)
/docs/tools/mkdocs-material-theme/assets/flags/ja.svg -- 0.77kb -> 0.65kb (15.27%)
/website/images/yandex-white-button.png -- 0.79kb -> 0.67kb (15.19%)
/website/images/logo.svg -- 0.41kb -> 0.35kb (14.49%)
/docs/en/images/logo.svg -- 0.41kb -> 0.35kb (14.49%)
/docs/zh/images/logo.svg -- 0.41kb -> 0.35kb (14.49%)
/docs/ru/images/logo.svg -- 0.41kb -> 0.35kb (14.49%)
/docs/ja/images/logo.svg -- 0.41kb -> 0.35kb (14.49%)
/docs/fa/images/logo.svg -- 0.41kb -> 0.35kb (14.49%)
/website/images/yandex-black-button.png -- 0.71kb -> 0.65kb (8.15%)
/website/images/logo-400x240.png -- 3.85kb -> 3.66kb (4.94%)
/docs/tools/mkdocs-material-theme/assets/flags/fa.svg -- 1.36kb -> 1.33kb (2.22%)
/docs/tools/mkdocs-material-theme/assets/flags/ru.svg -- 0.23kb -> 0.22kb (2.14%)
/docs/tools/mkdocs-material-theme/assets/flags/en.svg -- 0.51kb -> 0.50kb (1.92%)
/docs/tools/mkdocs-material-theme/assets/flags/zh.svg -- 0.63kb -> 0.62kb (1.72%)
/website/images/clickhouse-black.svg -- 4.33kb -> 4.33kb (0.02%)
/website/images/clickhouse-white.svg -- 4.33kb -> 4.33kb (0.02%)
Signed-off-by: ImgBotApp <ImgBotHelp@gmail.com>
2020-02-17 21:02:18 +00:00
Denis Zhuravlev
ccf1b7cc3a
Update tutorial.md
...
wrong tag zookeeper-servers instead of zookeeper
2020-02-17 15:26:34 -04:00
Sergei Shtykov
24dbbf5a41
CLICKHOUSEDOCS-415: Update of EN description.
2020-02-17 14:01:15 +03:00
Sergei Shtykov
b562ac518a
Merge branch 'master' of github.com:ClickHouse/ClickHouse into en-docs/CLICKHOUSEDOCS-415-median
2020-02-17 11:56:34 +03:00
elenaspb2019
22a9b64f4c
elenbaskakova-DOCSUP-728 ( #84 )
...
* "docs(median): the new function 'median' has been added"
* "docs(median): the new function 'median' has been edited"
* "docs(median): the new function 'median' has been edited"
* Update docs/en/query_language/agg_functions/reference.md
Co-Authored-By: BayoNet <da-daos@yandex.ru>
* Update docs/en/query_language/agg_functions/reference.md
Co-Authored-By: BayoNet <da-daos@yandex.ru>
* Update docs/en/query_language/agg_functions/reference.md
Co-Authored-By: BayoNet <da-daos@yandex.ru>
* "docs(median): the new function 'median' has been edited"
* "docs(median): the new function 'median' has been edited"
* "docs(median): the new function 'median' has been edited"
* "docs(median): the new function 'median' has been edited"
* "docs(median): the new function 'median' has been edited"
* "docs(median): the new function 'median' has been edited"
* "docs(median): the new function 'median' has been edited"
* "docs(median): the new function 'median' has been edited"
* "docs(median): the new function 'median' has been edited"
* "docs(median): the new function 'median' has been edited"
* "docs(median): the new function 'median' has been edited"
Co-authored-by: BayoNet <da-daos@yandex.ru>
2020-02-17 11:56:03 +03:00
BayoNet
fb3ec146d6
DOCS-443: merge_max_block_size for MergeTree description ( #9112 )
...
* CLICKHOUSEDOCS-443: merge_max_block_size setting for MergeTree.
2020-02-17 09:48:06 +03:00
alexey-milovidov
84e9280b2a
Merge pull request #9110 from den-crane/patch-15
...
Doc change. Rename the chapter {alter_move-partition} to {alter_move_to_table-partition}
2020-02-17 08:06:02 +03:00
alexey-milovidov
9153b563bc
Update build.md
2020-02-17 07:58:31 +03:00
alexey-milovidov
9ae58fe5eb
Update build.md
2020-02-17 07:40:07 +03:00
alexey-milovidov
795f5d49c8
Update build.md
2020-02-17 07:37:37 +03:00
Alexey Milovidov
dd7c0e13d8
Better build instruction #9054
2020-02-16 13:45:15 +03:00
alexey-milovidov
ee78690b50
Update bit_functions.md
2020-02-16 09:09:22 +03:00
alexey-milovidov
e9af153819
Merge pull request #9126 from Melancholic/change_http_status
...
Fixed #5104 . Return 503 status in /replicas_status if not ok
2020-02-15 02:59:18 +03:00
Ivan Blinkov
d8454b6080
fix link
2020-02-15 00:16:43 +03:00
nagorny
c39e2f89ea
#5104 . Add documentation about 503 response in /replicas_status if not ok
2020-02-14 23:53:27 +03:00
Ivan Blinkov
a683b9fbef
More entries on adopters page
2020-02-14 22:35:54 +03:00
Ivan Blinkov
4b30e5b842
More entries on adopters page
2020-02-14 22:27:59 +03:00
Ivan Blinkov
fcc1c74e5f
More old link on adopters page
2020-02-14 22:06:41 +03:00
Ivan Blinkov
df3879d07a
Introduce adopters page + fix a bunch of lost symlinks
2020-02-14 19:48:08 +03:00
Alexander Kuzmenkov
551cd4776b
Move the documentation draft out of public docs.
2020-02-14 15:14:33 +03:00
Denis Zhuravlev
264a38b115
Update alter.md
...
Rename the chapter {alter_move-partition} to {alter_move_to_table-partition} because we suddenly have 2 chapters with the same name
2020-02-13 20:44:45 -04:00
BayoNet
85d1a30dab
DOCS-440: Updated ASOF JOIN description ( #9085 )
...
* Updated ASOF JOIN description.
2020-02-13 19:09:25 +03:00
alexey-milovidov
296621f757
Merge pull request #9076 from sundy-li/mysql-show-tables
...
Show Queries more like MySQL did
2020-02-13 16:50:12 +03:00
Ilya Yatsishin
ecf99e77e8
Merge pull request #9012 from BayoNet/docs/CLICKHOUSEDOCS-481-looker
...
DOCS-481: Looker introduction in Russian.
2020-02-12 15:26:38 +03:00
Sergei Shtykov
f069ef7a94
CLICKHOUSEDOCS-481: Added link to Looker ClickHouse configuration.
2020-02-12 06:42:32 +03:00
sundy-li
aaaf4ef6a8
Update show doc
2020-02-12 09:23:33 +08:00
Yatsishin Ilya
fbddec5c58
Merge remote-tracking branch 'origin' into qoega/random-table-function-small
2020-02-11 23:33:25 +03:00
Alexander Kuzmenkov
ca61b57183
performance comparison
2020-02-11 18:01:33 +03:00
Yatsishin Ilya
af34a659fa
Merge remote-tracking branch 'origin' into qoega/random-table-function-small
2020-02-10 22:14:30 +03:00
liyang
fd87a5bb2d
fix error
2020-02-10 09:45:30 +08:00
BayoNet
10c990a8ae
DOCS-463: Hierarhical dictionaries ( #8977 )
...
* Description of hierarchical dictinary.
2020-02-08 14:21:22 +03:00
BayoNet
c19c9f8f18
DOCS-535: Markup fixes. Some remarks about formatting for Nested structures ( #9020 )
...
* Markup fixes.
* Some remarks about Nested formatting.
2020-02-08 14:10:24 +03:00
liyang
71d46bb521
modify to suggestions
2020-02-08 14:31:03 +08:00
Yatsishin Ilya
9e542f6cb0
doc fixes
2020-02-07 10:33:00 +03:00
Yatsishin Ilya
907037bcca
Fix everything, add docs.
2020-02-07 10:33:00 +03:00
Sergei Shtykov
efeb041cb6
CLICKHOUSEDOCS-481: Looker in Russian.
2020-02-05 15:45:42 +03:00
Ivan Blinkov
12b80225a0
Update settings.md
2020-02-03 22:39:57 +03:00
Ivan Blinkov
8dd0c0d65c
Update apply_catboost_model.md
2020-02-03 22:11:18 +03:00
Ivan Blinkov
c649198bc0
Update lazy.md
2020-02-03 18:12:03 +03:00
Ivan Blinkov
03f532d249
Merge pull request #8972 from blinkov/master
...
Docs build fixes
2020-02-03 17:58:17 +03:00
Ivan Blinkov
d404456373
Docs build fixes
2020-02-03 16:08:46 +03:00
alexey-milovidov
e24926d16e
Merge pull request #8952 from azat/getSerializedSize
...
Add blockSerializedSize() function (size on disk without compression)
2020-02-03 15:46:26 +03:00
alexey-milovidov
59ef2b2009
Merge pull request #8963 from millb/CRLF_in_TSV
...
CRLF in TSV output format
2020-02-03 15:44:59 +03:00
Ivan Blinkov
befcecc3bb
Docs fixes
2020-02-03 15:00:10 +03:00
Ivan Blinkov
4b941c49f9
Trigger CI
2020-02-03 12:44:59 +03:00
Ivan Blinkov
d5ad000d72
Update index.md
2020-02-03 12:38:01 +03:00