Commit Graph

899 Commits

Author SHA1 Message Date
BayoNet
53e2ec08ce Bitwise aggregate functions are translated into russian (#3486)
* Update of english version of descriprion of the table function `file`.

* New syntax for ReplacingMergeTree.
Some improvements in text.

* Significantly change article about SummingMergeTree.
Article is restructured, text is changed in many places of the document. New syntax for table creation is described.

* Descriptions of AggregateFunction and AggregatingMergeTree are updated. Russian version.

* New syntax for new syntax of CREATE TABLE

* Added english docs on Aggregating, Replacing and SummingMergeTree.

* CollapsingMergeTree docs. English version.

* 1. Update of CollapsingMergeTree. 2. Minor changes in markup

* Update aggregatefunction.md

* Update aggregatefunction.md

* Update aggregatefunction.md

* Update aggregatingmergetree.md

* GraphiteMergeTree docs update.
New syntax for creation of Replicated* tables.
Minor changes in *MergeTree tables creation syntax.

* Markup fix

* Markup and language fixes

* Clarification in the CollapsingMergeTree article

* Bitwise aggregate functions are translated info russian.
2018-11-01 16:27:01 +03:00
ggerogery
091e0ba0c2 Update index.md
Небольшие исправления текста.
2018-11-01 12:32:44 +03:00
zamulla
b7c794bf7d
Typo 2018-10-31 15:56:30 +03:00
Alexey Zatelepin
6efd0f6bf7 Remove incorrect statement from docs
Column that is in the USING clause is not required to be present in the column
list of the left side of the join (but it must be present in the table definition).

This reverts commit f2533a9653.
2018-10-29 19:21:01 +03:00
SuperBot
f2533a9653
Add a much more simple JOIN example. 2018-10-25 17:10:53 +08:00
Snow
6c18cebf41
Translate table engines page to chinese. 2018-10-24 20:01:10 +08:00
BayoNet
2da78ae4d9 EN docs for bitwise aggregate functions groupBitAnd, groupBitOr, groupBitXor. (#3449)
* Update of english version of descriprion of the table function `file`.

* New syntax for ReplacingMergeTree.
Some improvements in text.

* Significantly change article about SummingMergeTree.
Article is restructured, text is changed in many places of the document. New syntax for table creation is described.

* Descriptions of AggregateFunction and AggregatingMergeTree are updated. Russian version.

* New syntax for new syntax of CREATE TABLE

* Added english docs on Aggregating, Replacing and SummingMergeTree.

* CollapsingMergeTree docs. English version.

* 1. Update of CollapsingMergeTree. 2. Minor changes in markup

* Update aggregatefunction.md

* Update aggregatefunction.md

* Update aggregatefunction.md

* Update aggregatingmergetree.md

* GraphiteMergeTree docs update.
New syntax for creation of Replicated* tables.
Minor changes in *MergeTree tables creation syntax.

* Markup fix

* Markup and language fixes

* Clarification in the CollapsingMergeTree article

* EN docs for bitwise aggregate functions groupBitAnd, groupBitOr, groupBitXor.
2018-10-23 23:20:11 +03:00
BayoNet
23ea8adf9c English documentation on hasAny() and hasAll() functions for arrays (#3426)
* Update of english version of descriprion of the table function `file`.

* New syntax for ReplacingMergeTree.
Some improvements in text.

* Significantly change article about SummingMergeTree.
Article is restructured, text is changed in many places of the document. New syntax for table creation is described.

* Descriptions of AggregateFunction and AggregatingMergeTree are updated. Russian version.

* New syntax for new syntax of CREATE TABLE

* Added english docs on Aggregating, Replacing and SummingMergeTree.

* CollapsingMergeTree docs. English version.

* 1. Update of CollapsingMergeTree. 2. Minor changes in markup

* Update aggregatefunction.md

* Update aggregatefunction.md

* Update aggregatefunction.md

* Update aggregatingmergetree.md

* GraphiteMergeTree docs update.
New syntax for creation of Replicated* tables.
Minor changes in *MergeTree tables creation syntax.

* Markup fix

* Markup and language fixes

* Clarification in the CollapsingMergeTree article

* English documentation on hasAny and hasAll functions for arrays.

* Update array_functions.md
2018-10-22 22:32:52 +03:00
BayoNet
e3c2a2afd9 Clarifications for MySQL table engine and toStartOfMonth function (#3440)
* Update of english version of descriprion of the table function `file`.

* New syntax for ReplacingMergeTree.
Some improvements in text.

* Significantly change article about SummingMergeTree.
Article is restructured, text is changed in many places of the document. New syntax for table creation is described.

* Descriptions of AggregateFunction and AggregatingMergeTree are updated. Russian version.

* New syntax for new syntax of CREATE TABLE

* Added english docs on Aggregating, Replacing and SummingMergeTree.

* CollapsingMergeTree docs. English version.

* 1. Update of CollapsingMergeTree. 2. Minor changes in markup

* Update aggregatefunction.md

* Update aggregatefunction.md

* Update aggregatefunction.md

* Update aggregatingmergetree.md

* GraphiteMergeTree docs update.
New syntax for creation of Replicated* tables.
Minor changes in *MergeTree tables creation syntax.

* Markup fix

* Markup and language fixes

* Clarification in the CollapsingMergeTree article

* Clarifications for MySQL table engine and toStartOfMonth function
2018-10-22 21:45:23 +03:00
BayoNet
b5edce0e32 Updates for Aggregating-,Collapsing-, Replacing- and SummingMergeTree. (#3346)
* Update of english version of descriprion of the table function `file`.

* New syntax for ReplacingMergeTree.
Some improvements in text.

* Significantly change article about SummingMergeTree.
Article is restructured, text is changed in many places of the document. New syntax for table creation is described.

* Descriptions of AggregateFunction and AggregatingMergeTree are updated. Russian version.

* New syntax for new syntax of CREATE TABLE

* Added english docs on Aggregating, Replacing and SummingMergeTree.

* CollapsingMergeTree docs. English version.

* 1. Update of CollapsingMergeTree. 2. Minor changes in markup

* Update aggregatefunction.md

* Update aggregatefunction.md

* Update aggregatefunction.md

* Update aggregatingmergetree.md

* GraphiteMergeTree docs update.
New syntax for creation of Replicated* tables.
Minor changes in *MergeTree tables creation syntax.

* Markup fix

* Markup and language fixes

* Clarification in the CollapsingMergeTree article
2018-10-19 14:25:22 +03:00
Ivan Blinkov
2eff364e63
fixes for zh docs (#3423)
* CLICKHOUSE-4063: less manual html @ index.md

* CLICKHOUSE-4063: recommend markdown="1" in README.md

* CLICKHOUSE-4003: manually purge custom.css for now

* CLICKHOUSE-4064: expand <details> before any print (including to pdf)

* CLICKHOUSE-3927: rearrange interfaces/formats.md a bit

* CLICKHOUSE-3306: add few http headers

* Remove copy-paste introduced in #3392

* Hopefully better chinese fonts #3392

* get rid of tabs @ custom.css

* Apply comments and patch from #3384

* Add jdbc.md to ToC and some translation, though it still looks badly incomplete

* minor punctuation

* Add some backlinks to official website from mirrors that just blindly take markdown sources

* Do not make fonts extra light

* find . -name '*.md' -type f | xargs -I{} perl -pi -e 's//g' {}

* find . -name '*.md' -type f | xargs -I{} perl -pi -e 's/ sql/g' {}

* Remove outdated stuff from roadmap.md

* Not so light font on front page too

* Refactor Chinese formats.md to match recent changes in other languages

* Update some links on front page

* Remove some outdated comment

* Add twitter link to front page

* More front page links tuning

* Add Amsterdam meetup link

* Smaller font to avoid second line

* Add Amsterdam link to README.md

* Proper docs nav translation

* Back to 300 font-weight except Chinese

* fix docs build

* Update Amsterdam link

* remove symlinks

* more zh punctuation

* apply lost comment by @zhang2014

* Apply comments by @zhang2014 from #3417
2018-10-19 13:03:34 +03:00
Ivan Blinkov
7449c25556
Revert "finish create translate (#3408)" (#3422)
This reverts commit 035a00589d.
2018-10-19 11:09:57 +03:00
Bolinov
035a00589d finish create translate (#3408)
* commit create section translation

commit create section translation

* finish create section translation

finish create section translation

* add insert into translate

*  finish insert into translate

 finish insert into translate

* Update create.md
2018-10-19 11:03:27 +03:00
谢磊
9aa6c7053f finish dataTypes zh translate (#3417)
* add dataTypes zh translate --> init docs

* add dataTypes zh translate

* finish dataTypes zh translate

* fix punctuation in dataTypes zh translate
2018-10-19 11:02:26 +03:00
谢磊
9547e2debb fix translate about decimal doc (#3412) 2018-10-18 11:06:28 +03:00
Ivan Blinkov
22f51f103c
WIP on docs/website (#3409)
* CLICKHOUSE-4063: less manual html @ index.md

* CLICKHOUSE-4063: recommend markdown="1" in README.md

* CLICKHOUSE-4003: manually purge custom.css for now

* CLICKHOUSE-4064: expand <details> before any print (including to pdf)

* CLICKHOUSE-3927: rearrange interfaces/formats.md a bit

* CLICKHOUSE-3306: add few http headers

* Remove copy-paste introduced in #3392

* Hopefully better chinese fonts #3392

* get rid of tabs @ custom.css

* Apply comments and patch from #3384

* Add jdbc.md to ToC and some translation, though it still looks badly incomplete

* minor punctuation

* Add some backlinks to official website from mirrors that just blindly take markdown sources

* Do not make fonts extra light

* find . -name '*.md' -type f | xargs -I{} perl -pi -e 's//g' {}

* find . -name '*.md' -type f | xargs -I{} perl -pi -e 's/ sql/g' {}

* Remove outdated stuff from roadmap.md

* Not so light font on front page too

* Refactor Chinese formats.md to match recent changes in other languages

* Update some links on front page

* Remove some outdated comment

* Add twitter link to front page

* More front page links tuning

* Add Amsterdam meetup link

* Smaller font to avoid second line

* Add Amsterdam link to README.md

* Proper docs nav translation

* Back to 300 font-weight except Chinese

* fix docs build

* Update Amsterdam link
2018-10-17 18:53:06 +03:00
Ivan Lezhankin
6d783ef013 Move-away "uniqCombined" as a separate aggregated function with HLL precision 2018-10-17 17:31:06 +03:00
sundyli
80d8f4bd60 add datatypes translate (#3403)
* add datatypes translate

* fixed some left English
2018-10-17 14:43:36 +03:00
Winter Zhang
96435f6880 Add Chinese Getting started docs (#3399) 2018-10-17 11:19:33 +03:00
alesapin
457f8fd495
Merge pull request #3389 from yandex/CLICKHOUSE-4067
CLICKHOUSE-4067: Fixes in odbc dictionaries. Now dictionaries receive…
2018-10-16 15:37:23 +03:00
Ivan Blinkov
8623cb232c
WIP on docs/website (#3383)
* CLICKHOUSE-4063: less manual html @ index.md

* CLICKHOUSE-4063: recommend markdown="1" in README.md

* CLICKHOUSE-4003: manually purge custom.css for now

* CLICKHOUSE-4064: expand <details> before any print (including to pdf)

* CLICKHOUSE-3927: rearrange interfaces/formats.md a bit

* CLICKHOUSE-3306: add few http headers

* Remove copy-paste introduced in #3392

* Hopefully better chinese fonts #3392

* get rid of tabs @ custom.css

* Apply comments and patch from #3384

* Add jdbc.md to ToC and some translation, though it still looks badly incomplete

* minor punctuation

* Add some backlinks to official website from mirrors that just blindly take markdown sources

* Do not make fonts extra light

* find . -name '*.md' -type f | xargs -I{} perl -pi -e 's//g' {}

* find . -name '*.md' -type f | xargs -I{} perl -pi -e 's/ sql/g' {}

* Remove outdated stuff from roadmap.md

* Not so light font on front page too

* Refactor Chinese formats.md to match recent changes in other languages
2018-10-16 13:47:17 +03:00
Maksim
9e813f911c Added third-party http client library for python (#3394)
* Added third-party client library for python

* Added third-party client library for python (rus)
2018-10-16 10:42:56 +03:00
sundyli
f80e222bc9 Add formats translate (#3392)
* add formats translate && improve some css style in zh

* improve some translate
2018-10-16 09:58:03 +03:00
alesapin
c951ec7bad CLICKHOUSE-4067: Fixes in odbc dictionaries. Now dictionaries receives bridge path from global config (as it was before). Quotation performed on table and schema independently. Add tests with postgres interaction. Update documentation 2018-10-15 17:49:23 +03:00
Ivan Blinkov
1c64320544 Pre-generate PDF version of docs 2018-10-12 18:43:16 +03:00
Ivan Blinkov
2bed2d4bdc Couple css fixes 2018-10-12 17:26:29 +03:00
Ivan Blinkov
6bbbb55615 Fix some punctuation 2018-10-12 16:28:34 +03:00
Ivan Blinkov
415f763910 Some sync between 3rd party software lists 2018-10-12 16:26:57 +03:00
Ivan Blinkov
6c57d03ec4 Merge branch 'master' of github.com:yandex/ClickHouse 2018-10-12 16:22:14 +03:00
Ivan Blinkov
664b7d1877 Support multilanguage docs navigation, including mobile mode 2018-10-12 16:22:08 +03:00
glockbender
3674601873 Update third-party_client_libraries.md (#3364)
Adding  Exposed-based sql framework for Kotlin
2018-10-12 12:19:16 +03:00
Ivan Blinkov
f37920d77e
Add "How to start translation to new language" section 2018-10-12 11:12:15 +03:00
Ivan Blinkov
802a0c044f
Add newer languages to docs README.md 2018-10-12 10:04:54 +03:00
Ivan Blinkov
be8490813a
#3347 fix (#3354) 2018-10-11 22:06:04 +03:00
Denis Burlaka
5ad7fc2455
dbeaver infomation added
Добавил dbeaver в качестве клиента БД.
2018-10-11 15:51:25 +03:00
Ivan Blinkov
c829cbc274 add missing anchor 2018-10-10 19:46:23 +03:00
alexey-milovidov
1472e3ae66
Merge pull request #3210 from alex-krash/jdbc-bridge
External database access unification (jdbc/odbc bridges)
2018-10-10 02:26:56 +03:00
alexey-milovidov
6ed6e2de00
Merge pull request #3303 from BayoNet/master
Warning about vulnerability of ODBC driver
2018-10-10 02:11:21 +03:00
Alex Zatelepin
85ca64bf15
Update alter.md 2018-10-09 20:29:40 +03:00
Alex Zatelepin
7aa54e7022
Update alter.md 2018-10-09 20:28:51 +03:00
Alexey Milovidov
574c4da419 Updated tips (tnx. Vladislav U. from the Telegram chat) [#CLICKHOUSE-2] 2018-10-09 17:38:59 +03:00
Sjoerd Mulder
f305b01d6f
Update russian 2018-10-09 12:34:46 +02:00
Sjoerd Mulder
9914f6b18d
keep_alive is seconds not millis 2018-10-09 12:27:52 +02:00
Artem Zuikov
568890f7f7
Merge pull request #3316 from yandex/docs-dictionary-1
[docs] link Dictionary engine to Dictionaries docs
2018-10-09 13:19:05 +03:00
谢磊
093ede9111 add faq zh translate (#3323)
* add faq zh translate

* add faq zh translate --> remove soft md link

* add faq zh translate --> add apache hadoop link
2018-10-09 09:53:47 +03:00
Ivan Blinkov
bff05fa7ff
Some international docs improvements (#3320)
* s/ch/zh/g as it is the correct ISO code

* Add new languages to easy_edit.sh

* Better site_name in docs

* Fix a bunch of links in zh docs

* remove extra trailing slashes
2018-10-08 18:51:16 +03:00
sundyli
5ab6d9274a add interface zh translate (#3318) 2018-10-08 18:15:08 +03:00
Winter Zhang
046580a17d Add Chinese document for index (#3317) 2018-10-08 16:50:45 +03:00
Artem Zuikov
af0e743b94
fix wrong description 2018-10-08 16:25:17 +03:00
Artem Zuikov
5f5221a149
[docs] link Dictionary engine to Dictionaries docs 2018-10-08 16:13:11 +03:00
Ivan Blinkov
6bf9f1205f
s/ch/zh/g as it is the correct ISO code (#3315) 2018-10-08 13:27:49 +03:00
BayoNet
a6d95b9460 Textual edits in ODBC dictionary description. 2018-10-08 13:20:34 +03:00
Сундуков Алексей
1ef8b48ba0 Update index.md (#3314)
Орфографическая ошибка.
2018-10-08 13:06:21 +03:00
Ivan Blinkov
c939f000fe fix comment by @millin 2018-10-05 19:34:49 +03:00
Ivan Blinkov
22c7376a21 resolve conflict 2018-10-05 19:32:06 +03:00
Ivan Blinkov
073800fcc3 Stub for ch docs without actual translation 2018-10-05 19:20:31 +03:00
Ivan Blinkov
9aae67e2a7 fix comment by @millin 2018-10-05 19:10:50 +03:00
Ivan Blinkov
99d54ccd61
WIP on website/docs (#3237)
* lost backtick

* back to short examples on docs front page

* publish sitemap_static.xml too

* add link to "fa" sitemap

* add "fa" to robots.txt

* Add upcoming Beijing meetup link

* Adapt css to second meetup link

* Website front page tuning

* Decimal docs in English

* Kind of fix CLICKHOUSE-4010

* Lost blank line

* fix poco submodule

* Remove Paris link from front page
2018-10-05 18:56:05 +03:00
BayoNet
63c309bf3e Added the warning about the vulnerability of the ODBC driver. 2018-10-05 18:19:08 +03:00
Ivan Blinkov
2a49215ba8 Merge branch 'master' of github.com:yandex/ClickHouse 2018-10-05 17:47:12 +03:00
Milad Arabi
d8963004bf
Update features_considered_disadvantages.md 2018-10-05 00:36:41 +03:30
alexey-milovidov
8189b5eb16
Merge pull request #3285 from den-crane/patch-1
Added Example2
2018-10-04 23:59:04 +03:00
alexey-milovidov
2379dbc0e5
Update merge.md 2018-10-04 23:58:28 +03:00
Andrey
0cd6d095e9
Update access_rights.md
Change 'нет доступа к отдельным ДБ' to 'нет доступа к отдельным БД'
2018-10-04 15:26:49 +03:00
Denis Zhuravlev
26ec4c14fe
Added Example2 2018-10-03 14:43:47 -03:00
Alexandr Krasheninnikov
c7fee9374c fix formatting errors according code review 2018-10-03 13:44:43 +03:00
Andrey
1815c101a0
Update select.md
Change 'Если качестве правой части оператора' on 'Если в качестве правой части оператора'
2018-10-03 12:46:55 +03:00
Andrey
038169e0a7
Update nested.md
Change 'как в запроса' on  'как у запроса'
2018-10-03 10:10:28 +03:00
Alexander Marshalov
de92ecfe32
Fix broken link in doc 2018-10-03 06:04:06 +07:00
Alexandr Krasheninnikov
c3f10e76fc Add doc for jdbc table function 2018-10-01 10:45:59 +03:00
Ivan Blinkov
780876e8f9 Lost blank line 2018-09-27 17:34:49 +03:00
Ivan Blinkov
6874df85d5 Kind of fix CLICKHOUSE-4010 2018-09-27 17:15:19 +03:00
Ivan Blinkov
f1e4356632 Decimal docs in English 2018-09-27 17:09:21 +03:00
Kirill Malev
f8a72e849b
space fix 2018-09-27 14:45:19 +03:00
alexey-milovidov
0dd4bb43a3
Update string_search_functions.md 2018-09-25 21:19:15 +03:00
alexey-milovidov
c449319a3b
Update string_search_functions.md 2018-09-25 21:18:50 +03:00
Alexey Milovidov
b972742f9a Fixed bad code; updated docs #3195 2018-09-22 21:07:27 +03:00
Alex Krash
c29357212a Add examples for alphaTokens and argMin (#3189) 2018-09-21 18:13:45 +03:00
chertus
dd62b7bc23 more docs for Decimal 2018-09-19 17:09:37 +03:00
chertus
789e5814f9 one another docs fix 2018-09-19 16:59:53 +03:00
chertus
2ef3473ef1 one more docs fix 2018-09-19 16:53:40 +03:00
chertus
f5e82687a5 docs hotfix 2018-09-19 16:52:32 +03:00
chertus
771bc2eaac Russian documentation for Decimal [CLICKHOUSE-3765] 2018-09-19 16:45:46 +03:00
Alexey Milovidov
41bde049ab Merge remote-tracking branch 'origin/master' into alex-krash-function_format_date 2018-09-18 21:39:02 +03:00
Alexey Milovidov
dde8ca03cf Merge branch 'function_format_date' of https://github.com/alex-krash/ClickHouse into alex-krash-function_format_date 2018-09-18 19:19:29 +03:00
proller
7eecfdbcf5 wip 2018-09-18 18:59:14 +03:00
Vojtech Splichal
b319c29aaf fix documentation kafka per topic configuration 2018-09-18 14:59:12 +02:00
Alexander Krasheninnikov
64533ff4df Add support for Date, filled documentation 2018-09-18 03:32:24 +03:00
Alexey Zatelepin
48d5d03d27 add notice that dots in cluster names are forbidden [#CLICKHOUSE-3983] 2018-09-17 20:56:24 +03:00
alexey-milovidov
be51dccbb7
Merge pull request #3126 from VadimPE/CLICKHOUSE-3476
[CLICKHOUSE-3476] add invalidate_query for ClickHouse in Dictionary
2018-09-14 21:18:09 +03:00
alexey-milovidov
dcfe84b5fd
Merge pull request #3128 from VadimPE/part_id_in_log
Add partition_id in part_log
2018-09-13 21:52:52 +03:00
VadimPE
bd8cf4006b add doc 2018-09-13 18:59:55 +03:00
VadimPE
383f0da97d CLICKHOUSE-3476 add doc 2018-09-13 18:18:54 +03:00
Nikolay Kirsh
5f753eceb2
Опечатка в пользлователей 2018-09-13 16:03:48 +03:00
Alexey Zatelepin
133c9c7c37 Merge branch 'master' into alter-update
Conflicts:
	docs/en/query_language/alter.md
2018-09-07 19:11:02 +03:00
Ivan Blinkov
4b43fdd3f2
More docs fixes (#3068)
* lost backtick

* back to short examples on docs front page

* publish sitemap_static.xml too

* add link to "fa" sitemap

* add "fa" to robots.txt
2018-09-07 13:27:44 +03:00
Ivan Blinkov
93e91a17bd docs build fixes 2018-09-06 21:24:00 +03:00
Ivan Blinkov
3186a2f273 revert more harmful patches 2018-09-06 21:15:16 +03:00
Ivan Blinkov
4784a945c1 restore NULL literal section in query_language/syntax.md 2018-09-06 21:13:20 +03:00
Ivan Blinkov
cdbae550b1 revert query_language/syntax.md 2018-09-06 21:12:08 +03:00
Ivan Blinkov
8796fa43be re-apply useful patch parts to select.md 2018-09-06 21:11:25 +03:00
Ivan Blinkov
d6c4377594 revert some more harmful patches 2018-09-06 21:07:25 +03:00
Ivan Blinkov
702885ebb4 revert query_language/alter.md 2018-09-06 21:00:21 +03:00
Ivan Blinkov
eb48d070f3 revert operations/utils/clickhouse-local.md 2018-09-06 20:58:37 +03:00
Ivan Blinkov
1da546a2eb fixes for url.md 2018-09-06 20:57:13 +03:00
Ivan Blinkov
1ea4a177fa revert operations/table_engines/file.md 2018-09-06 20:54:19 +03:00
Ivan Blinkov
6c719067c3 fixes for settings.md 2018-09-06 20:47:18 +03:00
Ivan Blinkov
86d9b3098a features_considered_disadvantages.md 2018-09-06 20:43:12 +03:00
Ivan Blinkov
18adb9439d fixes for distinctive_features.md 2018-09-06 20:40:13 +03:00
Ivan Blinkov
a92387f089 fixes for cli.md 2018-09-06 20:09:42 +03:00
Ivan Blinkov
14d9035ac6 fixes for index.md 2018-09-06 20:08:43 +03:00
Ivan Blinkov
3e18e2a14d restore lost space 2018-09-06 20:01:51 +03:00
Ivan Blinkov
196fb86fca fixes for tuple.md 2018-09-06 20:01:06 +03:00
Ivan Blinkov
b81b2e3bfd fixes for data_types/special_data_types/nothing.md 2018-09-06 19:35:14 +03:00
Ivan Blinkov
a2a808c68a fixes for nullable.md 2018-09-06 19:32:20 +03:00
Ivan Blinkov
21712a5ea9 fixes for enum.md 2018-09-06 19:11:10 +03:00
Ivan Blinkov
85214c4687 Merge branch 'master' of github.com:yandex/ClickHouse 2018-09-06 19:02:10 +03:00
Ivan Blinkov
b99dbd4be6 Remove outdated note 2018-09-06 16:01:21 +03:00
BayoNet
85334a2836 Preparations for persian documentation publication (#3045)
* Preparations for publication of persian docs.

* Fix for language direction in data_types
2018-09-06 13:22:06 +03:00
Ivan Blinkov
66bd2306e6
Fixing sitemaps (#3053) 2018-09-06 01:09:58 +03:00
Alexey Zatelepin
17228b8908 add docs [#CLICKHOUSE-13] 2018-09-05 16:27:05 +03:00
Ivan Blinkov
991c60fadb Apply #3043 to English version too 2018-09-05 15:43:25 +03:00
Ivan Blinkov
b40284d598 Merge branch 'master' of github.com:yandex/ClickHouse 2018-09-05 15:42:32 +03:00
Sergey Zaikin
3c10fbfaba Update external_dicts_dict_sources.md (#3043)
Set PostgreSQL section level equals MS SQL section level
2018-09-05 15:37:49 +03:00
Pavel Patrin
7795a6f1bc Update tinylog.md (#3042)
Пишите, Карл!
2018-09-05 15:33:28 +03:00
Ivan Blinkov
6eb63e340d Apply useful patches from TANKER-453459 2018-09-05 12:33:11 +03:00
BayoNet
324fd98de6 Update of english documentation (#2918)
* Updating of english translation.

* Some bugs are fixed.
2018-09-04 14:18:59 +03:00
Ivan Blinkov
28712d7e53
fix mistype 2018-09-03 10:11:46 +03:00
alexey-milovidov
86f44238a2
Update tips.md 2018-09-03 02:36:22 +03:00
Alexander Marshalov
5cb3501afb
Fix small typos in russian version memory.md 2018-09-02 16:25:15 +07:00
alexey-milovidov
cfb448cce6
Update query_complexity.md 2018-08-31 23:02:57 +03:00
Alexey Milovidov
6e97791348 Updated ZooKeeper admin tips [#CLICKHOUSE-3] 2018-08-28 20:07:01 +03:00
Stas Pavlovichev
23c41c17a9
10'th path have to be included
It seems like 10th path should be included in scanning.
2018-08-28 15:03:26 +03:00
alexey-milovidov
eb5f571935
Merge pull request #2959 from VadimPE/CLICKHOUSE-3914
CLICKHOUSE-3914 add doc for CASE without ELSE
2018-08-27 15:36:06 +03:00
VadimPE
5c0039f124 CLICKHOUSE-3914 fix 2018-08-27 15:31:17 +03:00
VadimPE
83ff0d2721 CLICKHOUSE-3914 add doc for CASE without ELSE 2018-08-27 12:21:40 +03:00
Sjoerd Mulder
9fa0c33b66 Adding third-party scala driver (#2945)
* Adding scala driver

* Update ru doc
2018-08-24 17:36:09 +03:00
Ivan Blinkov
7099f691d2 Fix CLICKHOUSE-3910 2018-08-22 16:39:15 +03:00
Ivan Blinkov
0de646cdc6 Not so weird looking title 2018-08-22 16:33:21 +03:00
Ivan Blinkov
5f4a155582 Merge branch 'master' of github.com:yandex/ClickHouse 2018-08-22 16:15:22 +03:00
alexey-milovidov
4c0b30fb7d
Update mergetree.md 2018-08-22 09:44:04 +03:00
alexey-milovidov
87fb9cc997
Update mergetree.md 2018-08-22 09:38:01 +03:00
alexey-milovidov
622c4b84d9
Update mergetree.md 2018-08-22 09:37:35 +03:00
alexey-milovidov
33479b6d6c
Update mergetree.md 2018-08-22 09:37:05 +03:00
alexey-milovidov
6de5f7df1e
Update mergetree.md 2018-08-22 09:32:16 +03:00
alexey-milovidov
df8bf949d0
Update mergetree.md 2018-08-22 09:30:23 +03:00
alexey-milovidov
90788dbd2e
Update mergetree.md 2018-08-22 09:29:36 +03:00
alexey-milovidov
bcd862ab74
Update file.md 2018-08-22 09:23:28 +03:00
alexey-milovidov
33f3841450
Update file.md 2018-08-22 09:22:06 +03:00
alexey-milovidov
34fafdb901
Update file.md 2018-08-22 09:20:05 +03:00
alexey-milovidov
d258c2f5e3
Update rounding_functions.md 2018-08-22 09:18:29 +03:00
BayoNet
5bd8baf9ed Merge branch 'updating-docs' 2018-08-21 10:55:54 +03:00
BayoNet
969225b372 Merge remote-tracking branch 'upstream/master' into updating-docs 2018-08-21 10:55:28 +03:00
BayoNet
d18e249728 Updated description of MergeTree. 2018-08-21 10:54:37 +03:00
Ivan Blinkov
40aa97d1cf Add example from #2892 to docs 2018-08-20 12:29:28 +03:00
alexey-milovidov
bce94dae9b
Merge pull request #2887 from housepower/retention
Add AggregateFunctionRetention
2018-08-20 09:38:43 +03:00
sundy-li
63d74978d8 add AggregateFunctionRetention 2018-08-18 20:39:07 +08:00
zamulla
dbd4971273
Typo fix 2018-08-16 17:45:50 +03:00
BayoNet
20f5606fb4 Correction and clarification of descriptions of file() and round(). 2018-08-16 11:25:35 +03:00
BayoNet
8ea7c63f3c Merge remote-tracking branch 'upstream/master' 2018-08-15 14:04:31 +03:00
BayoNet
613c1669f2 Update of file() table function description. 2018-08-15 13:58:37 +03:00
BayoNet
ce58107568 Update of round(x [, N]) description. 2018-08-15 13:56:54 +03:00
BayoNet
3abeff5aa9 Merge branch 'master' into updating-docs 2018-08-15 09:52:18 +03:00
alexey-milovidov
e99738a7d1
Merge pull request #2835 from BayoNet/master
Settings for quorum INSERT
2018-08-14 17:53:58 +03:00
alexey-milovidov
337cf525b6
Update geo.md 2018-08-14 17:52:38 +03:00
alexey-milovidov
bbb7900266
Update settings.md 2018-08-14 17:42:17 +03:00
alexey-milovidov
02fb626736
Update datetime.md 2018-08-14 12:50:13 +03:00
alexey-milovidov
b886f509bb
Update datetime.md 2018-08-14 12:49:55 +03:00
alexey-milovidov
e61853486a
Merge pull request #2862 from HamoonDBA/master
Translate ClickHouse documents into Persian
2018-08-14 12:48:05 +03:00
BayoNet
f3d464e741 Merge remote-tracking branch 'upstream/master' into updating-docs 2018-08-14 04:53:39 +03:00
BayoNet
4abca43c5d Correcting of select_sequential_consistency description. 2018-08-14 04:48:59 +03:00
Alexander Marshalov
57aa1f9726 fix typo (#2859) 2018-08-13 18:08:29 +03:00
BayoNet
6b9aac7760 Function pointInPolygon. 2018-08-13 17:51:06 +03:00
Hamoon
37618651f4 complete translate data type to persian 2018-08-13 06:45:17 +04:30
Hamoon
e0cb201d92 90% of data types category to persian 2018-08-12 07:33:37 +04:30
Hamoon
432e09a8d0 translate entire interfaces to persian 2018-08-11 06:13:25 +04:30
Ivan Blinkov
94f86eda79
WIP on docs: improvements for search + some content changes (#2842)
* Some improvements for introduction/performance.md

* Minor improvements for example_datasets

* Add website/package-lock.json to .gitignore

* YT paragraph was badly outdated and there is no real reason to write a new one

* Use weird introduction article as a starting point for F.A.Q.

* Some refactoring of first half of ya_metrika_task.md

* minor

* Weird docs footer bugfix

* Forgotten redirect

* h/v scrollbars same size in docs

* CLICKHOUSE-3831: introduce security changelog

* A bit more narrow tables on docs front page

* fix flag in ru docs

* Save some space in top level of docs ToC

* Capitalize most words in titles of docs/en/

* more docs scrollbar fixes

* fix incorrect merge

* fix link

* fix switching languages in single page docs mode

* Update mkdocs & mkdocs-material + unminify javascript

* cherrypick 17e18d1ecc
2018-08-10 17:44:49 +03:00
BayoNet
8429ed5221 Update for Array data type 2018-08-10 16:10:23 +03:00
BayoNet
c1c0145d9b Small fixes and clarifications. 2018-08-10 11:17:39 +03:00
Hamoon
147789470b translate command-line client interface to farsi 2018-08-09 06:50:07 +04:30
Hamoon
f829bfeac6 translate getting_startet.example_dataset to farsi 2018-08-09 05:40:54 +04:30
BayoNet
55cd965db7 Merge remote-tracking branch 'upstream/master' into updating-docs 2018-08-08 23:42:28 +03:00
BayoNet
b84f5faa4e Quorum INSERT settings. 2018-08-08 23:41:14 +03:00
Ivan Blinkov
02b8b55aea
fix mistype 2018-08-08 18:22:47 +03:00
alexey-milovidov
cc433d996c
Merge pull request #2816 from proller/fix8
Fix /release in clean system
2018-08-07 17:15:32 +03:00
Ivan Blinkov
9977788daf
WIP on docs (#2819)
* Some improvements for introduction/performance.md

* Minor improvements for example_datasets

* Add website/package-lock.json to .gitignore

* YT paragraph was badly outdated and there is no real reason to write a new one

* Use weird introduction article as a starting point for F.A.Q.

* Some refactoring of first half of ya_metrika_task.md

* minor

* Weird docs footer bugfix

* Forgotten redirect

* h/v scrollbars same size in docs

* CLICKHOUSE-3831: introduce security changelog

* A bit more narrow tables on docs front page
2018-08-07 15:06:41 +03:00
Hamoon
082542e7dc translate getting_started.example_dataset.ontime to farsi 2018-08-07 07:28:36 +04:30
Hamoon
117c32aaee fix align 2018-08-07 07:11:00 +04:30
Hamoon
534306ec3f translate getting_started.index.md to farsi 2018-08-07 07:07:53 +04:30
Hamoon
c09eb7acd0 translate ya_metrika_task page to farsi 2018-08-07 06:35:24 +04:30
proller
68ef1821c9 Update doc 2018-08-07 04:50:25 +03:00
proller
ef5f4b1e32 Fix /release in clean system 2018-08-07 04:46:52 +03:00
Alexey Milovidov
9b65c5f6c5 Updated instruction [#CLICKHOUSE-3] 2018-08-06 23:59:14 +03:00
Alexey Zatelepin
1f2d4f90b9 allow empty parts after merge for Summing, Collapsing and VersionedCollapsing engines [#CLICKHOUSE-3879] 2018-08-06 19:54:00 +03:00
alexey-milovidov
1b3229545a
Update build.md 2018-08-06 19:48:43 +03:00
Alexey Milovidov
d8c19fd5ec Merge branch 'master' of github.com:yandex/ClickHouse 2018-08-06 19:45:23 +03:00
Alexey Milovidov
f11385c4a9 Fixed bad scrollbar width in documentation [#CLICKHOUSE-3] 2018-08-06 19:44:43 +03:00
alexey-milovidov
0194717795
Update build.md 2018-08-06 19:40:57 +03:00
alexey-milovidov
63911768b2
Update build.md 2018-08-06 19:33:02 +03:00
Alexey Milovidov
1eeda5d7d5 Better build doc [#CLICKHOUSE-3] 2018-08-06 19:31:47 +03:00
Hamoon
49e9b655a7 translate performance page to farsi 2018-08-06 07:59:10 +04:30
Hamoon
1196e7777d translate features_considered_disadvantages to farsi 2018-08-06 07:10:41 +04:30
Hamoon
81dcc79e55 fix align 2018-08-06 06:59:03 +04:30
Hamoon
f316952afe translate distinctive_features to farsi 2018-08-06 06:57:11 +04:30
Alexey Milovidov
a2fca20a4b Using libressl #1983 2018-08-05 11:42:09 +03:00
Alexey Milovidov
e6a5421091 Fixed documentation that often confuse new developers [#CLICKHOUSE-3] 2018-08-05 08:52:46 +03:00
Hamoon
5c97935263 complete What is ClickHouse? translate 2018-08-05 06:40:19 +04:30
Hamoon
a09d16cec4 initial translate fa. translate index.md 2018-08-04 07:33:26 +04:30
Alexey Zatelepin
7062807d8c add docs for mutations cleaner [#CLICKHOUSE-3828] 2018-08-03 22:21:44 +03:00
Alexander Marshalov
154d7e3228 Added SETTINGS clause for Kafka storage engine 2018-08-03 21:51:28 +03:00
alesapin
c83721a02d Fix summing merge tree docs. (#2793)
* CLICKHOUSE-3863: Add HTTPS support for interserver replication

* CLICKHOUSE-3863: Add more convinient exception message

* Fix summingmergetree docs
2018-08-02 22:43:35 +03:00
alexey-milovidov
e6be3df322
Added unixodbc as a submodule. (#2789)
* Using unixodbc as submodule [#CLICKHOUSE-3]

* Using unixodbc as submodule [#CLICKHOUSE-3]

* Using unixodbc as submodule [#CLICKHOUSE-3]

* Using unixodbc as submodule [#CLICKHOUSE-3]

* Using unixodbc as submodule [#CLICKHOUSE-3]

* Using unixodbc as submodule [#CLICKHOUSE-3]

* Using unixodbc as submodule [#CLICKHOUSE-3]
2018-08-02 11:18:15 +03:00
alexey-milovidov
25cc323d1d
Using mariadb-connector-c from submodule. (#2785)
* Using internal mariadb-client library [#CLICKHOUSE-2]

* Using internal mariadb-client library [#CLICKHOUSE-2]

* Using internal mariadb-client library [#CLICKHOUSE-2]

* Using internal mariadb-client library [#CLICKHOUSE-2]

* Using internal mariadb-client library [#CLICKHOUSE-2]
2018-08-02 03:49:31 +03:00
alexey-milovidov
9f23d7c497 Update parametric_functions.md 2018-08-01 19:47:30 +03:00
BayoNet
da3e2a6de2 Added changes from english version of documentation to the russian one. 2018-08-01 19:47:30 +03:00
alexey-milovidov
ef4ecd615f
Update enum.md 2018-07-30 22:51:14 +03:00
alexey-milovidov
6a71a1ea13
Merge branch 'master' into master 2018-07-30 22:49:07 +03:00
Ivan Blinkov
b589903680
WIP on docs (#2753)
* Some improvements for introduction/performance.md

* Minor improvements for example_datasets

* Add website/package-lock.json to .gitignore

* YT paragraph was badly outdated and there is no real reason to write a new one

* Use weird introduction article as a starting point for F.A.Q.

* Some refactoring of first half of ya_metrika_task.md

* minor

* Weird docs footer bugfix
2018-07-30 19:34:55 +03:00
alesapin
71694f0eb2 Add <yandex> tag in PostgreSQL external dictionary config 2018-07-30 17:03:29 +03:00
chertus
b631924d46 CLICKHOUSE-2 fix docs 2018-07-30 13:51:29 +03:00
Alexey Milovidov
a93a0dc840 Removed a note about Kafka from testing documentation #2729 2018-07-27 23:01:14 +03:00
BayoNet
8879c75d8b Improvements based on comments on https://github.com/yandex/ClickHouse/pull/2730 2018-07-27 16:00:01 +03:00
BayoNet
cf1380fc77 Merge remote-tracking branch 'upstream/master' 2018-07-27 14:30:45 +03:00
Ivan Blinkov
20c68e5a6f
WIP on docs introduction articles (#2716)
* WIP on content of distinctive_features.md

* WIP on content of features_considered_disadvantages.md
2018-07-27 14:26:20 +03:00
alexey-milovidov
d0507bb639
Update url.md 2018-07-27 14:18:54 +03:00
alesapin
c0f5e33fe8 Add docs for URL table engine and url table function 2018-07-27 13:21:04 +03:00
BayoNet
6555b05c77 Fixed links after restructurization of the documentation. 2018-07-26 21:02:40 +03:00
BayoNet
5b9dfcb486 Merge remote-tracking branch 'upstream/master' 2018-07-26 20:03:23 +03:00
BayoNet
afd57d0372 - Functions with special support for NULL
- Descriptions for functons: arrayResize, multiIf, getSizeOfEnumType, toColumnTypeName, dumpColumnStructure, defaultValueOfArgumentType, indexHint, replicate.
- Enum description is updated
2018-07-26 17:41:59 +03:00
Alexey Milovidov
57f9abf6b2 Added clarifications for ZooKeeper operations [#CLICKHOUSE-3] 2018-07-25 22:34:58 +03:00
proller
f88f68db09 Macos: fix include for mysql, use mariadb-connector-c in docs (#2717)
* Macos: fix mysql link

* Macos: Fix mysql include

* doc
2018-07-25 18:27:31 +03:00
alexey-milovidov
743f904a64
Merge pull request #2714 from blinkov/CLICKHOUSE-2720
Refactoring that also fixes CLICKHOUSE-3858
2018-07-25 14:23:07 +03:00
Ivan Blinkov
0b14512735 lang has already been passed 2018-07-25 12:21:38 +03:00
Ivan Blinkov
81b757bb05 CLICKHOUSE-3858: get rid of more js workarounds for old docs build system + some fixes 2018-07-25 12:19:50 +03:00
Ivan Blinkov
3b2c3fd73f CLICKHOUSE-3858: get rid of js workarounds for old docs build system 2018-07-25 11:46:02 +03:00
BayoNet
c31dca2c04 Tuple description is updated. 2018-07-25 09:10:07 +03:00
zhang2014
7e87fa8e18 ISSUES-2688 support on cluster for kill & optimize query 2018-07-24 22:07:13 +03:00
Ivan Blinkov
5ad0d74dff Hide example on main docs page behind spoiler 2018-07-24 19:37:57 +03:00
alexey-milovidov
480735db41
Update configuration_files.md 2018-07-23 23:07:35 +03:00
Ivan Blinkov
c7e526e050
WIP on documentation (#2692)
* Additional .gitignore entries

* Merge a bunch of small articles about system tables into single one

* Merge a bunch of small articles about formats into single one

* Adapt table with formats to English docs too

* Add SPb meetup link to main page

* Move Utilities out of top level of docs (the location is probably not yet final) + translate couple articles

* Merge MacOS.md into build_osx.md

* Move Data types higher in ToC

* Publish changelog on website alongside documentation

* Few fixes for en/table_engines/file.md

* Use smaller header sizes in changelogs

* Group up table engines inside ToC

* Move table engines out of top level too

* Specificy in ToC that query language is SQL based. Thats a bit excessive, but catches eye.

* Move stuff that is part of query language into respective folder

* Move table functions lower in ToC

* Lost redirects.txt update

* Do not rely on comments in yaml + fix few ru titles

* Extract major parts of queries.md into separate articles

* queries.md has been supposed to be removed

* Fix weird translation

* Fix a bunch of links

* There is only table of contents left

* "Query language" is actually part of SQL abbreviation

* Change filename in README.md too

* fix mistype

* s/formats\/interfaces/interfaces\/formats/g

* Remove extra clarification from header as it was too verbose, probably making it a bit more confusing

* Empty article was supposed to be hidden

* At least change incorrect title

* Move special links to the bottom of nav and slightly highlight them

* Skip hidden pages in bottom navigation too

* Make front page of documentation to be part of Introduction

* Make tables in introduction somewhat readable + move abbreviation definitions earlier

* Some introduction text refactoring

* Some docs introduction refactoring

* Use admonitions instead of divs

* Additional .gitignore

* Treat .gif as images too

* Clarify ToC item
2018-07-20 20:35:34 +03:00
Ivan Blinkov
1eb23d4b48
s/formats\/interfaces/interfaces\/formats/g (#2685)
* Additional .gitignore entries

* Merge a bunch of small articles about system tables into single one

* Merge a bunch of small articles about formats into single one

* Adapt table with formats to English docs too

* Add SPb meetup link to main page

* Move Utilities out of top level of docs (the location is probably not yet final) + translate couple articles

* Merge MacOS.md into build_osx.md

* Move Data types higher in ToC

* Publish changelog on website alongside documentation

* Few fixes for en/table_engines/file.md

* Use smaller header sizes in changelogs

* Group up table engines inside ToC

* Move table engines out of top level too

* Specificy in ToC that query language is SQL based. Thats a bit excessive, but catches eye.

* Move stuff that is part of query language into respective folder

* Move table functions lower in ToC

* Lost redirects.txt update

* Do not rely on comments in yaml + fix few ru titles

* Extract major parts of queries.md into separate articles

* queries.md has been supposed to be removed

* Fix weird translation

* Fix a bunch of links

* There is only table of contents left

* "Query language" is actually part of SQL abbreviation

* Change filename in README.md too

* fix mistype

* s/formats\/interfaces/interfaces\/formats/g
2018-07-20 00:51:17 +03:00
MaximAL
aa453c43ce Non-translated and (#2681) 2018-07-19 11:32:35 +03:00
alexey-milovidov
ef5f09af50
Update tests.md 2018-07-19 06:23:40 +03:00
alexey-milovidov
9ff93c7b6d
Update tests.md 2018-07-19 06:20:25 +03:00
alexey-milovidov
592733f697
Update tests.md 2018-07-19 06:14:56 +03:00
alexey-milovidov
71c70137ea
Update tests.md 2018-07-19 06:14:20 +03:00
alexey-milovidov
c295c12dd4
Added documentation about ClickHouse testing (#2676)
* Added documentation about ClickHouse testing (draft) [#CLICKHOUSE-2]

* Updated documentation about ClickHouse testing [#CLICKHOUSE-2]

* Moved information about ClickHouse tests to correct place [#CLICKHOUSE-3]

* Moved information about ClickHouse tests to correct place [#CLICKHOUSE-3]
2018-07-19 06:02:29 +03:00
BayoNet
ba04b9dcb8 Functions for Nullable arguments. 2018-07-18 21:45:23 +03:00
Ivan Blinkov
0a4a5b36cc
Some WIP on documentation refactoring (#2659)
* Additional .gitignore entries

* Merge a bunch of small articles about system tables into single one

* Merge a bunch of small articles about formats into single one

* Adapt table with formats to English docs too

* Add SPb meetup link to main page

* Move Utilities out of top level of docs (the location is probably not yet final) + translate couple articles

* Merge MacOS.md into build_osx.md

* Move Data types higher in ToC

* Publish changelog on website alongside documentation

* Few fixes for en/table_engines/file.md

* Use smaller header sizes in changelogs

* Group up table engines inside ToC

* Move table engines out of top level too

* Specificy in ToC that query language is SQL based. Thats a bit excessive, but catches eye.

* Move stuff that is part of query language into respective folder

* Move table functions lower in ToC

* Lost redirects.txt update

* Do not rely on comments in yaml + fix few ru titles

* Extract major parts of queries.md into separate articles

* queries.md has been supposed to be removed

* Fix weird translation

* Fix a bunch of links

* There is only table of contents left

* "Query language" is actually part of SQL abbreviation

* Change filename in README.md too

* fix mistype
2018-07-18 13:00:53 +03:00
Ivan Blinkov
ca39514209
Get rid of Russian examples in English version 2018-07-17 17:12:20 +03:00