Commit Graph

774 Commits

Author SHA1 Message Date
Dmitriy
bdd039a21c Document the log_formatted_queries setting
Задокументировал настройку.
2021-11-03 19:31:50 +03:00
Kruglov Pavel
1f8535c02b
Merge branch 'master' into null-deserialization 2021-11-02 12:15:21 +03:00
Kruglov Pavel
9a1275cb10
Merge pull request #30178 from Avogar/tsv-csv
Refactor and improve TSV, CSV, JSONCompactEachRow, RowBinary formats. Fix bugs in formats
2021-11-02 00:38:30 +03:00
Maksim Kita
6fd07f3483
Merge pull request #30860 from olgarev/revolg-DOCSUP-11549-compile_aggregate_expressions-and-min_count_to_compile_aggregate_expression-settings
DOCSUP-11549: Document the compile_aggregate_expressions and min_count_to_compile_aggregate_expression settings
2021-11-01 14:15:16 +03:00
Maksim Kita
4e97d666c2
Update settings.md 2021-11-01 14:14:28 +03:00
mergify[bot]
1102b1dcef
Merge branch 'master' into tsv-csv 2021-10-31 12:03:24 +00:00
olgarev
00692b59d3 Corrections 2021-10-29 19:07:00 +00:00
olgarev
4437d68640
Apply suggestions from code review
Co-authored-by: gyuton <40863448+gyuton@users.noreply.github.com>
2021-10-29 21:48:39 +03:00
olgarev
3ac3f3b035 Initial 2021-10-29 14:57:53 +00:00
Anton Popov
c9e114436a
Merge pull request #30342 from lehasm/alexey-sm-DOCSUP-14793-document-describe_include_subcolumns
DOCSUP-14793: document describe_include_subcolumns setting
2021-10-29 17:49:03 +03:00
Kruglov Pavel
7d4f211d5b
Merge branch 'master' into tsv-csv 2021-10-29 16:38:06 +03:00
Alexey
4d5cf1a325 forgotten merge 2021-10-28 19:53:26 +00:00
Alexey
671b421a31 Merge branch 'master' of https://github.com/ClickHouse/ClickHouse into alexey-sm-DOCSUP-14793-document-describe_include_subcolumns 2021-10-28 19:45:53 +00:00
Alexey
536c9990bd fixed links 2021-10-28 16:12:30 +00:00
Roman Bug
b16ddddbeb Update distributed_push_down_limit starting version 2021-10-28 15:28:39 +03:00
Roman Bug
1eec90b765
Merge branch 'master' into romanzhukov-DOCSUP-14101-Edit-and-translate-to-Russian-mapPopulateSeries 2021-10-28 15:23:04 +03:00
Alexey
6e0cbe341f minor update 2021-10-28 05:51:08 +00:00
Alexey
a09746b4e2 updated related data types 2021-10-28 04:47:16 +00:00
avogar
b4aae86fff Add comments, update docs 2021-10-27 22:16:48 +03:00
Anton Popov
2bb586bed3
Merge pull request #30541 from gyuton/gyuton-DOCSUP-14941-Document-asynchronous-insert-mode
DOCSUP-14941-Document-asynchronous-inserts
2021-10-27 20:25:17 +03:00
avogar
d1ef96a5ef Add test, avoid unnecessary allocations, use PeekableReadBuffer only in corner case 2021-10-27 17:29:15 +03:00
gyuton
527474da64 Fix wording 2021-10-27 16:21:50 +03:00
gyuton
456d548b6b
Apply suggestions from code review
Co-authored-by: Anton Popov <pad11rus@gmail.com>
2021-10-27 16:17:56 +03:00
gyuton
901e5170a1 small fixes 2021-10-26 16:42:19 +03:00
gyuton
3b5c4b7fd2
Apply suggestions from code review
Co-authored-by: olgarev <56617294+olgarev@users.noreply.github.com>
2021-10-26 16:33:58 +03:00
gyuton
0b7a8c9887 minor fix 2021-10-25 22:35:14 +03:00
gyuton
8ec5d68ce3
Apply suggestions from code review
Co-authored-by: olgarev <56617294+olgarev@users.noreply.github.com>
2021-10-25 15:02:24 +03:00
Roman Bug
e1891d987b Remove see also. 2021-10-25 12:11:58 +03:00
Roman Bug
96e3d776e2
Merge branch 'master' into romanzhukov-DOCSUP-14101-Edit-and-translate-to-Russian-mapPopulateSeries 2021-10-24 23:11:52 +03:00
romanzhukov
47bd7b9420 List fix. 2021-10-24 19:57:08 +03:00
romanzhukov
43bbc72e17 Update with PR #30577 2021-10-24 19:38:22 +03:00
alexey-milovidov
187d8b2196
Update settings.md 2021-10-23 22:30:42 +03:00
Azat Khuzhin
99ffa3b578 Update documentation for distributed_push_down_limit
After #26466 you cannot get inaccurate results anymore, since
distributed_push_down_limit changes query execution only if:
- `distributed_group_by_no_merge` > 0
- query **does not have `GROUP BY`/`DISTINCT`/`LIMIT BY`**, but it has `ORDER BY`/`LIMIT`.
- query **has `GROUP BY`/`DISTINCT`/`LIMIT BY`** with `ORDER BY`/`LIMIT` and:
  - `optimize_skip_unused_shards_limit` is enabled
  - `optimize_distributed_group_by_sharding_key` is enabled
2021-10-23 10:02:21 +03:00
romanzhukov
28f59a1099 Update by dev comments. 2021-10-22 15:27:29 +03:00
gyuton
8f039a2b0f fixed links 2021-10-22 04:04:15 +03:00
gyuton
81d9bac04a Initial draft 2021-10-22 03:53:44 +03:00
Alexey
9d74ae16df en updated 2021-10-20 20:01:57 +00:00
Alexey
2cfc6a5fcf DESCRIBE refactored. Example updated and moved. 2021-10-19 20:50:30 +00:00
Roman Bug
36a8ae6af0
Update docs/en/operations/settings/settings.md
Co-authored-by: gyuton <40863448+gyuton@users.noreply.github.com>
2021-10-19 23:48:47 +03:00
Roman Bug
1ed3913ae6
Update docs/en/operations/settings/settings.md
Co-authored-by: gyuton <40863448+gyuton@users.noreply.github.com>
2021-10-19 23:48:42 +03:00
lehasm
ebee5025eb
Update docs/en/operations/settings/settings.md
Co-authored-by: olgarev <56617294+olgarev@users.noreply.github.com>
2021-10-19 08:22:09 +03:00
lehasm
6dad340f10
Update docs/en/operations/settings/settings.md
Co-authored-by: olgarev <56617294+olgarev@users.noreply.github.com>
2021-10-19 08:21:45 +03:00
Alexey
deb696fd27 en draft 2021-10-18 16:07:19 +00:00
Denny Crane
ddf6ca716c
Doc. fix optimize_skip_unused_shards description (#30114)
* fix optimize_skip_unused_shards description

* Update settings.md
2021-10-14 15:47:43 +03:00
romanzhukov
9cbf4b8422 distributed_push_down_limit: Update and add RU 2021-10-13 22:20:24 +03:00
olgarev
0cfaf9c508 Unnecessary links removed 2021-10-12 13:44:00 +00:00
olgarev
cb8a66e515 Settings and links 2021-10-10 23:34:26 +00:00
Tatiana Kirillova
21197e1820
Update docs/en/operations/settings/settings.md
Co-authored-by: olgarev <56617294+olgarev@users.noreply.github.com>
2021-10-07 08:26:07 +03:00
Tatiana Kirillova
88c4a9030c
Update docs/en/operations/settings/settings.md
Co-authored-by: olgarev <56617294+olgarev@users.noreply.github.com>
2021-10-07 08:25:44 +03:00
Tatiana Kirillova
2bfcdc431b translate 2021-10-06 21:42:07 +03:00