Commit Graph

2305 Commits

Author SHA1 Message Date
rfraposa
a5c7a947ad Merge branch 'master' of github.com:rfraposa/ClickHouse 2022-03-28 23:09:52 -06:00
rfraposa
c05bf7beb4 Testing new /en folder 2022-03-28 23:09:17 -06:00
alesapin
14e84ff6ef
Merge pull request #34802 from ClickHouse/overcommit-doc
Add documentation for memory overcommit
2022-03-25 20:50:44 +01:00
alesapin
058b641d13
Update docs/en/operations/settings/memory-overcommit.md 2022-03-25 11:32:23 +01:00
Dmitry Novik
6470684880
Update docs/en/operations/settings/memory-overcommit.md
Co-authored-by: alesapin <alesapin@clickhouse.com>
2022-03-24 18:20:50 +01:00
Dmitry Novik
1b1a624df0
Update docs/en/operations/settings/memory-overcommit.md
Co-authored-by: alesapin <alesapin@clickhouse.com>
2022-03-24 18:20:23 +01:00
Dmitry Novik
9488c5b2fd
Update docs/en/operations/settings/memory-overcommit.md
Co-authored-by: alesapin <alesapin@clickhouse.com>
2022-03-24 17:48:11 +01:00
Dmitry Novik
581bcea1f0
Update docs/en/operations/settings/settings.md
Co-authored-by: alesapin <alesapin@clickhouse.com>
2022-03-24 17:47:59 +01:00
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
sevirov
3796da1b4f
Update docs/en/operations/system-tables/session_log.md
Co-authored-by: olgarev <56617294+olgarev@users.noreply.github.com>
2021-10-24 14:50:41 +03:00
sevirov
533ec70a72
Update docs/en/operations/system-tables/session_log.md
Co-authored-by: olgarev <56617294+olgarev@users.noreply.github.com>
2021-10-24 14:50:10 +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
Dmitriy
099143b0ee Update session_log.md
Внес маленькие правки.
2021-10-22 23:30:41 +03:00
Dmitriy
223682a674 Create session_log.md
Задокументировал системную таблицу session_log.
2021-10-22 23:24:16 +03:00
Dmitriy
d590a664ef Update information_schema.md
Поправил ссылку.
2021-10-22 19:45:43 +03:00
romanzhukov
28f59a1099 Update by dev comments. 2021-10-22 15:27:29 +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
karnevil13
0a2437fe95 Update settings.md 2021-10-22 10:10:25 +03:00
karnevil13
8e2b9eb860
Update docs/en/operations/server-configuration-parameters/settings.md
Co-authored-by: gyuton <40863448+gyuton@users.noreply.github.com>
2021-10-22 09:59:41 +03:00
Amos Bird
a85e14a068
Don't recommend nobarrier mount option 2021-10-22 14:09:34 +08: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
Denny Crane
a5325a2303
doc. max_concurrent_queries_for_user 2021-10-21 19:39:29 -03:00
karnevil13
d2bcd549f3 line splits fixed 2021-10-21 23:03:03 +03:00
Dmitriy
fb2200c087 Merge remote-tracking branch 'remotes/clickhouse/master' into sevirov-DOCSUP-14981-information_schema_database 2021-10-21 23:01:42 +03:00
Dmitriy
6725dc2a16 Create information_schema
Задокументировал information_schema.
2021-10-21 22:41:11 +03:00
Alexey
9d74ae16df en updated 2021-10-20 20:01:57 +00:00
Filatenkov Artur
5608e25ed4
Update settings.md 2021-10-20 17:09:48 +03: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
5e0e0a3946
Update quotas.md 2021-10-16 16:22:19 -03:00
romanzhukov
024d98b482 Update settings.md
Comment encryption settings.
2021-10-15 23:12:55 +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
romanzhukov
9cbf4b8422 distributed_push_down_limit: Update and add RU 2021-10-13 22:20:24 +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
Kseniia Sumarokova
ca7395e374
Merge branch 'master' into materialized-postgresql-fix 2021-10-03 11:56:57 +03:00
kssenii
28aeb30d4a Support full schema list 2021-10-02 11:15:24 +00: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
Evgeniia Sudarikova
b336947f77 new example 2021-10-01 16:06:10 +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
Evgeniia Sudarikova
72473e26e2 update example 2021-09-29 21:08:20 +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
sevirov
69d318d38a
Update docs/en/operations/storing-data.md
Co-authored-by: Kseniia Sumarokova <54203879+kssenii@users.noreply.github.com>
2021-09-29 18:13:45 +03:00
sevirov
ab94d96323
Update docs/en/operations/storing-data.md
Co-authored-by: Kseniia Sumarokova <54203879+kssenii@users.noreply.github.com>
2021-09-29 18:13:37 +03:00
sevirov
884480a6e6
Update docs/en/operations/storing-data.md
Co-authored-by: Kseniia Sumarokova <54203879+kssenii@users.noreply.github.com>
2021-09-29 18:13:06 +03:00
Tatiana Kirillova
13cbc7e1a4 translation into ru 2021-09-28 20:06:54 +03:00
Tatiana
15b1c9fc8c
Update docs/en/operations/settings/settings.md
Co-authored-by: Anna <42538400+adevyatova@users.noreply.github.com>
2021-09-28 16:23:03 +03:00
alexey-milovidov
995913e89c
Merge branch 'master' into yandex-to-clickhouse-in-configs 2021-09-28 02:27:36 +03:00
Roman Bug
0427d33d9f
Merge branch 'master' into romanzhukov-DOCSUP-14460-menus-dataset 2021-09-27 23:57:44 +03:00
Maksim Kita
8ce21a70bb Fixed docs 2021-09-27 16:06:35 +03:00
Maksim Kita
d0f53cfc31 Added setting use_skip_indexes 2021-09-27 12:17:00 +03:00
romanzhukov
a14c5e30c7 Merge branch 'master' into romanzhukov-DOCSUP-14460-menus-dataset 2021-09-26 23:09:48 +03:00
Dmitriy
fbd7b77ee1
Update docs/en/operations/storing-data.md
Co-authored-by: olgarev <56617294+olgarev@users.noreply.github.com>
2021-09-26 13:15:57 +03:00
Dmitriy
f0e5a4c69e Merge remote-tracking branch 'remotes/clickhouse/master' into sevirov-DOCSUP-14334-clickhouse_over_web_server_with_static_files 2021-09-25 00:15:51 +03:00
Dmitriy
f378619d0d Update storing-data.md
Поправил английскую версию.
2021-09-24 23:53:56 +03:00
Dmitriy
e9b4d8fd87
Update docs/en/operations/storing-data.md
Co-authored-by: olgarev <56617294+olgarev@users.noreply.github.com>
2021-09-24 22:07:30 +03:00
Dmitriy
cab9fc4cd7
Update docs/en/operations/storing-data.md
Co-authored-by: olgarev <56617294+olgarev@users.noreply.github.com>
2021-09-24 22:07:23 +03:00
Dmitriy
352f35f470
Update docs/en/operations/storing-data.md
Co-authored-by: olgarev <56617294+olgarev@users.noreply.github.com>
2021-09-24 22:07:15 +03:00