Olga Revyakina
33a65063ce
Docs for the output_format_pretty_max_value_width setting (English).
2020-08-30 22:53:22 +03:00
olgarev
5ecb1717a3
DOCSUP-712: Documented the ttl_only_drop_parts setting ( #13823 )
...
* Docs in English for the ttl_only_drop_parts setting.
* Docs in Russian.
* Update docs/ru/operations/settings/settings.md
Co-authored-by: BayoNet <da-daos@yandex.ru>
Co-authored-by: Olga Revyakina <revolg@yandex-team.ru>
Co-authored-by: BayoNet <da-daos@yandex.ru>
2020-08-28 13:29:56 +03:00
Alexander Kuzmenkov
c4fc434a13
Merge pull request #14060 from azat/parallel_distributed_insert_select-2
...
Extend parallel_distributed_insert_select to run INSERT into local table
2020-08-26 20:37:36 +03:00
Azat Khuzhin
50a312534c
Extend parallel_distributed_insert_select to run INSERT into local table
...
Before this patch there was:
- parallel_distributed_insert_select=1, that executes:
INSERT INTO dist_out SELECT ... FROM underlying_dist_in
After this patch there will be:
- parallel_distributed_insert_select=2, that executes:
INSERT INTO underlying_dist_out SELECT ... FROM underlying_dist_in
And cover the behaviour w/o integration test, by using the following
techincs:
- SYSTEM STOP DISTRIBUTED SENDS
- prefer_localhost_replica=0
2020-08-25 22:49:13 +03:00
Ivan Blinkov
c0f8fb10bc
Update docs/en/operations/settings/settings.md
...
Co-authored-by: Ilya Yatsishin <2159081+qoega@users.noreply.github.com>
2020-08-19 17:20:59 +03:00
Olga Revyakina
ca95341823
English docs for the lock_acquire_timeout setting.
2020-08-18 09:32:40 +03:00
Evgenia Sudarikova
225c84a0b3
DOCSUP-1888: Documented the input_format_avro_allow_missing_fields setting ( #13671 )
...
* add EN description
* changes after review
* add RU version
* Update docs/en/operations/settings/settings.md
Co-authored-by: Ivan Blinkov <github@blinkov.ru>
2020-08-17 11:20:37 +03:00
alexey-milovidov
4dc12873b9
Merge pull request #13616 from hagen1778/max-insert-block-size-docs
...
[docs]: explicitly mention unit of measurement for `max_insert_block_size`
2020-08-14 03:14:49 +03:00
Roman Bug
4bf3a3e704
DOCSUP-711: Add description for setting output_format_json_quote_denormals ( #13391 )
...
* DOCSUP-711: (en) In settings added description for output_format_json_quote_denormals.
* DOCSUP-711: Fix invalid anchor.
* DOCSUP-711: (ru) In settings added description for output_format_json_quote_denormals.
* DOCSUP-711: Change values styles.
* DOCSUP-711: Add a link from the setting description to the JSON format description. (by pr comment)
Add a link from the JSON format description to the setting description. (by pr comment)
* DOCSUP-711: Rewrite sentence.
* DOCSUP-711: (ru) Added link from settings.md to JSON format.
* DOCSUP-711: (en) Added example of output with the setting (by pr comment).
* DOCSUP-711: Add example of output with the setting.
* DOCSUP-711: Minor fix.
* DOCSUP-711: Update example of settings using.
* DOCSUP-711: Minor fix.
* Update docs/en/interfaces/formats.md by pr
Co-authored-by: BayoNet <da-daos@yandex.ru>
* [wip]Update docs/en/operations/settings/settings.md
Co-authored-by: BayoNet <da-daos@yandex.ru>
* DOCSUP-711: (en) Add sample table and fix pr comments.
* DOCSUP-711: (ru) Updated from en and by pr comments.
* DOCSUP-711: (ru) Updated from en and by pr comments.
* DOCSUP-711: Added name for sample table.
* Update docs/ru/operations/settings/settings.md by pr comment
Co-authored-by: BayoNet <da-daos@yandex.ru>
* Update docs/ru/interfaces/formats.md by pr comment
Co-authored-by: BayoNet <da-daos@yandex.ru>
* Update settings.md
* Update settings.md
Co-authored-by: romanzhukov <romanzhukov@yandex-team.ru>
Co-authored-by: BayoNet <da-daos@yandex.ru>
2020-08-11 18:28:42 +03:00
roman
f18c1ce03e
[docs]: explicitly mention unit of measurement for max_insert_block_size
...
Without explicitly defined unit of measurement the description for
setting `max_insert_block_size` may result into confusion and mistakenly
interpret as bytes.
2020-08-11 14:55:36 +01:00
olgarev
6164e7373d
DOCSUP-791: Docs for optimize_read_in_order setting ( #12611 )
...
* Docs in English for optimize_read_in_order setting.
* Link misspelling fixed.
* Usage section moved to the ORDER BY topic.
* Link fixed.
* Update docs/en/sql-reference/statements/select/order-by.md
Co-authored-by: BayoNet <da-daos@yandex.ru>
* Update docs/en/sql-reference/statements/select/order-by.md
Co-authored-by: BayoNet <da-daos@yandex.ru>
* Apply suggestions from code review
Co-authored-by: BayoNet <da-daos@yandex.ru>
* Apply suggestions from code review
Co-authored-by: BayoNet <da-daos@yandex.ru>
* Update docs/en/sql-reference/statements/select/order-by.md
Co-authored-by: Ivan Blinkov <github@blinkov.ru>
* Small fix in English and translation into Russian.
Co-authored-by: Olga Revyakina <revolg@yandex-team.ru>
Co-authored-by: BayoNet <da-daos@yandex.ru>
Co-authored-by: Ivan Blinkov <github@blinkov.ru>
2020-08-10 16:33:39 +03:00
olgarev
2aefe5fb77
DOCSUP-790: docs for mutations_sync setting ( #12639 )
...
* Docs in English.
* Fixed links bug.
* Update docs/en/sql-reference/statements/alter/delete.md
Co-authored-by: Ivan Blinkov <github@blinkov.ru>
* Translated into Russian. Anchors in links syncronized with English text. One minor change in English text to unify two similar descriptions.
Co-authored-by: Olga Revyakina <revolg@yandex-team.ru>
Co-authored-by: Ivan Blinkov <github@blinkov.ru>
2020-07-29 09:43:24 +03:00
BayoNet
6dd731dd00
DOCS-590: parallel_distributed_insert_select ( #12980 )
...
* DOCSUP-987: parallel_distributed_insert_select setting (#145 )
* add EN version
* add EN version
* changes after review in EN version
* add RU version
* CLICKHOUSEDOCS-590: Updated text
Co-authored-by: Evgenia Sudarikova <56156889+otrazhenia@users.noreply.github.com>
Co-authored-by: Sergei Shtykov <bayonet@yandex-team.ru>
2020-07-28 15:25:49 +03:00
olgarev
e2287959a8
DOCSUP-1585: Edit and sync geo functions ( #12584 )
...
* Geo functions - en/ru sync.
* Fixed bug with levels.
* Apply suggestions from code review
Co-authored-by: Ivan Blinkov <github@blinkov.ru>
Co-authored-by: BayoNet <da-daos@yandex.ru>
* Geo functions splitted into 3 files.
* Links fixed.
* Link fixed.
* Anchor fixed.
* Add into TOC.
* Temporarily removed anchors.
* Working on TOC.
* Links to original article.
* TOC and links in English and Russian.
* TOC in English, content in index.
* Link fixed.
* TOC in Russian, with content in index file.
* Added index file to geo functions
* fixed links in ru
Co-authored-by: Olga Revyakina <revolg@yandex-team.ru>
Co-authored-by: Ivan Blinkov <github@blinkov.ru>
Co-authored-by: BayoNet <da-daos@yandex.ru>
Co-authored-by: Sergei Shtykov <bayonet@yandex-team.ru>
2020-07-28 10:57:28 +03:00
BayoNet
52f95e53fb
DOCS-229: insert_distributed_sync ( #12579 )
...
* Revolg docsup 727 insert distributed sync setting (#130 )
* Add insert_distributed_sync setting
* insert_distributed_sync en doc upd
* Translated to russian.
* Update docs/ru/operations/settings/settings.md
Co-authored-by: BayoNet <da-daos@yandex.ru>
* Added the link to the setting in the russian version.
Co-authored-by: Olga Revyakina <revolg@yandex-team.ru>
Co-authored-by: BayoNet <da-daos@yandex.ru>
* Update settings.md
* Update docs/ru/operations/settings/settings.md
Co-authored-by: olgarev <56617294+olgarev@users.noreply.github.com>
Co-authored-by: Olga Revyakina <revolg@yandex-team.ru>
Co-authored-by: Sergei Shtykov <bayonet@yandex-team.ru>
Co-authored-by: alexey-milovidov <milovidov@yandex-team.ru>
2020-07-21 15:40:03 +03:00
BayoNet
6af122aade
asiana21-DOCSUP-713 ( #147 ) ( #12620 )
...
* docs(connection_pool_max_wait_ms): added the setting description
* docs(kafka_max_wait_ms): added the setting description
* docs(replace_running_query_max_wait_ms): added the setting description
* Update docs/en/operations/settings/settings.md
Co-authored-by: BayoNet <da-daos@yandex.ru>
* Update docs/en/operations/settings/settings.md
Co-authored-by: BayoNet <da-daos@yandex.ru>
* Update docs/en/operations/settings/settings.md
Co-authored-by: BayoNet <da-daos@yandex.ru>
* Update docs/en/operations/settings/settings.md
Co-authored-by: BayoNet <da-daos@yandex.ru>
* Update docs/en/operations/settings/settings.md
Co-authored-by: BayoNet <da-daos@yandex.ru>
* docs(kafka_max_wait_ms): added RU translation
* docs(connection_pool_max_wait_ms): added RU translation
* removed extra spaces
* docs(replace_running_query_max_wait_ms): added RU translation
Co-authored-by: asiana21 <asiana21@yandex-team.ru>
Co-authored-by: BayoNet <da-daos@yandex.ru>
Co-authored-by: Sergei Shtykov <bayonet@yandex-team.ru>
Co-authored-by: AsiaKorushkina <43650329+AsiaKorushkina@users.noreply.github.com>
Co-authored-by: asiana21 <asiana21@yandex-team.ru>
2020-07-21 14:56:18 +03:00
BayoNet
21a1c5e8eb
DOCS-389: network_compression_method ( #12581 )
...
* DOCSUP-715 network_compression_method and network_zstd_compression_level (#141 )
* Add network_compression_method and network_zstd_compression_level settings
* Some fixes
* Fix by comments
* Fix by comments
* Fix PR comment and add ru translation
Co-authored-by: romanzhukov <romanzhukov@yandex-team.ru>
* CLICKHOUSEDOCS-389: Text fixes.
* Update docs/en/operations/settings/settings.md
Co-authored-by: Roman Bug <rrrrrroman@gmail.com>
Co-authored-by: romanzhukov <romanzhukov@yandex-team.ru>
Co-authored-by: Sergei Shtykov <bayonet@yandex-team.ru>
Co-authored-by: Ilya Yatsishin <2159081+qoega@users.noreply.github.com>
2020-07-20 12:57:36 +03:00
BayoNet
71e7b94aa4
DOCS-586: The validate_polygons setting ( #12555 )
...
* asiana21-DOCSUP-979-validate_polygons (#136 )
* docs(validate_polygons): added the setting description
* Update docs/en/operations/settings/settings.md
Co-authored-by: BayoNet <da-daos@yandex.ru>
* docs(validate_polygons): added RU translation
Co-authored-by: asiana21 <asiana21@yandex-team.ru>
Co-authored-by: BayoNet <da-daos@yandex.ru>
* CLICKHOUSEDOCS-586: Minor text edit.
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>
2020-07-17 18:05:42 +03:00
Artem Zuikov
ff372ec0f0
Standard join type syntax position ( #12520 )
2020-07-16 11:56:45 +03:00
Ivan Blinkov
ffe2cecb1b
[docs] split the ALTER article ( #12502 )
...
* initial split
* initial adjust links
* make en buildable
* re-normalize
2020-07-15 00:02:41 +03:00
Maxim Sabyanin
58fed6b19e
add output_format_pretty_grid_charset setting in docs
2020-07-10 22:32:51 +03:00
Ivan Blinkov
258d2fd499
[docs] split various kinds of CREATE queries into separate articles ( #12328 )
...
* normalize
* split & adjust links
* re-normalize
* adjust ru links
* adjust ja/tr links
* partially apply e0d19d2aea
* reset contribs
2020-07-09 18:10:35 +03:00
Ilya Yatsishin
5a4d9fb9ae
Merge pull request #12070 from ClickHouse/filimonov-max_rows_to_read-threads
...
max_rows_to_read remove note about 'applied on each thread separately'
2020-07-03 17:45:47 +03:00
BayoNet
3435328465
DOCS-522: max_parser_depth ( #12097 )
...
* asiana21-DOCSUP-925-max_parser_depth (#132 )
* docs(max_parser_depth): added the setting description
* docs(max_parser_depth): some changes
* Update docs/en/operations/settings/settings.md
Co-authored-by: BayoNet <da-daos@yandex.ru>
* Update docs/en/operations/settings/settings.md
Co-authored-by: BayoNet <da-daos@yandex.ru>
* Update docs/en/operations/settings/settings.md
Co-authored-by: BayoNet <da-daos@yandex.ru>
* docs(max_parser_depth): added ru translation
* docs(max_parser_depth): removed quotation marks
Co-authored-by: asiana21 <asiana21@yandex-team.ru>
Co-authored-by: BayoNet <da-daos@yandex.ru>
* CLICKHOUSEDOCS-522: Fixed the link.
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>
2020-07-03 00:26:55 +03:00
BayoNet
e79be9b1ed
DOCS-605: Description for the always_fetch_merged_part setting ( #11921 )
...
* Revolg DOCSUP-998 Document the always_fetch_merged_part setting (#123 )
* Add always_fetch_merged_part setting
* revolg-DOCSUP-998-add_always_fetch_merged_part_setting link fixed
* Apply suggestions from code review
Co-authored-by: BayoNet <da-daos@yandex.ru>
* Add always_fetch_merged_part setting. Updates.
* Update docs/en/operations/settings/settings.md
Co-authored-by: BayoNet <da-daos@yandex.ru>
* Add always_fetch_merged_part setting. Updates.
Co-authored-by: Olga Revyakina <revolg@yandex-team.ru>
Co-authored-by: BayoNet <da-daos@yandex.ru>
* CLICKHOUSEDOCS-605: Minor fixes.
* CLICKHOUSEDOCS-605: Added Plausible to Adopters.
* Update docs/ru/operations/settings/settings.md
Co-authored-by: alesapin <alesapin@gmail.com>
* Update docs/en/operations/settings/settings.md
Co-authored-by: alesapin <alesapin@gmail.com>
* CLICKHOUSEDOCS-605: Fixed access rights description.
Co-authored-by: olgarev <56617294+olgarev@users.noreply.github.com>
Co-authored-by: Olga Revyakina <revolg@yandex-team.ru>
Co-authored-by: Sergei Shtykov <bayonet@yandex-team.ru>
Co-authored-by: alesapin <alesapin@gmail.com>
2020-07-02 12:04:40 +03:00
BayoNet
c7d8bf68b8
DOCS-635: Translated the EN version of the AvroConfluent format description ( #11930 )
...
* DOCSUP-1350 (#128 )
* edited EN version
* add EN and RU translation
* minor changes
* CLICKHOUSEDOCS-635: Updated the description.
Co-authored-by: Sergei Shtykov <bayonet@yandex-team.ru>
Co-authored-by: Evgenia Sudarikova <56156889+otrazhenia@users.noreply.github.com>
2020-07-02 10:25:06 +03:00
BayoNet
03a643e9d3
DOCS-609: max_server_memory_usage ( #11771 )
...
* Revolg DOCSUP-1000 add max server memory usage setting (#125 )
* Add max_server_memory_usage setting, delete max_memory_usage_for_all_queries setting.
* Syntax fixed
* Apply suggestions from code review
Co-authored-by: BayoNet <da-daos@yandex.ru>
* Doc for the max_server_memory_usage setting. Updates.
Co-authored-by: Olga Revyakina <revolg@yandex-team.ru>
Co-authored-by: BayoNet <da-daos@yandex.ru>
* CLICKHOUSEDOCS-609: Minor fixes.
* CLICKHOUSEDOCS-609: Actualized position of the setting.
Co-authored-by: olgarev <56617294+olgarev@users.noreply.github.com>
Co-authored-by: Olga Revyakina <revolg@yandex-team.ru>
Co-authored-by: Sergei Shtykov <bayonet@yandex-team.ru>
2020-07-01 16:08:16 +03:00
filimonov
b2df6accad
Update query-complexity.md
...
Remove a note about read limits applied on threads level.
2020-07-01 14:34:24 +02:00
alexey-milovidov
18eb141ea1
Merge pull request #11715 from azat/dist-optimize_skip_unused_shards-fixes
...
Control nesting level for shards skipping and disallow non-deterministic functions
2020-06-24 12:54:58 +03:00
Azat Khuzhin
b0779dbfe7
Fix documentation
2020-06-23 21:08:28 +03:00
Alexander Kuzmenkov
ffc5b21bad
Merge remote-tracking branch 'origin/master' into HEAD
2020-06-22 15:28:03 +03:00
alexey-milovidov
4c12f057f6
Merge pull request #11772 from BayoNet/docs/CLICKHOUSEDOCS-658-mv-block-settings
...
DOCS-658: Materialized views block settings
2020-06-21 17:58:51 +03:00
Azat Khuzhin
fb30629ff2
Add settings to control nesting level for shards skipping optimization
...
- optimize_skip_unused_shards_nesting (allows control nesting level for
shards skipping optimization)
- force_skip_optimize_shards_nesting (allows control nesting level for
checking was shards skipped or not)
- deprecates force_skip_optimize_shards_no_nested
2020-06-21 15:27:01 +03:00
Azat Khuzhin
caa195c034
Add number of errors to ignore while choosing replicas (distributed_replica_max_ignored_errors)
...
This will allow avoid switching to another replica in case of error
(since error can be temporary).
2020-06-20 11:20:16 +03:00
BayoNet
d29e1ce986
DOCS-602: transform_null_in ( #11734 )
...
* Revolg DOCSUP-996 Document the transform_null_in setting (#124 )
* Add doc for transform_null_in setting
* Apply suggestions from code review
Co-authored-by: BayoNet <da-daos@yandex.ru>
* Add doc for the transform_null_in setting (ru)
* Add transform_null_in setting (ru). Anchor fixed
* Add doc for the transform_null_in setting (ru,en). Misspell fixed, anchor fixed.
Co-authored-by: Olga Revyakina <revolg@yandex-team.ru>
Co-authored-by: BayoNet <da-daos@yandex.ru>
* CLICKHOUSEDOCS-602: Updated text.
* Deleted symlink to IN operator.
* CLICKHOUSEDOCS-602: Fixed links.
* CLICKHOUSEDOCS-602: Updated the description.
* CLICKHOUSEDOCS-602: Updated by comments.
Co-authored-by: olgarev <56617294+olgarev@users.noreply.github.com>
Co-authored-by: Olga Revyakina <revolg@yandex-team.ru>
Co-authored-by: Sergei Shtykov <bayonet@yandex-team.ru>
2020-06-19 12:18:57 +03:00
Sergei Shtykov
13f8c588de
Merge branch 'master' of github.com:ClickHouse/ClickHouse into docs/CLICKHOUSEDOCS-658-mv-block-settings
2020-06-18 22:24:17 +03:00
Evgenia Sudarikova
d0cfa35ab0
DOCSUP-1316 ( #122 )
...
* add EN version
* change links in EN version
* changes after review
* add RU description
* minor changes
2020-06-18 22:11:47 +03:00
Azat Khuzhin
6507247328
optimize_skip_unused_shards=2 will disable it for nested distributed queries
...
P.S. Looks like settings can be converted between SettingUInt64 and
SettingBool without breaking binary protocol.
FWIW maybe it is a good idea to change the semantics of the settings as
follow (but I guess that changing semantic is not a good idea, better to
add new settings and deprecate old ones):
- optimize_skip_unused_shards -- accept nesting level on which the
optimization will work
- force_skip_optimize_shards_nesting -- accept nesting level on which
the optimization will work
2020-06-18 21:49:29 +03:00
Ivan Blinkov
7170f3c534
[docs] split aggregate function and system table references ( #11742 )
...
* prefer relative links from root
* wip
* split aggregate function reference
* split system tables
2020-06-18 11:24:31 +03:00
Azat Khuzhin
0e378590fe
Add load_balancing=round_robin
2020-06-14 01:09:21 +03:00
BayoNet
58786f9929
DOCS-620: Background pools settings ( #11358 )
...
* DOCSUP-1036: Describe settings for different pools (#118 )
* describe settings for different pools
* minor changes
* add refs to and from distributed, server settings, kafka, replication, mergetree
* changes in links description
* add description and links to RU version
* add descrtiption and links to ru version
* minor changes
* CLICKHOUSEDOCS-620: Returned text lost by the last merge.
Co-authored-by: Evgenia Sudarikova <56156889+otrazhenia@users.noreply.github.com>
Co-authored-by: Sergei Shtykov <bayonet@yandex-team.ru>
2020-06-02 21:11:56 +03:00
BayoNet
5088f409ca
DOCS-611: background_buffer_flush_schedule_pool_size setting ( #11176 )
...
* DOCSUP-1003 background_buffer_flush_schedule_pool_size setting (#116 )
* changes after review
* add RU version
* CLICKHOUSEDOCS-611: Fixed text.
Co-authored-by: Evgenia Sudarikova <56156889+otrazhenia@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-06-02 11:42:05 +03:00
BayoNet
a7b3343ee4
CLICKHOUSEDOCS-631: temporary_files_codec, join_on_disk_max_files_to_merge settings. ( #11242 )
...
Co-authored-by: Sergei Shtykov <bayonet@yandex-team.ru>
2020-06-01 22:02:16 +03:00
BayoNet
09369c259c
DOCS-527: system.query_log ( #11197 )
...
* DOCSUP-824: query log (#115 )
* Draft changes.
* Next step.
* Structure was changed. Missed information was added.
* More edits.
* 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>
* Comments editing was done.
* Translated to russian.
Co-authored-by: Anastasia Uvarova <ana-uvarova@yandex-team.ru>
Co-authored-by: AnaUvarova <64017504+AnaUvarova@users.noreply.github.com>
* CLICKHOUSEDOCS-527: query_log description.
* CLICKHOUSEDOCS-527: Updated structure.
* CLICKHOUSEDOCS-527: Fixed links.
* Update docs/en/operations/system-tables.md
Co-authored-by: Ivan Blinkov <github@blinkov.ru>
* Update docs/en/operations/system-tables.md
Co-authored-by: Ivan Blinkov <github@blinkov.ru>
* Update docs/en/operations/system-tables.md
Co-authored-by: Ivan Blinkov <github@blinkov.ru>
* Update docs/en/operations/system-tables.md
Co-authored-by: Ivan Blinkov <github@blinkov.ru>
* Update docs/en/operations/system-tables.md
Co-authored-by: Ivan Blinkov <github@blinkov.ru>
* Updated by comments.
* CLICKHOUSEDOCS-527: Updated by comments
.
* CLICKHOUSEDOCS-527: Syncronized EN->RU
Co-authored-by: Anastasia Uvarova <ana-uvarova@yandex-team.ru>
Co-authored-by: AnaUvarova <64017504+AnaUvarova@users.noreply.github.com>
Co-authored-by: Sergei Shtykov <bayonet@yandex-team.ru>
Co-authored-by: Ivan Blinkov <github@blinkov.ru>
2020-05-29 12:43:49 +03:00
BayoNet
c34f1ed6fd
DOCS-631: Settings partial_merge_join_optimizations, partial_merge_join_rows_in_right_blocks ( #11130 )
...
* CLICKHOUSEDOCS-631: Settings partial_merge_join_optimizations, partial_merge_join_rows_in_right_blocks
* CLICKHOUSEDOCS-631: Updated by comments.
* CLICKHOUSEDOCS-631: Fixed some grammar.
Co-authored-by: Sergei Shtykov <bayonet@yandex-team.ru>
2020-05-27 17:13:37 +03:00
BayoNet
3ff28d0a7a
DOCS-112: any_join_distinct_right_table_keys ( #11065 )
...
* CLICKHOUSEDOCS-112: any_join_distinct_right_table_keys
* CLICKHOUSEDOCS-112: Updated link.
* CLICKHOUSEDOCS-112: Updated by comments.
* CLICKHOUSEDOCS-112: Updated by comments.
* CLICKHOUSEDOCS-112: Fixed grammar.
* CLICKHOUSEDOCS-112: Updated by comments.
* CLICKHOUSEDOCS-112: Fixed typo.
Co-authored-by: Sergei Shtykov <bayonet@yandex-team.ru>
2020-05-26 18:10:56 +03:00
BayoNet
42f72d526f
DOCS-323: LowCardinality ( #11060 )
...
* CLICKHOUSEDOCS-323: The first version of the description.
* CLICKHOUSEDOCS-323: Update.
* CLICKHOUSEDOCS-323: toLowCardinality, low_cardinality_max_dictionary_size
* CLICKHOUSEDOCS-323: Added descriptions of low_cardinality_use_single_dictionary_for_part, low_cardinality_allow_in_native_format, allow_suspicious_low_cardinality_types.
* Update docs/en/sql-reference/data-types/lowcardinality.md
Co-authored-by: Ivan Blinkov <github@blinkov.ru>
* Update docs/en/sql-reference/data-types/lowcardinality.md
Co-authored-by: Ivan Blinkov <github@blinkov.ru>
* Update docs/en/sql-reference/functions/type-conversion-functions.md
Co-authored-by: Ivan Blinkov <github@blinkov.ru>
* CLICKHOUSEDOCS-323: Updated by comments.
* CLICKHOUSEDOCS-323: Updated by comments.
* CLICKHOUSEDOCS-323: Fixed some grammar.
Co-authored-by: Sergei Shtykov <bayonet@yandex-team.ru>
Co-authored-by: Ivan Blinkov <github@blinkov.ru>
2020-05-25 14:01:28 +03:00
BayoNet
266fa9d99c
DOCS-627: Fixed language and markup in EN version and translated to RU. ( #11001 )
...
* DOCSUP-1063 (#114 )
* added first draft
* added translation for force_optimize_skip_unused_shards and fixed anchors
* fixes
* fixes
* fixed alter.md
Co-authored-by: Elizaveta Mironyuk <emironyuk@yandex-team.ru>
* CLICKHOUSEDOCS-627: Updated templated.
* Fixed markup.
* CLICKHOUSEDOCS-627: Fixed links.
Co-authored-by: Sergei Shtykov <bayonet@yandex-team.ru>
Co-authored-by: emironyuk <62014692+emironyuk@users.noreply.github.com>
Co-authored-by: Elizaveta Mironyuk <emironyuk@yandex-team.ru>
2020-05-19 09:02:30 +03:00
alesapin
03f09986fd
Add dot.
2020-05-18 16:47:30 +03:00
Alexander Tokmakov
e542e814de
better background_pool_size description in docs
2020-05-18 16:34:54 +03:00
BayoNet
c701493e30
DOCS-626: EN review, RU translations for RBAC docs ( #10951 )
...
* DOCSUP-1062 (#112 )
* added first draft
* minor fixes
* fixed anchors
* yet another fixes
* and the minorest fixes
* Apply suggestions from doc review
Co-authored-by: BayoNet <da-daos@yandex.ru>
* fixed terminology in ru (access entity, throws exception)
* fixed typo
* fixed typo
Co-authored-by: Elizaveta Mironyuk <emironyuk@yandex-team.ru>
Co-authored-by: BayoNet <da-daos@yandex.ru>
* Fixed link.
* CLICKHOUSEDOCS-626: Fixed links.
Co-authored-by: Sergei Shtykov <bayonet@yandex-team.ru>
Co-authored-by: emironyuk <62014692+emironyuk@users.noreply.github.com>
Co-authored-by: Elizaveta Mironyuk <emironyuk@yandex-team.ru>
2020-05-15 23:30:51 +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
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
Fan()
fd50b543cf
Update settings.md
2020-05-06 18:02:10 +08: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
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
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
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
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
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
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
Ivan Blinkov
f6f4fb0000
Documentation issues fixes ( #10112 )
2020-04-08 12:09:59 +03: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
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
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
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
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
d4dd5ba294
Normalization for en markdown ( #9763 )
2020-03-20 13:10:48 +03:00
Ivan Blinkov
a764545120
Docs build and grammar fixes ( #9750 )
2020-03-19 11:31:06 +03:00
Ivan Blinkov
40649ed0bb
remove extra space ( #9736 )
2020-03-18 21:43:51 +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
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
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
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
Sergei Shtykov
117845b2be
CLICKHOUSEDOCS-548: Repaired master build.
2020-03-06 15:44:22 +03:00
Mikhail f. Shiryaev
5f806222f8
Fix typo
2020-02-26 16:07:23 +01:00
Andrew Onyshchuk
cc3f3ed596
Add AvroConfluent docs
2020-02-21 13:44:35 -06:00
Ivan Blinkov
12b80225a0
Update settings.md
2020-02-03 22:39:57 +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
millb
1a126299dc
docs added
2020-02-03 11:10:41 +03:00
Alexey Milovidov
45be504bdf
Merge branch 'BayoNet-en-docs/CLICKHOUSEDOCS-272-query-profiler'
2020-02-02 06:22:16 +03:00
Alexey Milovidov
b06ef1735a
Merge branch 'en-docs/CLICKHOUSEDOCS-272-query-profiler' of https://github.com/BayoNet/ClickHouse into BayoNet-en-docs/CLICKHOUSEDOCS-272-query-profiler
2020-02-02 06:21:31 +03:00
alexey-milovidov
60510a653a
Merge pull request #8739 from godfreyd/CLICKHOUSEDOCS-498-DOCSUP-787
...
Docs: joinGet function description
2020-02-02 05:51:17 +03:00
alexey-milovidov
b4b30202b1
Merge pull request #8949 from oandrew/avro-fixes
...
Avro format improvements
2020-02-02 03:33:20 +03:00
Andrew Onyshchuk
3c4f23f842
Add Avro docs
2020-02-01 10:59:04 -06:00
alexey-milovidov
885fec4702
Update settings.md
2020-02-01 01:47:33 +03:00
Mikhail Korotov
3bbe094707
docs added
2020-01-31 21:50:57 +03:00
Ivan Blinkov
18538f5c65
Domain change in docs
2020-01-30 13:34:55 +03:00
Azat Khuzhin
6939ffeabf
force_optimize_skip_unused_shards setting to throw if skipping is not possible
2020-01-24 21:15:40 +03:00
Azat Khuzhin
6f6916bafb
Document optimize_skip_unused_shards
2020-01-24 21:15:40 +03:00
Sergei Bocharov
a1d12b4964
Fixed links
2020-01-24 15:26:31 +03:00
Sergei Bocharov
0ea906baca
Fixes
2020-01-24 13:52:57 +03:00
Sergei Shtykov
512dea7406
Merge branch 'master' of github.com:ClickHouse/ClickHouse into en-docs/CLICKHOUSEDOCS-272-query-profiler
2020-01-24 08:58:29 +03:00
Yuriy
b7ca26b0fb
fixed docs
2020-01-22 01:42:52 +03:00
Yuriy
7895966804
initial MySQL compatibility server docs
2020-01-19 08:57:21 +03:00
Sergei Shtykov
f6810da5fb
Merge branch 'master' of github.com:ClickHouse/ClickHouse into en-docs/CLICKHOUSEDOCS-272-query-profiler
2020-01-16 11:20:21 +03:00
Sergei Shtykov
7ab1007e05
CLICKHOUSEDOCS-272: Furher edditing.
2020-01-16 10:55:18 +03:00
Sergei Bocharov
4efd4362cd
Fixes
2020-01-13 12:47:12 +03:00
elenaspb2019
8f734252a4
docs(merge_tree_min_bytes_for_concurrent_read, merge_tree_max_bytes_to_use_cache):The description of merge_tree_min_bytes_for_concurrent_read, merge_tree_max_bytes_to_use_cache
function was edited.
2020-01-13 12:47:12 +03:00
alexey-milovidov
4dc9671e69
Fixed incorrect wording
2020-01-07 15:00:43 +03:00
Sergei Shtykov
ccc2ef396d
Merge branch 'master' of github.com:ClickHouse/ClickHouse into l10n/CLICKHOUSEDOCS-282-directory-monitor-limits
2020-01-06 23:31:30 +03:00
Alexey Milovidov
3339b8e0e5
Make "mark_cache_min_lifetime" setting obsolete
2019-12-31 05:47:10 +03:00
alexey-milovidov
9d651526ca
Merge pull request #8343 from Felixoid/inherit_multiple_profiles
...
Inherit multiple profiles
2019-12-28 06:53:54 +03:00
Mikhail f. Shiryaev
06fb37dd42
Add tests and documentation for settings and constraints order
2019-12-27 18:15:55 +01:00
Mikhail f. Shiryaev
08506bdc96
Update documentation regarding multiple profile inheritance
2019-12-26 23:18:55 +01:00
Sergei Shtykov
2c5cde4c12
CLICKHOUSEDOCS-272: Removed obsolete setting.
2019-12-26 17:58:52 +03:00
BayoNet
c727151280
DOCS-265: max_http_get_redirects. EN review. RU translation. ( #8389 )
...
* Update settings.md (#73 )
* Update url.md (#74 )
* CLICKHOUSEDOCS-265: EN review, RU translation
Co-authored-by: FeehanG <51821376+FeehanG@users.noreply.github.com>
2019-12-25 09:48:43 +03:00
Sergei Shtykov
681ef942b7
CLICKHOUSEDOCS-282: EN review. RU translation.
2019-12-25 05:55:37 +03:00
FeehanG
89711ae5ea
Update settings.md ( #76 )
2019-12-25 05:18:33 +03:00
alexey-milovidov
fcca420e91
Merge pull request #8231 from ClickHouse/enabling_values_optimization_by_default
...
Enable Values optimization by default
2019-12-16 22:13:50 +03:00
BayoNet
3c7be98f5c
DOCS-2: Remark about Authentification on Zookeeper ( #7732 )
...
* CLICKHOUSEDOCS-2: Remark about authentification on ZooKeeper.
* CLICKHOUSEDOCS-2: Fixes.
* CLICKHOUSEDOCS-2: Fixes.
* Update docs/en/operations/access_rights.md
Co-Authored-By: Ivan Blinkov <github@blinkov.ru>
* Update docs/en/operations/table_engines/replication.md
Co-Authored-By: Ivan Blinkov <github@blinkov.ru>
* Update.
* CLICKHOUSEDOCS-2: Links fix.
* CLICKHOUSEDOCS-2: Examples fix.
* CLICKHOUSEDOCS-2: RU translation.
2019-12-16 19:40:30 +03:00
Alexander Tokmakov
9c3bab7f17
update docs
2019-12-16 18:13:22 +03:00
maqroll
24a63f3119
Fix max_http_get_redirects documentation. 0 means no redirects allowed.
2019-12-14 17:54:29 +01:00
BayoNet
9123cce703
DOCS-282: DirectoryMonitor settings description. ( #7801 )
...
* Doc links fix.
* More links fix.
* CLICKHOUSEDOCS-282: Settings descriptions.
* CLICKHOUSEDOCS-282: Edits after the talking with developer.
* CLICKHOUSEDOCS-282: Fixes.
* Update docs/en/operations/settings/settings.md
Co-Authored-By: Ivan Blinkov <github@blinkov.ru>
* Update docs/en/operations/settings/settings.md
Co-Authored-By: Ivan Blinkov <github@blinkov.ru>
* Update docs/en/operations/settings/settings.md
Co-Authored-By: Ivan Blinkov <github@blinkov.ru>
* Update docs/en/operations/settings/settings.md
Co-Authored-By: Ivan Blinkov <github@blinkov.ru>
* CLICKHOUSEDOCS-282: Clarification.
2019-12-06 09:52:30 +03:00
Sergei Shtykov
459bfc314b
Merge branch 'master' of github.com:ClickHouse/ClickHouse into en-docs/CLICKHOUSEDOCS-466-query-profiler-settings
2019-12-05 19:54:00 +03:00
BayoNet
dde164ab33
Update docs/en/operations/settings/settings.md
...
Co-Authored-By: Ivan Blinkov <github@blinkov.ru>
2019-12-05 18:57:14 +03:00
BayoNet
2216dfb45f
Update docs/en/operations/settings/settings.md
...
Co-Authored-By: Ivan Blinkov <github@blinkov.ru>
2019-12-05 18:56:31 +03:00
BayoNet
176dbfd54b
Update docs/en/operations/settings/settings.md
...
Co-Authored-By: Ivan Blinkov <github@blinkov.ru>
2019-12-05 18:56:12 +03:00
BayoNet
4635670610
Update docs/en/operations/settings/settings.md
...
Co-Authored-By: Ivan Blinkov <github@blinkov.ru>
2019-12-05 18:55:52 +03:00
BayoNet
a95e585d6a
DOCS-121: Introspection functions description ( #7871 )
...
* CLICKHOUSEDOCS-121: EN docs for the addressToLine function and the allow_introspection_functions setting.
* CLICKHOUSEDOCS-121: Introspection functions description.
* Update docs/en/query_language/functions/introspection.md
Co-Authored-By: Ivan Blinkov <github@blinkov.ru>
* CLICKHOUSEDOCS-121: Update by the comments.
2019-12-04 09:55:13 +03:00
BayoNet
52d684614c
DOCS-265: Docs for the max_http_get_redirects setting ( #7684 )
...
* CLICKHOUSEDOCS-265: The max_http_get_redirects setting description.
* CLICKHOUSEDOCS-265: Clarification.
* CLICKHOUSEDOCS-265: Clarification.
2019-12-04 09:46:31 +03:00
Sergei Shtykov
22399ad7be
CLICKHOUSEDOCS-121: Update by the comments.
2019-12-03 19:52:28 +03:00
Sergei Shtykov
6d11f96106
Merge branch 'master' of github.com:ClickHouse/ClickHouse into en-docs/CLICKHOUSEDOCS-121-addressToLine
2019-12-03 18:05:07 +03:00
alexey-milovidov
908cd241a3
Merge pull request #7978 from Felixoid/doc_kill_http
...
Add cancel_http_readonly_queries_on_client_close description
2019-12-03 02:33:51 +03:00
alexey-milovidov
4bfa0117fc
Update settings.md
2019-12-03 01:22:11 +03:00
Mikhail f. Shiryaev
da629e09e5
Add documentation for system.query_thread_log
2019-12-02 12:48:52 +01:00
Mikhail f. Shiryaev
109028b643
Add cancel_http_readonly_queries_on_client_close description
2019-12-02 11:25:45 +01:00
Nikita Mikhaylov
fc055fc7a1
better documentation
2019-11-22 16:56:59 +03:00
BayoNet
9c6e024e4c
CLICKHOUSEDOCS-466: Links
2019-11-20 13:05:50 +03:00
BayoNet
194c25a2a7
CLICKHOUSEDOCS-466: EN docs for query_profiler* settings.
2019-11-20 12:15:52 +03:00
Alexander Kuzmenkov
9a2b864940
Cleanup
2019-11-19 21:42:51 +03:00
BayoNet
722aac986e
CLICKHOUSEDOCS-121: EN docs for the addressToLine function and the allow_introspection_functions setting.
2019-11-19 19:57:03 +03:00
Alexander Kuzmenkov
f8f6de836a
remove separate control for threads
2019-11-18 22:45:28 +03:00
Alexander Kuzmenkov
168e15b2ae
chunk size -> chunk bytes
2019-11-18 22:45:26 +03:00
Alexander Kuzmenkov
7f34c0089c
Merge remote-tracking branch 'origin/master' into HEAD
2019-11-14 18:53:36 +03:00
BayoNet
db299dacd9
DOCAPI-6422: EN review, RU translation. Docs for adaptive index granularity and some settings ( #7381 )
...
* Typo fix.
* Links fix.
* Fixed links in docs.
* More fixes.
* Link fixes.
* Update settings.md (#64 )
* Update mergetree.md (#65 )
* DOCAPI-6422: EN review. RU translation.
* Update docs/en/operations/settings/settings.md
Co-Authored-By: Ivan Blinkov <github@blinkov.ru>
* Update docs/en/operations/settings/settings.md
Co-Authored-By: Ivan Blinkov <github@blinkov.ru>
* DOCAPI-6422: Update.
2019-11-06 08:24:33 +03:00
BayoNet
472cf81c3c
DOCAPI-7459: EN review, RU translation for skip_unavailable_shards docs ( #6996 )
...
* Typo fix.
* Update settings.md (#46 )
* DOCAPI-7459: RU translation.
* DOCAPI-7459: Translation.
* DOCAPI-7459: Fix.
* DOCAPI-7459: Rewrited the whole text after Alexey's review.
* Update docs/en/operations/settings/settings.md
Co-Authored-By: Ivan Blinkov <github@blinkov.ru>
* Update docs/en/operations/settings/settings.md
Co-Authored-By: Ivan Blinkov <github@blinkov.ru>
* Update docs/en/operations/settings/settings.md
Co-Authored-By: Ivan Blinkov <github@blinkov.ru>
2019-11-05 22:15:54 +03:00
Nikita Mikhaylov
08f1930e76
Merge branch 'master' of github.com:ClickHouse/ClickHouse into parallel_parsing
2019-10-29 20:04:32 +03:00
Nikita Mikhaylov
756a10707d
Merge branch 'master' of github.com:ClickHouse/ClickHouse into parallel_parsing
2019-10-28 13:51:52 +03:00
Mikhail f. Shiryaev
0cdd7ca6b9
Add user setting mark_cache_min_lifetime documentation
2019-10-25 23:10:04 +02:00
Nikita Mikhaylov
980528ed75
docs
2019-10-25 17:32:57 +03:00
Azat Khuzhin
5e299a46bb
docs: enumerate uniqCombined64 for count_distinct_implementation
2019-10-18 23:07:20 +03:00
Alexander Tokmakov
5f6703130e
fixes
2019-10-16 18:28:48 +03:00
Alexander Tokmakov
1c5ee018df
update docs
2019-10-07 21:55:12 +03:00
Alexander Tokmakov
a90d126b93
support defaults_for_omitted_fields in TSV
2019-10-04 22:44:48 +03:00
Alexander Tokmakov
d936cee836
support null_as_default in most text formats
2019-10-04 22:42:35 +03:00
Alexander Tokmakov
80e5976d10
fixes after review
2019-10-02 20:51:00 +03:00
Alexander Tokmakov
979f235e38
Merge branch 'master' into merging_values_with_expressions
2019-09-30 18:06:58 +03:00
tavplubix
c3ed1f38a6
Merge branch 'master' into improve_template_format
2019-09-26 19:19:11 +03:00
Alexander Tokmakov
3e07e144a4
update docs
2019-09-26 19:10:22 +03:00
BayoNet
1fdc2b5675
DOCAPI-6422: EN docs for adaptive index granularity and some settings ( #7012 )
...
* Typo fix.
* Links fix.
* Fixed links in docs.
* More fixes.
* DOCAPI-6422: Adaptive granularity
* DOCAPI-6422: fix.
* Update settings.md
* Update settings.md
* DOCAPI-6422: Clarifications and fixes.
* DOCAPI-6422: Fix.
* DOCAPI-6422: Link fix.
2019-09-26 11:45:08 +03:00
Alexander Tokmakov
64b2fddcfd
update docs
2019-09-26 01:15:47 +03:00
BayoNet
2f580c2bbb
DOCAPI-7745: EN review, RU translation for optimize_throw_if_noop docs ( #7051 )
...
* Typo fix.
* Update settings.md (#50 )
* Update misc.md (#51 )
* DOCAPI-7745: RU translation.
* DOCAPI-7745: Fixes.
2019-09-24 02:45:47 +03:00
BayoNet
37481d8019
DOCAPI-7437: EN review, RU translation for os_thread_priority docs ( #7055 )
...
* Typo fix.
* Links fix.
* Fixed links in docs.
* More fixes.
* Update settings.md (#55 )
* DOCAPI-7437: RU translation
* DOCAPI-7437: Fix.
2019-09-24 02:28:53 +03:00
Alexey Milovidov
8579c26efb
Changed repository URL
2019-09-23 19:18:19 +03:00
BayoNet
2d2bc052e1
DOCAPI-8530: Code blocks markup fix ( #7060 )
...
* Typo fix.
* Links fix.
* Fixed links in docs.
* More fixes.
* docs/en: cleaning some files
* docs/en: cleaning data_types
* docs/en: cleaning database_engines
* docs/en: cleaning development
* docs/en: cleaning getting_started
* docs/en: cleaning interfaces
* docs/en: cleaning operations
* docs/en: cleaning query_lamguage
* docs/en: cleaning en
* docs/ru: cleaning data_types
* docs/ru: cleaning index
* docs/ru: cleaning database_engines
* docs/ru: cleaning development
* docs/ru: cleaning general
* docs/ru: cleaning getting_started
* docs/ru: cleaning interfaces
* docs/ru: cleaning operations
* docs/ru: cleaning query_language
* docs: cleaning interfaces/http
* Update docs/en/data_types/array.md
decorated ```
Co-Authored-By: BayoNet <da-daos@yandex.ru>
* Update docs/en/getting_started/example_datasets/nyc_taxi.md
fixed typo
Co-Authored-By: BayoNet <da-daos@yandex.ru>
* Update docs/en/getting_started/example_datasets/ontime.md
fixed typo
Co-Authored-By: BayoNet <da-daos@yandex.ru>
* Update docs/en/interfaces/formats.md
fixed error
Co-Authored-By: BayoNet <da-daos@yandex.ru>
* Update docs/en/operations/table_engines/custom_partitioning_key.md
Co-Authored-By: BayoNet <da-daos@yandex.ru>
* Update docs/en/operations/utils/clickhouse-local.md
Co-Authored-By: BayoNet <da-daos@yandex.ru>
* Update docs/en/query_language/dicts/external_dicts_dict_sources.md
Co-Authored-By: BayoNet <da-daos@yandex.ru>
* Update docs/en/operations/utils/clickhouse-local.md
Co-Authored-By: BayoNet <da-daos@yandex.ru>
* Update docs/en/query_language/functions/json_functions.md
Co-Authored-By: BayoNet <da-daos@yandex.ru>
* Update docs/en/query_language/functions/json_functions.md
Co-Authored-By: BayoNet <da-daos@yandex.ru>
* Update docs/en/query_language/functions/other_functions.md
Co-Authored-By: BayoNet <da-daos@yandex.ru>
* Update docs/en/query_language/functions/other_functions.md
Co-Authored-By: BayoNet <da-daos@yandex.ru>
* Update docs/en/query_language/functions/date_time_functions.md
Co-Authored-By: BayoNet <da-daos@yandex.ru>
* Update docs/en/operations/table_engines/jdbc.md
Co-Authored-By: BayoNet <da-daos@yandex.ru>
* docs: fixed error
* docs: fixed error
2019-09-23 18:31:46 +03:00
alexey-milovidov
24d1b9b8c2
Update settings.md
2019-09-19 02:02:25 +03:00
Stepan Herold
edb43371a0
Updating max_threads default value in docs.
2019-09-18 16:09:45 +02:00
BayoNet
2c3457dbfe
DOCAPI-7743: CREATE TABLE AS table_function() docs. ( #6887 )
...
* Typo fix.
* DOCAPI-7743: Update of docs around table functions.
* DOCAPI-7743: More changes
* DOCAPI-7743: more fixes.
* DOCAPI-7743: CREATE TABLE
* Update docs/en/query_language/table_functions/index.md
Co-Authored-By: Ivan Blinkov <github@blinkov.ru>
* DOCAPI-7743: Fixes.
2019-09-12 17:14:19 +03:00
BayoNet
7989cfb36a
DOCAPI-7437: os_thread_priority docs ( #6883 )
...
* Typo fix.
* DOCAPI-7437: os_thread_priority docs
* Update docs/en/operations/settings/settings.md
Co-Authored-By: Ivan Blinkov <github@blinkov.ru>
* Update docs/en/operations/settings/settings.md
Co-Authored-By: Ivan Blinkov <github@blinkov.ru>
* Update docs/en/operations/settings/settings.md
Co-Authored-By: Ivan Blinkov <github@blinkov.ru>
2019-09-12 11:43:21 +03:00
BayoNet
1bd75b1e74
DOCAPI-7745: optimize_throw_if_noop docs. ( #6848 )
...
* Typo fix.
* DOCAPI-7745: The first version.
* DOCAPI-7745: More text
* DOCAPI-7745: More text.
* Update docs/en/operations/settings/settings.md
Co-Authored-By: Ivan Blinkov <github@blinkov.ru>
* Update docs/en/query_language/misc.md
Co-Authored-By: Ivan Blinkov <github@blinkov.ru>
* DOCAPI-7745: Fixes.
2019-09-10 11:06:22 +03:00
Vasily Nemkov
6136662d56
Docs cleanup
...
Unified formatting of the tables in system database
Removed extra line from settings
2019-09-07 14:03:18 +03:00
alexey-milovidov
25de2e12a2
Merge pull request #6399 from Enmk/replica_recovery_interval
...
Improvements for failover of Distributed queries
2019-09-07 03:21:30 +03:00
BayoNet
76c84d1d63
DOCAPI-7695: Functions support for indexes ( #6784 )
2019-09-06 12:07:23 +03:00
Vasily Nemkov
c2fc71b5e5
Post-PR fixes
...
Renamed settings, updated docs.
2019-09-05 13:35:36 +03:00
Alexander Tokmakov
31372d5f6b
explicitly specify en language
2019-09-02 22:48:13 +03:00
Alexander Tokmakov
9eb1a9bae6
fix links in docs
2019-09-02 21:53:16 +03:00
Alexander Tokmakov
1572d0c5b6
Merge branch 'master' into merging_template_format
2019-08-23 20:34:14 +03:00
Alex Ryndin
d001c7e554
Fix typo ( #6631 )
2019-08-23 17:27:07 +03:00
Alexander Tokmakov
734a0f23a9
Merge branch 'master' into merging_template_format
2019-08-23 15:32:35 +03:00
BayoNet
e986d6ba53
DOCAPI-7459: skip_unavailable_shards docs ( #6361 )
...
* Link fix.
* DOCAPI-7459: skip_unavailable_shards docs
* Update dbms/src/Core/Settings.h
Co-Authored-By: Ivan Blinkov <github@blinkov.ru>
* Update docs/en/operations/settings/settings.md
Co-Authored-By: Ivan Blinkov <github@blinkov.ru>
* Update docs/en/operations/settings/settings.md
Co-Authored-By: Ivan Blinkov <github@blinkov.ru>
* Update docs/en/operations/settings/settings.md
Co-Authored-By: Ivan Blinkov <github@blinkov.ru>
* DOCAPI-7459: Markup fixes.
2019-08-20 15:06:52 +03:00
BayoNet
0e99eb82f4
DOCAPI-7129: nested json insert. EN review. RU translation. ( #6419 )
...
* Update formats.md
* Update settings.md
* Link fix.
* DOCAPI-7129: RU translation.
* DOCAPI-7129: Fixed build of ZH docs.
* Update docs/en/interfaces/formats.md
Co-Authored-By: Ivan Blinkov <github@blinkov.ru>
* Update docs/en/operations/settings/settings.md
Co-Authored-By: Ivan Blinkov <github@blinkov.ru>
* Update docs/ru/interfaces/formats.md
Co-Authored-By: Ivan Blinkov <github@blinkov.ru>
* Update docs/ru/interfaces/formats.md
Co-Authored-By: Ivan Blinkov <github@blinkov.ru>
* Update docs/ru/interfaces/formats.md
Co-Authored-By: Ivan Blinkov <github@blinkov.ru>
* Update docs/ru/operations/settings/settings.md
Co-Authored-By: Ivan Blinkov <github@blinkov.ru>
* Update docs/ru/operations/settings/settings.md
Co-Authored-By: Ivan Blinkov <github@blinkov.ru>
* DOCAPI-7129: Clarifications and fixes.
2019-08-20 10:23:47 +03:00
tavplubix
6625536236
Merge pull request #6055 from yandex/csv_unquoted_nulls_and_default_values
...
CSV unquoted nulls and default values
2019-08-01 15:11:06 +03:00
BayoNet
b103137280
DOCAPI-4160: EN review, RU translation. uniq and count docs. ( #6087 )
2019-07-31 07:36:15 +03:00
BayoNet
cad9a231d2
DOCAPI-4197: Limitations settings. EN review. RU translation. ( #6089 )
...
max_rows_in_join
max_bytes_in_join
join_overflow_mode
max_network_bandwidth
max_network_bandwidth_for_user
max_network_bandwidth_for_all_users
max_network_bytes
max_bytes_before_external_group_by
join_any_take_last_row
2019-07-30 10:40:49 +03:00
BayoNet
332cb7bde7
DOCAPI-6424: ASOF JOIN docs. EN review. RU translation. ( #6140 )
...
EN review.
RU translation.
2019-07-29 20:11:20 +03:00
filimonov
1dc6e17102
eng version
2019-07-23 15:51:11 +02:00
Alexander Tokmakov
89a4462c4f
Merge branch 'master' into csv_unquoted_nulls_and_default_values
2019-07-23 13:49:47 +03:00
Alexander Tokmakov
96d0a066d9
rename format_csv_unquoted_null_literal_as_null to input_format_csv_unquoted_null_literal_as_null
2019-07-22 23:13:27 +03:00
Alexander Tokmakov
04504ccf7b
Docs (en)
2019-07-22 03:01:51 +03:00
BayoNet
4460c56b93
DOCAPI-6213: EN review, RU translation for X-ClickHouse-Progress related topics ( #6076 )
...
DOCAPI-6213: EN review. RU translastion.
2019-07-20 10:39:10 +03:00
Alexander Tokmakov
6467330462
update docs
2019-07-19 16:57:50 +03:00
BayoNet
0357c11851
DOCAPI-7129 Nested JSON in JSONEachRow description + date_time_input_format ( #5889 )
...
* The input_format_import_nested_json and date_time_input_format settings description.
* Usage of Nested Structures with JSONEachRow.
2019-07-16 12:21:48 +03:00
BayoNet
390c18def8
DOCAPI-7062: MySQL database engine docs. Update of MergeTree TTL docs. ( #5706 )
2019-07-12 15:03:33 +03:00
BayoNet
9655b1c9d9
DOCAPI-6425: EN review. RU Translation. User settings. ( #5713 )
2019-07-05 01:03:28 +03:00