Commit Graph

2197 Commits

Author SHA1 Message Date
Dmitry Novik
a60e5bf427
Update docs/en/operations/settings/settings.md
Co-authored-by: alesapin <alesapin@clickhouse.com>
2022-03-24 17:47:37 +01:00
Dmitry Novik
86a1912524 Update docs/en/operations/settings/settings.md 2022-03-23 18:14:07 +00:00
erikbaan
6d0d7c5b20
Fix ClickHouse name typo in caches.md 2022-03-23 13:12:31 +01:00
alesapin
ac3c607ed4 Merge branch 'master' into rename_list_option 2022-03-19 20:16:57 +01:00
Nikolai Kochetov
ee9c2ec735
Merge pull request #34780 from azat/mt-delayed-part-flush
Do not delay final part writing by default (fixes possible Memory limit exceeded during INSERT)
2022-03-17 12:30:51 +01:00
alesapin
bf5b3a856d Rename some variables in keeper 2022-03-17 11:55:15 +01:00
alexander goryanets
f43fbfadb0
add docs for interserver_listen_host setting 2022-03-16 12:22:06 +00:00
zhangyuli1
3cba1177ee remove wchc from four_letter_word_white_list 2022-03-16 17:40:49 +08:00
Kseniia Sumarokova
8c3caf3805
Merge pull request #35277 from den-crane/Docs/named-collections
Doc. named connections. Сontinuation.
2022-03-14 19:48:12 +01:00
Denny Crane
cb6e2c84cb
Update named-collections.md 2022-03-14 13:53:39 -03:00
Denny Crane
8337a4ee5e Doc. named connections 2022-03-14 13:48:12 -03:00
Kseniia Sumarokova
5359e0430d
Merge pull request #35251 from den-crane/Docs/named-collections
Doc. named connections
2022-03-14 10:25:13 +01:00
Denny Crane
39c6428636 Doc. named connections 2022-03-14 00:35:02 -03:00
Rich Raposa
928538f04b
Update quotas.md
Missed this comment from Alexey earlier
2022-03-13 21:34:43 -06:00
Denny Crane
0b4c3e5be9 Doc. named connections 2022-03-14 00:31:20 -03:00
Denny Crane
7e5589fd78 Doc. named connections 2022-03-13 21:38:00 -03:00
rfraposa
5a4466cec7 Update references in docs 2022-03-12 00:24:31 -06:00
Alexey Milovidov
76520a138e Change examples in docs 2022-03-12 00:36:03 +01:00
zhangyifan27
e6fa9f699a fix typo 2022-03-10 18:29:42 +08:00
Azat Khuzhin
3a5a39a9df Do not delay final part writing by default
For async s3 writes final part flushing was defered until all the INSERT
block was processed, however in case of too many partitions/columns you
may exceed max_memory_usage limit (since each stream has overhead).

Introduce max_insert_delayed_streams_for_parallel_writes (with default
to 1000 for S3, 0 otherwise), to avoid this.

This should "Memory limit exceeded" errors in performance tests.

Signed-off-by: Azat Khuzhin <a.khuzhin@semrush.com>
2022-03-08 22:17:36 +03:00
Kseniia Sumarokova
a23ede19e6
Update parts.md 2022-03-02 13:59:55 +01:00
FArthur-cmd
69b4f1b0a5 correct documentation and update hardware.sh for macos 2022-03-01 13:29:46 +03:00
Dmitry Novik
a5927efb64 Add docs 2022-02-22 00:36:00 +00:00
Vitaly Baranov
aee67a6693
Merge pull request #31484 from eungenue/Implement-SSL-X509-certificate-authentication
Implement ssl x509 certificate authentication
2022-02-21 11:30:52 +03:00
Denny Crane
33a7180417
Update settings.md 2022-02-15 15:21:45 -04:00
Denny Crane
c5853504da
Update settings.md 2022-02-15 14:54:09 -04:00
Denny Crane
83746a1e26
Update settings.md 2022-02-15 14:46:41 -04:00
Frank Chen
5647b5ff15
Update MV (#34482)
Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
2022-02-15 20:54:24 +03:00
Igor Nikonov
2de14d9e43
Documentation for insert_deduplication_token setting
The setting was introduced in #32304
2022-02-13 20:52:13 +01:00
Denny Crane
a66b30f21a
Update settings.md 2022-02-11 16:52:12 -04:00
Anton Popov
496d77c3c3
Merge pull request #33467 from cmsxbc/addressToLineWithInlines
add function addressToLineWithInlines
2022-02-08 17:03:46 +03:00
alesapin
542889d627
Update clickhouse-keeper.md 2022-02-07 13:01:42 +03:00
Andrew
93f9a9e37a
Update clickhouse-keeper.md
fix the run command and add example
2022-02-02 14:32:29 +00:00
cmsxbc
58dd1a2d5c
add function addressToLineWithInlines 2022-01-25 19:13:47 +08:00
Denny Crane
6630e64f51
Update tips.md 2022-01-23 20:42:08 -04:00
alexey-milovidov
3a196a118f
Merge pull request #33689 from traceon/fix-ldap-krb-config-handling
Fix LDAP and Kerberos config handling
2022-01-21 01:39:25 +03:00
Eugene Galkin
cb03e7765f minor fix SSL authentication docs 2022-01-19 13:04:40 +03:00
Eugene Galkin
513060c181 add SSL x.509 authentication docs draft 2022-01-19 12:27:40 +03:00
alesapin
b2271cc2d9
Merge pull request #33288 from JackyWoo/add_lower_bound_session_timeout_to_keeper
Add lower bound session timeout to keeper
2022-01-17 14:06:15 +03:00
Denis Glazachev
b25731e7da Revert the statment about the disabled kerberos support, if config has errors 2022-01-17 00:31:46 +04:00
alexey-milovidov
f9d73479d0
Close #26197. 2022-01-16 07:55:50 +03:00
mergify[bot]
085492614b
Merge branch 'master' into add_lower_bound_session_timeout_to_keeper 2022-01-13 12:21:46 +00:00
Sergei Trifonov
730d49dc69
fix typo 2022-01-10 17:04:22 +03:00
Orkhan Zeynalli
78dce08260
Fix typo for english language 2022-01-10 12:18:22 +04:00
Maksim Kita
4fc5464283
Merge pull request #33421 from peter279k/patch-6
Add postgresql_port config parameter description
2022-01-08 02:02:18 +03:00
Denny Crane
613fe9572c
ALTER TABLE RESET SETTING example 2022-01-07 15:45:40 -04:00
Chun-Sheng, Li
be2cbbcccd
Add postgresql_port config parameter description 2022-01-06 09:59:03 +08:00
Denny Crane
bb713f1487
Update settings.md 2022-01-03 16:01:18 -04:00
Denny Crane
9114d127e0
default values for max_concurrent_queries settings 2022-01-03 15:48:22 -04:00
freedomDR
c0072c6db0 docs setting add shutdown_wait_unfinished_queries shutdown_wait_unfinished config 2021-12-31 02:56:20 +00:00
JackyWoo
569ce62e8d use session_timeout as session timeout uper bound 2021-12-30 17:18:51 +08:00
Mikhail f. Shiryaev
272ea7fc5b
Merge pull request #32609 from cmsxbc/query-kind-concurent_restriction
add settings: max_concurrent_select_queries and max_concurrent_insert_queries
2021-12-29 15:23:45 +01:00
JackyWoo
ad7f206840 change max_session_timeout_ms default value from 30000 to 100000 2021-12-29 21:05:27 +08:00
JackyWoo
d35e5f8319 add lower bound session timeout to keeper 2021-12-29 20:59:01 +08:00
alesapin
16f79df6da
Merge pull request #33241 from pdv-ru/pdv-ru-DOCSUP-19044
DOCSUP-19044: Edit and translate to Russian (four letter commands to keeper)
2021-12-29 13:43:24 +03:00
alexey-milovidov
5ef717e5e1
Merge pull request #33196 from meoww-bot/patch-1
Update several docs for zh translation
2021-12-28 20:34:01 +03:00
pdv-ru
4956981e36 fix anchors 2021-12-28 16:51:59 +03:00
mergify[bot]
c07220b800
Merge branch 'master' into nullableprimarykeyrisk 2021-12-28 10:56:26 +00:00
pdv-ru
6bada8b0ba add anchors 2021-12-28 09:11:19 +03:00
pdv-ru
af159d1f2e Update clickhouse-keeper.md 2021-12-27 23:23:08 +03:00
Amos Bird
cd1aa89bb1
Document the risk 2021-12-27 21:20:01 +08:00
Vladimir C
11ad2b0fca
Merge pull request #32924 from ka1bi4/romanzhukov-DOCSUP-17856-cread-remotefs 2021-12-27 11:50:46 +03:00
meoww-bot
975b8211b5
Remove duplicates
The duplicates was introduced by this [commit](00a2dfb1bf)
2021-12-26 16:25:45 +08:00
meoww-bot
32a9540a46
Update metrics.md 2021-12-25 23:27:20 +08:00
kssenii
688cffb8be Update postgres doc 2021-12-25 16:37:44 +03:00
Roman Bug
c434432878
Update docs/en/operations/settings/settings.md
Co-authored-by: gyuton <40863448+gyuton@users.noreply.github.com>
2021-12-25 12:18:22 +03:00
Roman Bug
19038b0afd
Update docs/en/operations/settings/settings.md
Co-authored-by: gyuton <40863448+gyuton@users.noreply.github.com>
2021-12-25 12:18:17 +03:00
mergify[bot]
d4ec469ed1
Merge branch 'master' into query-kind-concurent_restriction 2021-12-24 07:02:00 +00:00
alexey-milovidov
6eecb3b457
Merge pull request #32934 from lehasm/alexey-sm-DOCSUP-15663-doc-interserver-credential-rotation
DOCSUP-15663: document interserver credential rotation
2021-12-24 03:55:12 +03:00
Denis Glazachev
eba9c15b31
Formatting fixes 2021-12-21 19:36:44 +04:00
lehasm
27fc5b2330
Update docs/en/operations/server-configuration-parameters/settings.md
Co-authored-by: olgarev <56617294+olgarev@users.noreply.github.com>
2021-12-21 18:32:08 +03:00
Alexey
5a63f311fc en edits 2021-12-20 20:05:55 +00:00
Alexey
79086764ff new interserver_http_credentials description variant 2021-12-20 15:52:41 +00:00
lehasm
708fea2bbe
Update docs/en/operations/server-configuration-parameters/settings.md
Co-authored-by: olgarev <56617294+olgarev@users.noreply.github.com>
2021-12-20 08:27:25 +03:00
lehasm
87b607d16b
Update docs/en/operations/server-configuration-parameters/settings.md
Co-authored-by: olgarev <56617294+olgarev@users.noreply.github.com>
2021-12-20 08:26:33 +03:00
lehasm
8cc3fd6310
Update docs/en/operations/server-configuration-parameters/settings.md
Co-authored-by: olgarev <56617294+olgarev@users.noreply.github.com>
2021-12-20 08:26:09 +03:00
lehasm
e9ab9d5b59
Update docs/en/operations/server-configuration-parameters/settings.md
Co-authored-by: olgarev <56617294+olgarev@users.noreply.github.com>
2021-12-20 08:25:42 +03:00
Alexey
cfed9b9c59 updates 2021-12-18 19:00:32 +00:00
Alexey
f13c018c50 en updated 2021-12-18 18:25:42 +00:00
Alexey
305fa316fa en draft 2021-12-18 08:06:47 +00:00
romanzhukov
fce807b249 DOCSUP-17856: [CLICKHOUSEDOCS] Document the merge_tree_min_rows_for_concurrent_read_for_remote_filesystem and merge_tree_min_bytes_for_concurrent_read_for_remote_filesystem setting 2021-12-17 23:09:26 +03:00
alesapin
afc625fc42
Merge pull request #32361 from karnevil13/karnevil-DOCSUP-18717
DOCSUP-18717: Update ClickHouse keeper
2021-12-17 15:57:27 +03:00
Vladimir C
94b2623131
Merge pull request #32350 from cwurm/docs_insert_quorum_parallel 2021-12-16 15:18:45 +03:00
alesapin
2a909725c9
Update clickhouse-keeper.md 2021-12-16 12:04:40 +03:00
alesapin
e65e21ada3
Update clickhouse-keeper.md 2021-12-16 12:04:10 +03:00
alesapin
58b3bdf107
Update clickhouse-keeper.md 2021-12-16 12:03:17 +03:00
alesapin
9b653e2eea
Update clickhouse-keeper.md 2021-12-16 12:00:23 +03:00
cmsxbc
b30e250eed add max_concurrent_select_queries and max_concurrent_insert_queries 2021-12-14 07:37:38 +00:00
tavplubix
97b02cb7ce
Merge pull request #32436 from lehasm/alexey-sm-DOCSUP-18492-document-GlobalThreadPool
DOCSUP-18492: document GlobalThreadPool config
2021-12-13 13:16:58 +03:00
karnevil13
116451696a Update clickhouse-keeper.md 2021-12-12 17:13:31 +03:00
Denny Crane
7ed4c75e63
Update tips.md
fixed grammar
2021-12-11 13:14:41 -04:00
karnevil13
933cc77047
Apply suggestions from code review
Co-authored-by: olgarev <56617294+olgarev@users.noreply.github.com>
2021-12-11 00:12:36 +03:00
Alexey
750f2cc73b spelling 2021-12-10 20:18:08 +00:00
lehasm
bdb2dce6db
Update docs/en/operations/server-configuration-parameters/settings.md
Co-authored-by: gyuton <40863448+gyuton@users.noreply.github.com>
2021-12-10 18:53:04 +03:00
lehasm
c080ced5ae
Update docs/en/operations/server-configuration-parameters/settings.md
Co-authored-by: gyuton <40863448+gyuton@users.noreply.github.com>
2021-12-10 18:41:55 +03:00
lehasm
96e9eaa096
Update docs/en/operations/server-configuration-parameters/settings.md
Co-authored-by: gyuton <40863448+gyuton@users.noreply.github.com>
2021-12-10 18:41:33 +03:00
karnevil13
5b7b59532c Merge branch 'karnevil-DOCSUP-18717' of https://github.com/karnevil13/ClickHouse into karnevil-DOCSUP-18717 2021-12-10 00:02:48 +03:00
karnevil13
30af5d5341 update-external-integrations 2021-12-10 00:02:26 +03:00
Kseniia Sumarokova
f0362d8301
Update odbc-bridge.md 2021-12-09 20:39:18 +03:00
mergify[bot]
cb4eafbc8c
Merge branch 'master' into karnevil-DOCSUP-18717 2021-12-09 15:30:33 +00:00
Alexey
5a7d921b06 minor update 2021-12-09 04:26:45 +00:00
Alexey
2114f1f761 setting details
formatting
2021-12-08 20:17:22 +00:00
Denny Crane
e90f047ba0 Doc. merge_tree_clear_old_temporary_directories_interval_seconds merge_tree_clear_old_parts_interval_seconds were moved to merge_tree settings 2021-12-08 11:06:10 -04:00
karnevil13
19a49f6934 Added ACL system to CH Keeper 2021-12-08 00:21:54 +03:00
Christoph Wurm
a6f42de167 Clarify blocking of parallel inserts. 2021-12-07 17:34:01 +00:00
Christoph Wurm
c9c69ce8a1 Add documentation for insert_quorum_parallel. 2021-12-07 14:24:57 +00:00
romanzhukov
c3a7858a63 Fix comments 2021-12-06 16:22:15 +03:00
romanzhukov
715a25d4f4 Update query_log settings
Update query_views_log.md
Update query_views_log
Minor fixes
2021-12-05 21:16:29 +03:00
Denny Crane
8e202d980a
fix typo 2021-12-03 18:03:07 -04:00
alesapin
597c578809
Merge pull request #31263 from den-crane/Docs/alter-partition-verbose-result
docs. alter-partition-verbose-result
2021-12-03 14:15:30 +03:00
Denny Crane
a3f66a2bd0
Update settings.md 2021-12-01 11:50:36 -04:00
Denny Crane
1ac0189ed6
Merge branch 'master' into Docs/alter-partition-verbose-result 2021-11-30 17:35:47 -04:00
kssenii
0e24eebc80 Merge branch 'master' of github.com:ClickHouse/ClickHouse into materialized-postgresql-fix 2021-11-30 12:26:10 +03:00
Kruglov Pavel
c26cac259d
Merge pull request #31671 from sevirov/sevirov-DOCSUP-18731-add_customseparatedwithnames_and_customseparatedwithnamesandtypes_formats
DOCSUP-18731: Add CustomSeparatedWithNames and CustomSeparatedWithNamesAndTypes formats
2021-11-29 23:10:26 +03:00
Dmitriy
2dd24a887c Fix by comments
Поправил согласно комментариям разработчика.
2021-11-29 22:16:53 +03:00
Filatenkov Artur
0c6020517d
remove comments 2021-11-29 20:32:05 +03:00
Vladimir C
888200087c
Merge pull request #31827 from kirillikoff/kirillikoff-DOCSUP-15368 2021-11-29 11:55:58 +03:00
Tatiana Kirillova
f9444d2cde
Update clickhouse-format.md 2021-11-26 20:33:16 +03:00
Tatiana Kirillova
ffca0e0cff perevod na russkiy 2021-11-26 20:21:39 +03:00
sevirov
ecb86f5d54
Update docs/en/operations/settings/settings.md
Co-authored-by: gyuton <40863448+gyuton@users.noreply.github.com>
2021-11-26 19:31:31 +03:00
sevirov
64d581d8d8
Update docs/en/operations/settings/settings.md
Co-authored-by: gyuton <40863448+gyuton@users.noreply.github.com>
2021-11-26 19:31:26 +03:00
sevirov
8f647064e4
Update docs/en/operations/settings/settings.md
Co-authored-by: gyuton <40863448+gyuton@users.noreply.github.com>
2021-11-26 19:31:21 +03:00
sevirov
214a04d41d
Update docs/en/operations/settings/settings.md
Co-authored-by: gyuton <40863448+gyuton@users.noreply.github.com>
2021-11-26 19:31:16 +03:00
sevirov
b9500f2c15
Update docs/en/operations/settings/settings.md
Co-authored-by: gyuton <40863448+gyuton@users.noreply.github.com>
2021-11-26 19:31:11 +03:00
sevirov
624ef4bcf3
Update docs/en/operations/settings/settings.md
Co-authored-by: gyuton <40863448+gyuton@users.noreply.github.com>
2021-11-26 19:31:06 +03:00
Tatiana Kirillova
2adeb353d2
Update docs/en/operations/utilities/clickhouse-format.md
Co-authored-by: olgarev <56617294+olgarev@users.noreply.github.com>
2021-11-26 10:12:56 +03:00
Tatiana Kirillova
8931958e78 Formatting a query 2021-11-25 21:04:01 +03:00
Dmitriy
fa58baa11c Merge remote-tracking branch 'remotes/clickhouse/master' into sevirov-DOCSUP-18731-add_customseparatedwithnames_and_customseparatedwithnamesandtypes_formats 2021-11-25 20:04:31 +03:00
Denny Crane
f3543fa18e
remove a note about minimal req to mark_cache_size 2021-11-24 11:25:16 -04:00
alesapin
646cf38213
Merge pull request #28981 from JackyWoo/add_4_letter_words_commands
Add four letter commands to keeper
2021-11-24 13:32:36 +03:00
Dmitriy
cb22ad4ad1 Document some formats and settings
Задокументировал форматы CustomSeparatedWithNames, CustomSeparatedWithNamesAndTypes и семь настроек формата CustomSeparated.
2021-11-23 23:11:44 +03:00
Dmitriy
0f6d69fb0f Merge remote-tracking branch 'remotes/clickhouse/master' into sevirov-DOCSUP-16819-add_capnproto_output_format 2021-11-22 20:31:27 +03:00
alesapin
35de9e42d9
Merge branch 'master' into add_4_letter_words_commands 2021-11-22 18:02:02 +03:00
Maksim Kita
674b061522
Merge pull request #31200 from sevirov/sevirov-DOCSUP-17240-document_the_server_settings
DOCSUP-17240: Document the server settings
2021-11-22 02:19:48 +03:00
Dmitriy
6dd3bbbc2e Add the link
Добавил ссылку.
2021-11-20 15:17:48 +03:00
alexey-milovidov
3e62f8a548
Merge pull request #30448 from FArthur-cmd/remove_comments_for_enc_docs
Remove comments for enc docs
2021-11-18 09:42:59 +03:00
alesapin
5f3eca4cd1 Merge branch 'master' into JackyWoo_add_4_letter_words_commands 2021-11-17 12:59:20 +03:00
alesapin
69cd19a342
Merge pull request #31408 from den-crane/patch-43
Doc. More tips
2021-11-15 10:13:57 +03:00
Vladimir C
20e7a2ff99
Merge pull request #31101 from lehasm/alexey-sm-DOCSUP-14785-document-detach_not_byte_identical_parts 2021-11-15 09:53:57 +03:00
Denny Crane
1853f501c8
Update tips.md 2021-11-14 15:07:18 -04:00
Denny Crane
849370f729
Update tips.md 2021-11-14 14:58:32 -04:00
Denny Crane
b332fed8c5
Update tips.md 2021-11-14 14:48:04 -04:00
Dmitriy
f4d01eecf9 Fix link
Поправил ссылку.
2021-11-14 21:11:20 +03:00
Dmitriy
caf2aec7b8 Add CapnProto format
Задокументировал формат CapnProto.
2021-11-14 15:27:35 +03:00
Dmitriy
e30b0339c7 Translate to Russian
Выполнил перевод на русский язык.
2021-11-13 23:14:02 +03:00
sevirov
b611a709b9
Update docs/en/operations/server-configuration-parameters/settings.md
Co-authored-by: gyuton <40863448+gyuton@users.noreply.github.com>
2021-11-12 23:40:05 +03:00
Maksim Kita
42ecb28788
Merge pull request #31082 from sevirov/sevirov-DOCSUP-16607-update_the_sql_statement_create_dictionary
DOCSUP-16607: Update the SQL-statement CREATE DICTIONARY
2021-11-12 16:29:27 +03:00
Tomáš Hromada
445b0ba7cc
Expose all GlobalThreadPool config params (#31285) 2021-11-12 16:24:47 +03:00
Denny Crane
f1c721eab2
Update storage_policies.md 2021-11-10 20:59:35 -04:00
Denny Crane
185601690e docs. alter-partition-verbose-result 2021-11-10 16:33:34 -04:00
Dmitriy
03b64c0629 Update server settings
Обновил описание.
2021-11-10 20:24:01 +03:00
JackyWoo
108d14b468 docs adjustment 2021-11-10 10:34:04 +08:00
alexey-milovidov
c8527a0259
Update tips.md 2021-11-10 02:14:57 +03:00
Alexey
7e41e1d777 reworked en and ru 2021-11-09 19:37:36 +00:00
Dmitriy
1c5869d3ef Add some server settings
Задокументировал несколько серверных настроек.
2021-11-09 22:15:35 +03:00
lehasm
7ee3f4ff6a
Update docs/en/operations/settings/merge-tree-settings.md
Co-authored-by: gyuton <40863448+gyuton@users.noreply.github.com>
2021-11-09 21:49:13 +03:00
lehasm
736ea64d46
Update docs/en/operations/settings/merge-tree-settings.md
Co-authored-by: gyuton <40863448+gyuton@users.noreply.github.com>
2021-11-09 21:48:52 +03:00
Denny Crane
137ddd6eab
Update settings.md 2021-11-09 14:34:29 -04:00
Vitaly Baranov
ec983a619d
Merge pull request #30573 from sevirov/sevirov-DOCSUP-14784-document_the_system_session_log_system_table
DOCSUP-14784: Document the system.session_log system table
2021-11-09 15:55:48 +03:00
JackyWoo
b480b40ff7 add docs 2021-11-09 19:40:35 +08:00
Kruglov Pavel
8d961ebbff
Update settings.md 2021-11-08 15:28:08 +03:00
avogar
c0eefdff6a Update example 2021-11-08 14:56:24 +03:00
avogar
a3090fecc3 Update documentation about parsing enums in TSV/CSV 2021-11-08 14:42:46 +03:00
alesapin
749e205337
Merge pull request #31122 from michon470/kuriatnikovm-DOCSUP-13992-update-CH-keeper
DOCSUP-13992: Update Clickhouse keeper
2021-11-08 10:11:39 +03:00
Kseniia Sumarokova
84fa800e97
Merge pull request #31059 from sevirov/sevirov-DOCSUP-14087-document_the_log_formatted_queries_setting
DOCSUP-14087: Document the log_formatted_queries setting
2021-11-08 09:13:36 +03:00
alexey-milovidov
299445ec7d
Update tips.md 2021-11-08 03:08:36 +03:00
alexey-milovidov
4293ce7ca6
Update tips.md 2021-11-08 03:07:07 +03:00
Nikolay Degterinsky
055f85238f
Merge pull request #30718 from andrc1901/andrc1901-DOCSUP-16605-edit_the_english_and_translate
DOCSUP-16605: [CLICKHOUSEDOCS] Edit and translate to Russian
2021-11-07 23:03:43 +03:00
michon470
6f39465736 Update clickhouse-keeper.md 2021-11-07 08:59:52 +03:00
Dmitriy
6f2d7e542a Fix by comments
Поправил согласно комментариям в PR.
2021-11-06 11:07:41 +03:00
Dmitriy
1c08065a37 Translate to Russian
Выполнил перевод на русский язык.
2021-11-06 10:52:28 +03:00
Alexey
c037995cd2 new en variant 2021-11-05 17:22:50 +00:00
Alexey
9aee2f0f22 en draft 2021-11-05 08:37:30 +00:00
Dmitriy
ac9f06112c Add links
Добавил недостающие ссылки.
2021-11-04 19:59:53 +03:00
Dmitriy
4355d69213 Create comment to dictionary
Задокументировал комментарий к словарю, обновил примеры и системную таблицу.
2021-11-04 19:08:42 +03:00
kssenii
26f6a697b5 Merge branch 'master' of github.com:ClickHouse/ClickHouse into materialized-postgresql-fix 2021-11-04 13:25:48 +03:00
Dmitriy
5481d3f144 Translate to Russian
Выполнил перевод на русский язык.
2021-11-03 21:28:36 +03:00
Dmitriy
234a5c37ac Fix typo
Поправил опечатку.
2021-11-03 21:03:46 +03:00
Dmitriy
bdd039a21c Document the log_formatted_queries setting
Задокументировал настройку.
2021-11-03 19:31:50 +03:00
alesapin
12e7c6ec96
Merge pull request #30867 from sevirov/sevirov-DOCSUP-12425-document_the_min_bytes_to_rebalance_partition_over_jbod_setting
DOCSUP-12425: Document the min_bytes_to_rebalance_partition_over_jbod setting
2021-11-03 19:16:45 +03:00
Dmitriy
7a6023d613 Fix documentation of some columns
Поправил описание некоторых столбцов.
2021-11-03 16:17:09 +03:00
Dmitriy
80b45f6ac4 Rename some columns
Переименовал столбцы.
2021-11-02 20:39:42 +03:00
Dmitriy
0348769c33 Merge remote-tracking branch 'remotes/clickhouse/master' into sevirov-DOCSUP-12425-document_the_min_bytes_to_rebalance_partition_over_jbod_setting 2021-11-02 20:01:10 +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
Dmitriy
3b501ffb3e Translate to Russian
Выполнил перевод на русский язык.
2021-11-01 20:15:46 +03:00
sevirov
4bf30957e1
Update docs/en/operations/settings/merge-tree-settings.md
Co-authored-by: olgarev <56617294+olgarev@users.noreply.github.com>
2021-11-01 19:44:19 +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
tavplubix
00b71ac24a
Merge pull request #30529 from sevirov/sevirov-DOCSUP-14981-information_schema_database
DOCSUP-14981: Information Schema
2021-11-01 12:04:58 +03:00
alexey-milovidov
d2a0b25711
Merge pull request #27828 from adevyatova/annadevyatova-DOCSUP-12872-secured
DOCSUP-12872: Optional secured communication between ClickHouse and Zookeeper
2021-10-31 22:13:07 +03:00
alexey-milovidov
211ff056e9
Merge pull request #30419 from karnevil13/karnevil-DOCSUP-16354
DOCSUP-16354: Edit and translate to Russian (listen_backlog)
2021-10-31 22:12:39 +03:00
mergify[bot]
1102b1dcef
Merge branch 'master' into tsv-csv 2021-10-31 12:03:24 +00:00
alexey-milovidov
15b9d65221
Merge pull request #30662 from azat/conf-clickhouse
Switch everything left from `<yandex>` to `<clickhouse>`
2021-10-31 14:56:51 +03:00
Dmitriy
723df5c04a Update merge-tree-settings.md
Поправил описание настройки.
2021-10-30 16:00:57 +03:00
Dmitriy
d0e2864d71 Merge remote-tracking branch 'remotes/clickhouse/master' into sevirov-DOCSUP-12425-document_the_min_bytes_to_rebalance_partition_over_jbod_setting 2021-10-29 22:24:44 +03: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
Dmitriy
3e36edd5d2 Document the min_bytes_to_rebalance_partition_over_jbod setting
Задокументировал настройку min_bytes_to_rebalance_partition_over_jbod.
2021-10-29 21:35:11 +03:00
Dmitriy
1ff332f563 Deleting a note
Удалил примечание.
2021-10-29 20:42:51 +03:00
Dmitriy
f3671ad9e9 Correction of inaccuracies
Поправил по комментариям разработчика.
2021-10-29 20:32:04 +03:00
Ivan Blinkov
05ee60ded0
[docs] update email (#30865) 2021-10-29 19:37:56 +03:00
sevirov
e6056fad8d
Update docs/en/operations/system-tables/information_schema.md
Co-authored-by: tavplubix <tavplubix@gmail.com>
2021-10-29 19:11:28 +03:00
sevirov
69dca0bac0
Update docs/en/operations/system-tables/information_schema.md
Co-authored-by: tavplubix <tavplubix@gmail.com>
2021-10-29 19:10:55 +03:00
sevirov
5b799a7821
Update docs/en/operations/system-tables/information_schema.md
Co-authored-by: tavplubix <tavplubix@gmail.com>
2021-10-29 19:10:37 +03:00
sevirov
cadbb74bab
Update docs/en/operations/system-tables/columns.md
Co-authored-by: tavplubix <tavplubix@gmail.com>
2021-10-29 19:10:28 +03:00
sevirov
84ea9056fc
Update docs/en/operations/system-tables/columns.md
Co-authored-by: tavplubix <tavplubix@gmail.com>
2021-10-29 19:10:12 +03:00
sevirov
50fc8f4d0d
Update docs/en/operations/system-tables/columns.md
Co-authored-by: tavplubix <tavplubix@gmail.com>
2021-10-29 19:09:53 +03:00
sevirov
761a488c48
Update docs/en/operations/system-tables/columns.md
Co-authored-by: tavplubix <tavplubix@gmail.com>
2021-10-29 19:09:36 +03:00
sevirov
833ab0cbf8
Update docs/en/operations/system-tables/columns.md
Co-authored-by: tavplubix <tavplubix@gmail.com>
2021-10-29 19:09:19 +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
Nikolai Kochetov
8316e4d420
Merge pull request #30147 from ka1bi4/romanzhukov-DOCSUP-14101-Edit-and-translate-to-Russian-mapPopulateSeries
DOCSUP-14101: [CLICKHOUSEDOCS] Edit and translate to Russian
2021-10-29 15:12:45 +03:00
Filatenkov Artur
44b5dd1161
Refactoring in codec encrypted (#30564)
* refactoring

* remove mistake in docs
2021-10-29 11:44:28 +03:00
mergify[bot]
65df198e9b
Merge branch 'master' into conf-clickhouse 2021-10-28 22:19:42 +00: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
tavplubix
fc9a7593aa
Merge pull request #28998 from otrazhenia/evgsudarikova-DOCSUP-13565-REPLICAS
DOCSUP-13565: Add new column last_queue_update_exception to system.replicas table
2021-10-28 13:05:01 +03:00
Evgeniia Sudarikova
f0386403dd new example 2021-10-28 11:56:20 +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
Dmitriy
46e41a10e8 Fix typo
Поправил опечатку.
2021-10-26 22:16:24 +03:00
Andrei Ch
84f328c9dd hsts-max-age 2021-10-26 22:05:34 +03:00
Dmitriy
8d0f4e0d70 Translate to Russian
Выполнил перевод на русский язык.
2021-10-26 21:20:24 +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
alexey-milovidov
950d3acf3a
Update configuration-files.md 2021-10-26 12:26:44 +03:00
Azat Khuzhin
e0cd7a8304 docs: switch <yandex> to <clickhouse> 2021-10-26 08:52:29 +03:00
Dmitriy
0969874a74 Document columns in views
Задокументировал столбцы в представлениях information_schema.
2021-10-26 00:19:43 +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
alexey-milovidov
568a473612
Update ssl-zookeeper.md 2021-10-25 10:11:48 +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
sevirov
36445045ea
Update docs/en/operations/system-tables/session_log.md
Co-authored-by: olgarev <56617294+olgarev@users.noreply.github.com>
2021-10-24 14:51:38 +03:00
sevirov
6ec9a2dcc3
Update docs/en/operations/system-tables/session_log.md
Co-authored-by: olgarev <56617294+olgarev@users.noreply.github.com>
2021-10-24 14:51:30 +03:00
sevirov
baeb258af2
Update docs/en/operations/system-tables/session_log.md
Co-authored-by: olgarev <56617294+olgarev@users.noreply.github.com>
2021-10-24 14:51:19 +03:00
sevirov
1fc8b5f117
Update docs/en/operations/system-tables/session_log.md
Co-authored-by: olgarev <56617294+olgarev@users.noreply.github.com>
2021-10-24 14:51:10 +03:00
sevirov
f5cdfb686c
Update docs/en/operations/system-tables/session_log.md
Co-authored-by: olgarev <56617294+olgarev@users.noreply.github.com>
2021-10-24 14:50:58 +03:00