Commit Graph

1717 Commits

Author SHA1 Message Date
Azat Khuzhin
e0cd7a8304 docs: switch <yandex> to <clickhouse> 2021-10-26 08:52:29 +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
Maksim Kita
a6270268d6
Merge pull request #30533 from den-crane/patch-36
Doc. max_concurrent_queries_for_user
2021-10-22 11:43:52 +03:00
Amos Bird
a85e14a068
Don't recommend nobarrier mount option 2021-10-22 14:09:34 +08:00
Denny Crane
a5325a2303
doc. max_concurrent_queries_for_user 2021-10-21 19:39:29 -03:00
Denny Crane
5e0e0a3946
Update quotas.md 2021-10-16 16:22:19 -03:00
Nikolai Kochetov
769be69f15
Merge pull request #30029 from karnevil13/karnevil-DOCSUP-14788
DOCSUP-14788: Edit and translate to Russian
2021-10-15 11:38:43 +03: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
alexey-milovidov
d0a3420c3b
Merge pull request #29958 from thomoco/master
Documentation correction for units for block size, plus some additional context for storage system recommendations
2021-10-13 05:32:44 +03:00
karnevil13
35c007c82c
Update docs/en/operations/server-configuration-parameters/settings.md
Co-authored-by: gyuton <40863448+gyuton@users.noreply.github.com>
2021-10-12 23:44:42 +03:00
karnevil13
38cfc34744
Update docs/en/operations/server-configuration-parameters/settings.md
Co-authored-by: gyuton <40863448+gyuton@users.noreply.github.com>
2021-10-12 23:44:23 +03:00
Kseniia Sumarokova
5d6cc29b98
Merge pull request #29969 from olgarev/revolg-DOCSUP-11547-optimize_move_to_prewhere-and-optimize_move_to_prewhere_if_final-settings
DOCSUP-11547: optimize_move_to_prewhere and optimize_move_to_prewhere_if_final settings
2021-10-12 19:46:49 +03:00
olgarev
0cfaf9c508 Unnecessary links removed 2021-10-12 13:44:00 +00:00
Thom O'Connor
96de70c000 Adjusted documentation to align stripe size with write size, and correct block size to common RAID recommendations 2021-10-11 17:06:07 -06:00
Ivan Milov
d809fa0456 Edited and translated to Russian
Edit the English version of changes and translate to Russian where needed.
2021-10-12 01:52:42 +03:00
Maksim Kita
2d069acc22 System table data skipping indices added size 2021-10-11 11:39:50 +03:00
olgarev
cb8a66e515 Settings and links 2021-10-10 23:34:26 +00:00
Thom O'Connor
e229847862 Documentation correction for units for block size, plus some additional context for storage system recommendations 2021-10-10 14:42:06 -06:00
Kseniia Sumarokova
8285d8dbac
Merge pull request #29753 from kirillikoff/kirillikoff-DOCSUP-13583
DOCSUP-13583: Document the enable_positional_arguments setting
2021-10-08 11:02:00 +03: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
Azat Khuzhin
1c417be72e Apply suggestions from @kitaisreal 2021-10-06 22:19:09 +03:00
Tatiana Kirillova
2bfcdc431b translate 2021-10-06 21:42:07 +03:00
Azat Khuzhin
74f5b92420 Add listen_backlog to documentation
Follow-up for: #29643
2021-10-06 21:09:00 +03:00
Tatiana Kirillova
a518f5ea11
Update docs/en/operations/settings/settings.md
Co-authored-by: olgarev <56617294+olgarev@users.noreply.github.com>
2021-10-06 12:26:22 +03:00
Filatenkov Artur
dc657a2c5e
Add error for multiple keys without current_key_id (#29546)
* add error for multiple keys without current_key_id

* add exception if one key with non zero id is used without current_key_id

* refactoring
2021-10-05 14:37:54 +03:00
Tatiana Kirillova
6febfeea77 fix table 2021-10-04 21:55:03 +03:00
Tatiana Kirillova
1afe2dfb40 fix example 2021-10-04 21:35:54 +03:00
Tatiana Kirillova
c049170f78 minor fix 2021-10-04 21:26:04 +03:00
Tatiana Kirillova
83424685fc update example 2021-10-04 21:11:12 +03:00
Tatiana Kirillova
1c62a53afe Document the enable_positional_arguments setting 2021-10-04 20:49:21 +03:00
Maksim Kita
8eda58acfb
Merge pull request #29516 from lingtaolf/feature/support-HSTS
Support HSTS in Clickhouse HTTP server
2021-10-04 12:49:51 +03:00
Kseniia Sumarokova
1e1e3a6ad8
Merge pull request #29156 from sevirov/sevirov-DOCSUP-14334-clickhouse_over_web_server_with_static_files
DOCSUP-14334: ClickHouse over web server with static files
2021-10-04 09:48:55 +03:00
Kseniia Sumarokova
b8d73b291a
Merge pull request #29604 from olgarev/revolg-DOCSUP-14539-edit_and_translate
DOCSUP-14539: Edit and translate to Russian (MaterializedPostgreSQL settings)
2021-10-04 09:47:56 +03:00
Kseniia Sumarokova
e9af188876
Update storing-data.md 2021-10-03 21:49:07 +03:00
Kseniia Sumarokova
22b04bf224
Update storing-data.md 2021-10-03 20:33:29 +03:00
Maksim Kita
803459808a
Merge pull request #29339 from kirillikoff/kirillikoff-DOCSUP-11545
DOCSUP-11545: document the optimize_trivial_count_query setting
2021-10-03 20:02:59 +03:00
sevirov
ec2e36c4cf
Update docs/en/operations/storing-data.md
Co-authored-by: olgarev <56617294+olgarev@users.noreply.github.com>
2021-10-01 20:24:31 +03:00
sevirov
6617ff3da1
Update docs/en/operations/storing-data.md
Co-authored-by: olgarev <56617294+olgarev@users.noreply.github.com>
2021-10-01 20:24:24 +03:00
Denny Crane
6a1f6f799f
Update tips.md
warning about system with small RAM
2021-10-01 11:24:06 -03:00
olgarev
1020c25830 Links repaired 2021-10-01 10:06:26 +00:00
olgarev
d3ab76771c Initial 2021-10-01 05:55:17 +00:00
mergify[bot]
8852f933bc
Merge branch 'master' into yandex-to-clickhouse-in-configs 2021-09-29 21:48:43 +00:00
凌涛
bd78af435d update code and add document 2021-09-30 04:51:02 +08:00
Dmitriy
b549f3a398 Add the query
Вставил текст запроса.
2021-09-29 22:55:48 +03:00
Dmitriy
1d72adfcef Fix by comments
Поправил по комментариям разработчика.
2021-09-29 21:18:41 +03:00
sevirov
521bef6fd4
Update docs/en/operations/storing-data.md
Co-authored-by: Kseniia Sumarokova <54203879+kssenii@users.noreply.github.com>
2021-09-29 18:14:16 +03:00
sevirov
b362f82d41
Update docs/en/operations/storing-data.md
Co-authored-by: Kseniia Sumarokova <54203879+kssenii@users.noreply.github.com>
2021-09-29 18:14:07 +03:00
sevirov
fd5ad124d9
Update docs/en/operations/storing-data.md
Co-authored-by: Kseniia Sumarokova <54203879+kssenii@users.noreply.github.com>
2021-09-29 18:13:56 +03:00