Anna
6e6c0069e2
fixed links
2021-03-05 12:36:05 +03:00
Anna
bb2061dd8f
revert some changes
2021-03-05 12:22:15 +03:00
Anna
c9cdde9983
Minor fixed
2021-03-05 12:10:35 +03:00
Anna
7ccbd63e25
minor fixed
2021-03-05 11:59:06 +03:00
Anna
1bceed4984
casting to template
2021-03-05 11:31:16 +03:00
Anna
178134ba23
edit en text
2021-03-05 11:00:49 +03:00
Alexander Kuzmenkov
81dc94bca7
Merge pull request #19836 from sevirov/sevirov-DOCSUP-4707-edit_translate_russian_date_time
...
DOCSUP-4707: Edit and translate to Russian
2021-03-05 05:11:26 +03:00
alexey-milovidov
643b065849
Update datetime.md
2021-03-05 02:55:12 +03:00
alexey-milovidov
1985364c8f
Update datetime.md
2021-03-05 02:35:54 +03:00
Dmitriy
fbc4791db7
Add the links
...
Добавил ссылки на продукты, убрал кавычки со стандарта.
2021-03-04 20:13:22 +03:00
Ivan
218542589a
Merge pull request #19673 from azat/distributed-bytes_to_throw_insert
...
Add ability to throttle INSERT into Distributed
2021-03-04 13:28:23 +03:00
DIAOZHAFENG
35aaac84b8
Update in.md
2021-03-04 16:58:09 +08:00
DIAOZHAFENG
587014217c
Update in.md
...
update untranslated line
2021-03-04 16:47:59 +08:00
olgarev
134eaa55e5
DOCSUP-6258: FAQ edit and translate ( #21109 )
...
Co-authored-by: ana-uvarova <ana-uvarova@yandex-team.ru>
Co-authored-by: AnaUvarova <64017504+AnaUvarova@users.noreply.github.com>
Co-authored-by: vdimir <vdimir@yandex-team.ru>
Co-authored-by: Olga Revyakina <revolg@yandex-team.ru>
Co-authored-by: Anna <42538400+adevyatova@users.noreply.github.com>
2021-03-04 10:50:14 +03:00
Azat Khuzhin
6965ac26c3
Distributed: Add ability to delay/throttle INSERT until pending data will be reduced
...
Add two new settings for the Distributed engine:
- bytes_to_delay_insert
- max_delay_to_insert
If at the beginning of INSERT there will be too much pending data, more
then bytes_to_delay_insert, then the INSERT will wait until it will be
shrinked, and not more then max_delay_to_insert seconds.
If after this there will be still too much pending, it will throw an
exception.
Also new profile events were added (by analogy to the MergeTree):
- DistributedDelayedInserts (although you can use system.errors instead
of this, but still)
- DistributedRejectedInserts
- DistributedDelayedInsertsMilliseconds
2021-03-03 23:30:23 +03:00
Azat Khuzhin
b5a5778589
Distributed: Add ability to limit amount of pending bytes for async INSERT
...
Right now with distributed_directory_monitor_batch_inserts=1 and
insert_distributed_sync=0 INSERT into Distributed table will store
blocks that should be sent to remote (and in case of
prefer_localhost_replica=0 to the localhost too) on the local
filesystem, and sent it in background.
However there is no limit for this storage, and if the remote is
unavailable (or some other error), these pending blocks may take
significant space, and this is not always desired behaviour.
Add new Distributed setting - bytes_to_throw_insert, that will set the
limit for how much pending bytes is allowed, if the limit will be
reached an exception will be throw.
By default was set to 0, to avoid surprises.
2021-03-03 23:30:00 +03:00
ana-uvarova
7434022b89
still draft needs check
2021-03-03 22:33:01 +03:00
Mike Kot
6ea574525c
Small fixes regarding the review
2021-03-03 16:51:41 +03:00
romanzhukov
3d3639b99a
DOCSUP-7100: Add avg translation, argmax query fixes.
2021-03-03 01:59:12 +03:00
romanzhukov
dbd91442e0
DOCSUP-7100: Add avg translation, argmax query fixes.
2021-03-03 01:46:37 +03:00
Dmitriy
fec0cf5f09
Edit and translate to Russian
...
Поправил английскую версию и выполнил перевод на русский язык.
2021-03-02 20:59:33 +03:00
Anna
85dc5b8a74
Add ru translation
2021-03-01 23:07:09 +03:00
sevirov
9d98c8ea2e
Update docs/en/operations/opentelemetry.md
...
Co-authored-by: Anna <42538400+adevyatova@users.noreply.github.com>
2021-03-01 21:47:02 +03:00
sevirov
f47bd5fae8
Update docs/en/operations/opentelemetry.md
...
Co-authored-by: Anna <42538400+adevyatova@users.noreply.github.com>
2021-03-01 21:46:52 +03:00
sevirov
02ebe453a5
Update docs/ru/operations/opentelemetry.md
...
Co-authored-by: Anna <42538400+adevyatova@users.noreply.github.com>
2021-03-01 21:46:39 +03:00
sevirov
c912c966d8
Update docs/ru/operations/opentelemetry.md
...
Co-authored-by: Anna <42538400+adevyatova@users.noreply.github.com>
2021-03-01 21:46:21 +03:00
Mike Kot
4e1ac185b5
Merge remote-tracking branch 'upstream/master' into feature/attach-partition-local
2021-03-01 20:58:07 +03:00
Mike Kot
f088dd445d
Extended the test to check both the ALTER PARTITION and PART
...
Added some notes about the SYSTEM SYNC REPLICA and ALTER ... DROP /
ATTACH.
2021-03-01 20:41:31 +03:00
Dmitriy
08a49dd28a
Update opentelemetry.md
...
Исправил небольшую опечатку.
2021-03-01 20:24:18 +03:00
zvonand
29d191322a
Merge branch 'master' of github.com:ClickHouse/ClickHouse into docs_kerberos_support
2021-03-01 20:11:28 +03:00
sevirov
b3095d0ba0
Update docs/ru/operations/opentelemetry.md
...
Co-authored-by: Anna <42538400+adevyatova@users.noreply.github.com>
2021-03-01 20:05:24 +03:00
sevirov
25ff24dfee
Update docs/ru/operations/opentelemetry.md
...
Co-authored-by: Anna <42538400+adevyatova@users.noreply.github.com>
2021-03-01 20:05:04 +03:00
sevirov
51af0bd2d1
Update docs/ru/operations/opentelemetry.md
...
Co-authored-by: Anna <42538400+adevyatova@users.noreply.github.com>
2021-03-01 20:04:43 +03:00
sevirov
281b18827b
Update docs/ru/operations/opentelemetry.md
...
Co-authored-by: Anna <42538400+adevyatova@users.noreply.github.com>
2021-03-01 20:04:25 +03:00
sevirov
5b638653e4
Update docs/ru/operations/opentelemetry.md
...
Co-authored-by: Anna <42538400+adevyatova@users.noreply.github.com>
2021-03-01 20:03:44 +03:00
sevirov
a43ce6dc16
Update docs/ru/operations/opentelemetry.md
...
Co-authored-by: Anna <42538400+adevyatova@users.noreply.github.com>
2021-03-01 20:02:48 +03:00
olgarev
15b3f379a5
DOCSUP-4915: documented geo data types ( #21294 )
...
* Initial
* Fix links
* Fix master
* Mistakes corrected
* Minor fix
* Fixes and intro.
* Update geo.md
* Apply suggestions from code review
Co-authored-by: Anton Popov <pad11rus@gmail.com>
Co-authored-by: Olga Revyakina <revolg@yandex-team.ru>
Co-authored-by: Anton Popov <pad11rus@gmail.com>
2021-03-01 19:41:16 +03:00
Roman Bug
a4f2ee0752
DOCSUP-6144: Edit and translate PR to Russian ( #19780 )
...
Co-authored-by: Anna <42538400+adevyatova@users.noreply.github.com>
Co-authored-by: romanzhukov <romanzhukov@yandex-team.ru>
Co-authored-by: Vladimir <vdimir@yandex-team.ru>
2021-03-01 16:51:38 +03:00
Nikita Mikhaylov
cb2a26308f
Merge pull request #20347 from gyuton/gyuton-DOCSUP-6549-Edit_and_translate
...
DOCSUP-6549: Edited and translated to Russian
2021-03-01 16:49:06 +03:00
Anna
f5f1752f44
add files in ru docs
2021-03-01 16:35:59 +03:00
Chao Ma
c2b8612525
Fix error configuration for cluster secret
2021-03-01 16:30:42 +08:00
zvonand
5677ff9b0a
Merge branch 'master' of github.com:ClickHouse/ClickHouse into docs_kerberos_support
2021-03-01 11:04:56 +05:00
alexey-milovidov
9b633ac564
Update ontime.md
2021-02-28 23:27:01 +03:00
zvonand
652899e631
Semi-final kerberos + ldap (ru)
2021-03-01 00:11:29 +05:00
Vladimir
6aa72bcd43
Merge pull request #19591 from ka1bi4/romanzhukov-DOCSUP-5266-PR-translate
2021-02-28 20:40:04 +03:00
Dmitriy
187eb837db
Add the links
...
Добавил ссылки.
2021-02-28 20:10:44 +03:00
Alexey Milovidov
01ef06a42c
Fix broken links
2021-02-28 02:31:47 +03:00
alexey-milovidov
528f1d9a39
Merge pull request #21266 from Sin4wd/patch-1
...
Fix broken links in "See Also"
2021-02-28 02:29:18 +03:00
alexey-milovidov
7d8ddbb813
Merge pull request #21278 from ClickHouse/cell-towers
...
Add new dataset: Cell Towers
2021-02-27 23:42:58 +03:00
Nikita Mikhaylov
ad72a83711
Merge pull request #20325 from gyuton/gyuton-DOCSUP-6073-Document_mapContains_mapKeys_mapValues_functions
...
DOCSUP-6073: Documented mapContains, mapKeys, mapValues functions
2021-02-27 23:16:45 +03:00
Nikolay
bb5a8241b9
Add information about my ClickHouse PHP extension
...
I made a native PHP extension for ClickHouse using the clickhouse-cpp library.
My goal is to make a fast extension for ClickHouse with interface similar to mysqli.
2021-02-27 21:05:04 +03:00
Alexey Milovidov
5e3c9a5deb
Rename
2021-02-27 17:44:12 +03:00
Alexey Milovidov
2cafd54c17
Add new dataset: Cell Towers
2021-02-27 17:42:31 +03:00
Olga Revyakina
720bef8ae2
Links in index.md files
2021-02-27 04:14:56 +03:00
Olga Revyakina
106772af33
Fixes
2021-02-27 03:59:03 +03:00
Olga Revyakina
b6b98bd09a
Updates for Readme and master fixes
2021-02-27 03:42:45 +03:00
Olga Revyakina
c11824b156
Dictionary
2021-02-27 03:29:56 +03:00
Olga Revyakina
64322d2212
Table engine and function
2021-02-27 03:01:02 +03:00
Sina
df95411d51
Fix broken links in "See Also"
...
The link was transformed into "https://clickhouse.tech/docs/en/sql-reference/sql-reference/statements/create/table#ttl-expression " which did not exist and got 404.
2021-02-27 01:04:35 +03:30
Maksim Kita
e83f360ada
Merge pull request #21195 from johnhummelAltinity/patch-1
...
Update encryption-functions.md
2021-02-26 23:47:52 +03:00
tavplubix
d2cba7581f
Merge pull request #20478 from sevirov/sevirov-DOCSUP-6544-edit_translate_russian_insert_query_support
...
DOCSUP-6544: Edit and translate to Russian
2021-02-26 22:47:19 +03:00
Dmitriy
e79c308194
Fix the link
...
Пытаюсь поправить битую ссылку.
2021-02-26 21:49:33 +03:00
tavplubix
b8418533a3
Update docs/en/sql-reference/table-functions/url.md
2021-02-26 17:28:56 +03:00
Vladimir
9038fb3861
Merge pull request #20540 from lehasm/alexey-sm-DOCSUP-4328-document-xz-compression
2021-02-26 15:44:47 +03:00
Vladimir
17d9406501
Apply suggestions from code review
2021-02-26 15:13:41 +03:00
Vladimir
0c5e48df9c
Merge pull request #20556 from gyuton/gyuton-DOCSUP-6234-Add_aliases_to_functions
2021-02-26 15:01:15 +03:00
Olga Revyakina
d331954f16
DB engine
2021-02-26 01:57:20 +03:00
Dmitriy
83cf614c55
Fix the link
...
Правлю битые ссылки.
2021-02-26 00:37:22 +03:00
Dmitriy
efb17c0f31
Merge remote-tracking branch 'remotes/clickhouse/master' into sevirov-DOCSUP-6544-edit_translate_russian_insert_query_support
2021-02-25 23:34:36 +03:00
Dmitriy
90527556ad
Fix by the comments
...
Поправил на основании комментарий разработчика.
2021-02-25 22:21:11 +03:00
John Hummel
64327eafc8
Update encryption-functions.md
...
Updated Optinal to Optional line 136.
2021-02-25 10:50:22 -05:00
Roman Bug
168e6c63ea
Merge branch 'master' into romanzhukov-DOCSUP-5822-update-accurateCastOrNull
2021-02-25 14:40:49 +03:00
Nikita Mikhaylov
d4e48f44f5
Update encryption-functions.md
2021-02-25 14:20:42 +03:00
Nikita Mikhaylov
70b8d6d565
Update encryption-functions.md
2021-02-25 14:19:26 +03:00
Slach
b331b03d3a
fix indvalid links, add some
...
PR re-created from scratch
https://github.com/ClickHouse/ClickHouse/pull/21122
2021-02-25 16:07:09 +05:00
Maksim Kita
200d81cea7
Merge pull request #19993 from benbiti/master
...
[Docs]fix mistype in avg
2021-02-24 23:26:16 +03:00
Maksim Kita
56ce7dfa4c
Merge pull request #20294 from sevirov/sevirov-DOCSUP-6294-document_parseDateTimeBestEffortUSOrZero_parseDateTimeBestEffortUSOrNull_functions
...
DOCSUP-6294: Document the parseDateTimeBestEffortUSOrZero and parseDateTimeBestEffortUSOrNull functions
2021-02-24 21:52:50 +03:00
Maksim Kita
af13c36a4b
Updated documentation
2021-02-24 21:49:56 +03:00
Maksim Kita
32f10f402c
Updated documentation
2021-02-24 21:48:28 +03:00
Kruglov Pavel
6dc683dce6
Merge pull request #19815 from otrazhenia/evgsudarikova-DOCSUP-6149
...
DOCSUP-6149: Edit and translate to Russian
2021-02-24 16:15:56 +03:00
zvonand
fbb6a931cc
Upd ldap translation
2021-02-24 17:59:47 +05:00
zvonand
b8fc216c71
Merge branch 'master' of github.com:ClickHouse/ClickHouse into docs_kerberos_support
2021-02-24 15:20:06 +05:00
zvonand
ada96c8ff1
Added En and Ru Kerberos docs
2021-02-24 15:10:37 +05:00
Denny Crane
c25ea35099
Update settings.md
2021-02-23 18:22:47 -04:00
Denny Crane
613854df0d
Update settings.md
...
fix hyperlink
2021-02-23 17:43:52 -04:00
lehasm
7ee4492823
Fixed link
2021-02-23 17:24:15 +03:00
lehasm
bb2ee9609f
Compression mentioned in File engine
2021-02-23 16:43:40 +03:00
lehasm
0b82889740
Translated to ru
2021-02-23 16:00:41 +03:00
lehasm
9e052ae178
Examples moved to section end
2021-02-23 15:23:26 +03:00
gyuton
9f169aa13e
Update docs/ru/sql-reference/functions/tuple-map-functions.md
...
Co-authored-by: olgarev <56617294+olgarev@users.noreply.github.com>
2021-02-23 15:08:39 +03:00
gyuton
c223a87658
Update docs/ru/sql-reference/functions/tuple-map-functions.md
...
Co-authored-by: olgarev <56617294+olgarev@users.noreply.github.com>
2021-02-23 15:08:34 +03:00
gyuton
07e4cbcc06
Update docs/ru/sql-reference/functions/tuple-map-functions.md
...
Co-authored-by: olgarev <56617294+olgarev@users.noreply.github.com>
2021-02-23 15:08:29 +03:00
Maksim Kita
468dd76595
Merge pull request #20625 from Taschenbergerm/patch-1
...
Update argmax.md
2021-02-23 13:46:11 +03:00
alexey-milovidov
bfcf78e9cb
Merge pull request #21090 from den-crane/patch-11
...
Update lowcardinality.md
2021-02-23 12:38:02 +03:00
Maksim Kita
609c35a49c
Added special case in documentation example
2021-02-23 12:36:26 +03:00
Denny Crane
2aee897243
Update lowcardinality.md
2021-02-22 18:21:30 -04:00
Maksim Kita
99875c23bc
Documentation low cardinality fix
2021-02-22 21:34:23 +03:00
zvonand
01cf460287
New file
2021-02-22 21:18:59 +05:00
tavplubix
5aed41fd81
Merge pull request #20217 from vzakaznikov/live-view-docs
...
Adding documentation for LIVE VIEWs
2021-02-22 16:08:06 +03:00
alexey-milovidov
50639b7dba
Merge pull request #21052 from ClickHouse/file-engine-settings
...
Merging #20620
2021-02-22 13:10:31 +03:00
ana-uvarova
7fa72f238a
draft
2021-02-22 12:49:49 +03:00
idfer
2159344628
Fixed words typo in the setting-users doc.
2021-02-22 11:17:05 +08:00
Alexey Milovidov
46ac365629
Merge branch 'master' into topvisor/file-engine-settings
2021-02-21 23:10:26 +03:00
Vitaliy Zakaznikov
c2a71dda1f
Merge branch 'master' of https://github.com/ClickHouse/ClickHouse into live-view-docs
2021-02-21 09:50:02 -05:00
Vitaliy Zakaznikov
46f67fa8ac
Adding examples to live view docs.
2021-02-21 09:45:20 -05:00
Michael Monashev
f93b450da9
Update lowcardinality.md
2021-02-21 16:00:52 +03:00
Michael Monashev
75edfd0549
Update lowcardinality.md
2021-02-21 15:56:47 +03:00
gyuton
743b705952
Merge branch 'master' into gyuton-DOCSUP-6234-Add_aliases_to_functions
2021-02-21 15:31:29 +03:00
gyuton
0a58fd2eb2
Merge branch 'master' into gyuton-DOCSUP-6549-Edit_and_translate
2021-02-21 15:28:06 +03:00
George
bff08e32bf
updates
2021-02-21 15:22:48 +03:00
George
159c619407
Merge branch 'master' of https://github.com/ClickHouse/ClickHouse into gyuton-DOCSUP-6073-Document_mapContains_mapKeys_mapValues_functions
2021-02-21 15:16:11 +03:00
George
cfb0dbb9e5
updated and added links
2021-02-21 15:01:10 +03:00
Evgeniia Sudarikova
d723f25fbd
delete extra text
2021-02-20 16:51:31 +03:00
Anton Popov
6ca51c2b8d
Merge pull request #20450 from lehasm/alexey-sm-DOCSUP-5974-document-decodeXMLComponent
...
DOCSUP-5974: documented decodeXMLComponent function
2021-02-20 03:03:18 +03:00
alexey-milovidov
a78523cf01
Merge pull request #20208 from vzakaznikov/ldap_docs
...
Adding documentation on how to use LDAP server as external user authenticator or directory
2021-02-19 20:56:01 +03:00
alexey-milovidov
2299930c31
Merge pull request #20545 from kssenii/rabbit-format-settings
...
rabbitmq: add missing format factory settings
2021-02-19 20:24:17 +03:00
Maksim Kita
71c65b5d82
Merge pull request #20611 from kitaisreal/rename-untyped-function-reinterpret-as
...
Rename untyped function reinterpretAs into reinterpret
2021-02-19 14:35:00 +03:00
Maksim Kita
5bbd6f7480
Fixed documentation
2021-02-19 12:37:00 +03:00
sevirov
5eb5180ef8
Update docs/ru/sql-reference/table-functions/url.md
...
Co-authored-by: olgarev <56617294+olgarev@users.noreply.github.com>
2021-02-18 21:49:33 +03:00
sevirov
31e78ef998
Update docs/ru/sql-reference/table-functions/url.md
...
Co-authored-by: olgarev <56617294+olgarev@users.noreply.github.com>
2021-02-18 21:48:54 +03:00
sevirov
3222a9aecd
Update docs/ru/sql-reference/table-functions/url.md
...
Co-authored-by: olgarev <56617294+olgarev@users.noreply.github.com>
2021-02-18 21:48:32 +03:00
sevirov
234ec940be
Update docs/ru/sql-reference/table-functions/remote.md
...
Co-authored-by: olgarev <56617294+olgarev@users.noreply.github.com>
2021-02-18 21:48:13 +03:00
sevirov
d10c9f1bd3
Update docs/ru/sql-reference/table-functions/remote.md
...
Co-authored-by: olgarev <56617294+olgarev@users.noreply.github.com>
2021-02-18 21:47:50 +03:00
sevirov
3ba3faa156
Update docs/ru/sql-reference/table-functions/remote.md
...
Co-authored-by: olgarev <56617294+olgarev@users.noreply.github.com>
2021-02-18 21:47:28 +03:00
sevirov
ef263d0356
Update docs/ru/sql-reference/table-functions/remote.md
...
Co-authored-by: olgarev <56617294+olgarev@users.noreply.github.com>
2021-02-18 21:46:56 +03:00
sevirov
ce6263220a
Update docs/ru/sql-reference/table-functions/remote.md
...
Co-authored-by: olgarev <56617294+olgarev@users.noreply.github.com>
2021-02-18 21:46:35 +03:00
sevirov
95c07b19ec
Update docs/ru/sql-reference/table-functions/remote.md
...
Co-authored-by: olgarev <56617294+olgarev@users.noreply.github.com>
2021-02-18 21:46:13 +03:00
sevirov
ee168507db
Update docs/ru/sql-reference/table-functions/remote.md
...
Co-authored-by: olgarev <56617294+olgarev@users.noreply.github.com>
2021-02-18 21:45:48 +03:00
sevirov
fe4419b220
Update docs/ru/sql-reference/table-functions/remote.md
...
Co-authored-by: olgarev <56617294+olgarev@users.noreply.github.com>
2021-02-18 21:45:25 +03:00
sevirov
44bd6670da
Update docs/ru/sql-reference/table-functions/file.md
...
Co-authored-by: olgarev <56617294+olgarev@users.noreply.github.com>
2021-02-18 21:44:40 +03:00
sevirov
d79ea4f383
Update docs/ru/sql-reference/table-functions/file.md
...
Co-authored-by: olgarev <56617294+olgarev@users.noreply.github.com>
2021-02-18 21:44:03 +03:00
sevirov
4b4c37a719
Update docs/en/sql-reference/table-functions/file.md
...
Co-authored-by: olgarev <56617294+olgarev@users.noreply.github.com>
2021-02-18 21:42:38 +03:00
sevirov
500d3561cf
Update docs/ru/sql-reference/table-functions/file.md
...
Co-authored-by: olgarev <56617294+olgarev@users.noreply.github.com>
2021-02-18 21:41:47 +03:00
sevirov
0e8a951ac5
Update docs/ru/operations/caches.md
...
Co-authored-by: olgarev <56617294+olgarev@users.noreply.github.com>
2021-02-18 21:38:54 +03:00
Dmitriy
03640221a8
Add the zero date
...
Добавил нулевую дату.
2021-02-18 21:33:30 +03:00
sevirov
1626833987
Update docs/ru/sql-reference/functions/type-conversion-functions.md
...
Co-authored-by: olgarev <56617294+olgarev@users.noreply.github.com>
2021-02-18 21:21:25 +03:00
sevirov
5cfe245e22
Update docs/ru/sql-reference/functions/type-conversion-functions.md
...
Co-authored-by: olgarev <56617294+olgarev@users.noreply.github.com>
2021-02-18 21:21:12 +03:00
alesapin
45119fce4f
Merge pull request #20306 from bharatnc/ncb/docs-rename-column
...
Document ALTER RENAME Column
2021-02-18 15:46:28 +03:00
Maksim Kita
4278098f9a
Reinterpret function added Decimal, DateTim64 support
2021-02-18 13:09:01 +03:00
Dmitriy
b4c7c3702d
Merge remote-tracking branch 'remotes/clickhouse/master' into sevirov-DOCSUP-6294-document_parseDateTimeBestEffortUSOrZero_parseDateTimeBestEffortUSOrNull_functions
2021-02-17 21:56:05 +03:00
Kseniia Sumarokova
20ff183549
Merge branch 'master' into rabbit-format-settings
2021-02-17 19:01:53 +03:00
Marvin Taschenberger
8cecb533ca
Update argmax.md
2021-02-17 15:03:09 +01:00
Evgeniia Sudarikova
e350891405
resolved conflict
2021-02-17 16:50:58 +03:00
Evgeniia Sudarikova
ee4d3f7aa4
edited ; in queries, edited after review
2021-02-17 16:23:10 +03:00
alesapin
0de1535b23
Merge pull request #20596 from kssenii/rabbitmq-add-vhost
...
Support vhost for rabbitmq engine
2021-02-17 15:18:22 +03:00
Maksim Kita
e52cc1ac1f
Updated documentation
2021-02-17 11:31:20 +03:00
Vladimir
2c560d8e3b
Merge pull request #20544 from adevyatova/annadevyatova-DOCSUP-6762-templates
2021-02-17 10:17:01 +03:00
kssenii
d79f7c04f6
Merge branch 'master' of https://github.com/ClickHouse/ClickHouse into rabbit-format-settings
2021-02-17 06:03:19 +00:00
gyuton
23754e46e8
Update docs/ru/engines/table-engines/integrations/kafka.md
...
Co-authored-by: olgarev <56617294+olgarev@users.noreply.github.com>
2021-02-17 01:41:47 +03:00
kssenii
29362bb483
Support vhost
2021-02-16 22:05:14 +00:00
George
e15a080104
First draft
2021-02-17 00:36:18 +03:00
gyuton
2858151d09
Update kafka.md
2021-02-17 00:25:34 +03:00
gyuton
f2c7c38c18
Update docs/ru/sql-reference/functions/encryption-functions.md
...
Co-authored-by: olgarev <56617294+olgarev@users.noreply.github.com>
2021-02-16 22:38:20 +03:00
gyuton
236b9cfeff
Update docs/ru/sql-reference/functions/encryption-functions.md
...
Co-authored-by: olgarev <56617294+olgarev@users.noreply.github.com>
2021-02-16 22:36:01 +03:00
gyuton
c10485d21a
Update docs/ru/sql-reference/functions/encryption-functions.md
...
Co-authored-by: olgarev <56617294+olgarev@users.noreply.github.com>
2021-02-16 22:35:55 +03:00
gyuton
b82e564076
Update docs/ru/sql-reference/functions/encryption-functions.md
...
Co-authored-by: olgarev <56617294+olgarev@users.noreply.github.com>
2021-02-16 22:35:48 +03:00
gyuton
579f8a95bc
Update docs/ru/sql-reference/functions/encryption-functions.md
...
Co-authored-by: olgarev <56617294+olgarev@users.noreply.github.com>
2021-02-16 22:35:43 +03:00
gyuton
07795335ce
Update docs/ru/sql-reference/functions/encryption-functions.md
...
Co-authored-by: olgarev <56617294+olgarev@users.noreply.github.com>
2021-02-16 22:35:23 +03:00
gyuton
7a910d38a1
Update docs/ru/sql-reference/functions/encryption-functions.md
...
Co-authored-by: olgarev <56617294+olgarev@users.noreply.github.com>
2021-02-16 22:35:12 +03:00
gyuton
a26f2b77cb
Update docs/ru/sql-reference/functions/encryption-functions.md
...
Co-authored-by: olgarev <56617294+olgarev@users.noreply.github.com>
2021-02-16 22:35:07 +03:00
gyuton
5edba42865
Update docs/ru/sql-reference/functions/encryption-functions.md
...
Co-authored-by: olgarev <56617294+olgarev@users.noreply.github.com>
2021-02-16 22:34:43 +03:00
gyuton
66d6b7a3a0
Update docs/ru/sql-reference/functions/encryption-functions.md
...
Co-authored-by: olgarev <56617294+olgarev@users.noreply.github.com>
2021-02-16 22:34:33 +03:00
gyuton
d213039fe5
Update docs/ru/sql-reference/functions/encryption-functions.md
...
Co-authored-by: olgarev <56617294+olgarev@users.noreply.github.com>
2021-02-16 22:33:57 +03:00
gyuton
22ab639287
Update docs/ru/sql-reference/functions/encryption-functions.md
...
Co-authored-by: olgarev <56617294+olgarev@users.noreply.github.com>
2021-02-16 22:33:32 +03:00
gyuton
a642dbce46
Update docs/ru/sql-reference/functions/encryption-functions.md
...
Co-authored-by: olgarev <56617294+olgarev@users.noreply.github.com>
2021-02-16 22:33:19 +03:00
gyuton
b8be90cdf9
Update docs/ru/sql-reference/functions/encryption-functions.md
...
Co-authored-by: olgarev <56617294+olgarev@users.noreply.github.com>
2021-02-16 22:32:59 +03:00
gyuton
a1cd07b9a0
Update docs/ru/sql-reference/aggregate-functions/parametric-functions.md
...
Co-authored-by: olgarev <56617294+olgarev@users.noreply.github.com>
2021-02-16 22:24:49 +03:00
Dmitriy
e93e1911ee
Translate to Russian
...
Выполнил перевод на русский язык.
2021-02-16 21:01:36 +03:00
Dmitriy
a154ad914d
Merge remote-tracking branch 'remotes/clickhouse/master' into sevirov-DOCSUP-6294-document_parseDateTimeBestEffortUSOrZero_parseDateTimeBestEffortUSOrNull_functions
2021-02-16 19:10:49 +03:00
M0r64n
75117389ec
Add a couple of QOL file engine settings
2021-02-16 18:50:11 +04:00
Sergi Almacellas Abellana
e37e48b324
Fix typo and ReplicatedMergeTree link on tutorial
...
I was reading your online documentation and I found that there was a typo on the sql command and there was some missing link.
Not quite familiar with the clickhouse contribution process, I just edited the files fix directly from github, let me know if there is something else missing from my side.
Hope this helps!
2021-02-16 14:31:04 +01:00
Nikita Mikhaylov
94c733bac7
Merge pull request #20190 from damozhaeva/dmozhaeva-DOCSUP-2042-edit-and-translate
...
DOCSUP-3539 Отработать замечания по переводу
2021-02-16 15:47:16 +03:00
George
243ca5fe58
Added aliases for type conversion functions
2021-02-16 14:48:28 +03:00
George
4315cd8d26
fixed a typo
2021-02-16 14:34:24 +03:00
George
8a7d59f0fe
Added aliases for string function
2021-02-16 14:31:24 +03:00
George
c661760113
fixed a typo
2021-02-16 14:27:52 +03:00
Vladimir
dc32d1fa41
Make Arguments
bold in doc
2021-02-16 14:21:23 +03:00
George
3603fbd46a
added aliases for ip-address functions
2021-02-16 14:13:17 +03:00
George
1bd1a97716
added aliases for string functions
2021-02-16 14:13:01 +03:00
George
33e12f7b4a
added aliases for encoding functions
2021-02-16 14:12:44 +03:00
George
bc6fdc7d4b
added aliases for date-time functions
2021-02-16 14:12:12 +03:00
gyuton
0b0b481825
DOCSUP-5602: Edited and translated to russian ( #20302 )
...
* Edited and added translation
* Minor fixes
* Fix typo
Co-authored-by: George <gyuton@yandex-team.ru>
Co-authored-by: Ivan <5627721+abyss7@users.noreply.github.com>
2021-02-16 14:02:33 +03:00
George
a632280011
added alias for nulls
2021-02-16 13:53:44 +03:00
George
17d7a49106
Fixed typos
2021-02-16 13:33:20 +03:00
George
341e7bc848
Fixed links
2021-02-16 13:23:52 +03:00
kssenii
d9f66d8d30
Better doc
2021-02-15 23:25:19 +00:00
kssenii
2a887b9772
Add missing format factory settings
2021-02-15 22:06:10 +00:00
Dmitriy
21f80a9367
Add examples
...
Добавил примеры.
2021-02-16 00:42:16 +03:00
Anna
d7db44c911
Other replacement
2021-02-16 00:38:32 +03:00
Anna
97d7a53962
Replacement Parameters
to Arguments
for aggregate functions
2021-02-16 00:33:53 +03:00
George
6eeef74d43
first draft
2021-02-16 00:32:39 +03:00
Anna
ce1f10904e
Global replacement Parameters
to Arguments
2021-02-16 00:22:10 +03:00
Anna
5a5542dd5c
Minor fixes
2021-02-16 00:03:02 +03:00
Dmitriy
c9a6b21fc8
Fix the English version
...
Поправил английскую версию согласно комментариям в PR.
2021-02-15 23:47:12 +03:00
Anna
7bc6368776
Add template for engine desc
2021-02-15 23:46:13 +03:00
sevirov
f6cbad65e8
Update docs/en/sql-reference/functions/type-conversion-functions.md
...
Co-authored-by: olgarev <56617294+olgarev@users.noreply.github.com>
2021-02-15 23:33:35 +03:00
sevirov
a09c9be48b
Update docs/en/sql-reference/functions/type-conversion-functions.md
...
Co-authored-by: olgarev <56617294+olgarev@users.noreply.github.com>
2021-02-15 23:30:39 +03:00
sevirov
5eda616990
Update docs/en/sql-reference/functions/type-conversion-functions.md
...
Co-authored-by: olgarev <56617294+olgarev@users.noreply.github.com>
2021-02-15 23:14:01 +03:00
sevirov
e7bbb6cb23
Update docs/en/sql-reference/functions/type-conversion-functions.md
...
Co-authored-by: olgarev <56617294+olgarev@users.noreply.github.com>
2021-02-15 23:09:06 +03:00
Alexander Kuzmenkov
c9dd1aa58b
Update index.md
2021-02-15 22:56:26 +03:00
Alexander Kuzmenkov
2de6d550cc
Update index.md
2021-02-15 22:42:10 +03:00
Alexander Kuzmenkov
7f21a21694
Update index.md
2021-02-15 22:40:55 +03:00
Alexander Kuzmenkov
cd944cb1e3
Merge pull request #20154 from sevirov/sevirov-DOCSUP-6438-document_opentelemetry_start_trace_probability_setting
...
DOCSUP-6438: Document the opentelemetry_start_trace_probability setting
2021-02-15 22:36:02 +03:00
Alexander Kuzmenkov
d08dcb1958
Update docs/en/operations/settings/settings.md
2021-02-15 22:35:49 +03:00
Alexander Kuzmenkov
22a5ef3635
Merge pull request #20095 from sevirov/sevirov-DOCSUP-6437-document_system_opentelemetry_span_log
...
DOCSUP-6437: Document the system.opentelemetry_span_log system table
2021-02-15 22:34:48 +03:00
lehasm
6734df2a01
Unnecessary new lines removed
2021-02-15 21:25:32 +03:00
Roman Bug
e8889463a6
Update docs/ru/operations/utilities/clickhouse-local.md
...
Co-authored-by: Anna <42538400+adevyatova@users.noreply.github.com>
2021-02-15 21:25:31 +03:00
Roman Bug
e34d6b0f37
Update docs/ru/sql-reference/functions/date-time-functions.md
...
Co-authored-by: Anna <42538400+adevyatova@users.noreply.github.com>
2021-02-15 21:25:10 +03:00
lehasm
d38198dade
ru translation
2021-02-15 18:58:46 +03:00
Vitaly Baranov
b9a460709d
Merge pull request #19592 from olgarev/revolg-DOCSUP-5823-Add_new_data_type_Map(key,value)
...
DOCSUP-5823: Documented Map(key,value) type and map() function.
2021-02-15 16:23:21 +03:00
alexey-milovidov
a299790522
Merge pull request #19748 from excitoon-favorites/s3ssec
...
Added Server Side Encryption Customer Keys support in S3 client
2021-02-15 15:23:14 +03:00
Nikita Mikhaylov
92e13d76d3
Merge pull request #18508 from depressed-pho/runningConcurrency
...
Add function runningConcurrency()
2021-02-15 14:39:38 +03:00
Nikita Mikhaylov
1795d45609
Merge pull request #19338 from hasithaka/patch-1
...
Update update.md
2021-02-15 12:46:46 +03:00
Roman Bug
2a71053c69
Update docs/en/sql-reference/operators/in.md
...
Co-authored-by: olgarev <56617294+olgarev@users.noreply.github.com>
2021-02-15 01:54:25 +03:00
Roman Bug
994b998df9
Update docs/ru/sql-reference/operators/in.md
...
Co-authored-by: olgarev <56617294+olgarev@users.noreply.github.com>
2021-02-15 01:54:20 +03:00
Roman Bug
82701ecbec
Update docs/ru/sql-reference/functions/type-conversion-functions.md
...
Co-authored-by: olgarev <56617294+olgarev@users.noreply.github.com>
2021-02-15 01:54:15 +03:00
Roman Bug
b82bf79c52
Update docs/ru/sql-reference/functions/type-conversion-functions.md
...
Co-authored-by: olgarev <56617294+olgarev@users.noreply.github.com>
2021-02-15 01:54:10 +03:00
Roman Bug
cda9dc7600
Update docs/ru/sql-reference/functions/type-conversion-functions.md
...
Co-authored-by: olgarev <56617294+olgarev@users.noreply.github.com>
2021-02-15 01:54:02 +03:00
Roman Bug
cdac3cf9ce
Update docs/ru/sql-reference/functions/type-conversion-functions.md
...
Co-authored-by: olgarev <56617294+olgarev@users.noreply.github.com>
2021-02-15 01:53:51 +03:00
Roman Bug
c24221b04f
Update docs/en/sql-reference/functions/type-conversion-functions.md
...
Co-authored-by: olgarev <56617294+olgarev@users.noreply.github.com>
2021-02-15 01:53:44 +03:00
Daria Mozhaeva
00bb72735e
add text
2021-02-14 15:55:40 +03:00
Daria Mozhaeva
c68f0477c6
Merge branch 'dmozhaeva-DOCSUP-2042-edit-and-translate' of https://github.com/damozhaeva/ClickHouse into dmozhaeva-DOCSUP-2042-edit-and-translate
2021-02-14 14:50:50 +03:00
Daria Mozhaeva
7f9436381f
fixed conflict
2021-02-14 14:48:26 +03:00
Daria Mozhaeva
bc7663f757
Merge branch 'master' of https://github.com/ClickHouse/ClickHouse into dmozhaeva-DOCSUP-2042-edit-and-translate
2021-02-14 14:23:46 +03:00
damozhaeva
48d38e4978
Update docs/ru/operations/settings/settings.md
...
Co-authored-by: Ilya Yatsishin <2159081+qoega@users.noreply.github.com>
2021-02-14 14:19:26 +03:00
Dmitriy
0d9578efc9
Edit and translate
...
Поправил английскую версию и выполнил перевод.
2021-02-14 14:14:39 +03:00
Habibullah Oladepo
320ce101e1
Minor link fix in delete-old-data.md
...
Minor link fix in delete-old-data.md
2021-02-14 00:26:10 +01:00
Ramazan Polat
9b319af965
Added the RENAME COLUMN statement
2021-02-14 02:09:34 +03:00
lehasm
d4ba07c5c6
Fix missplaced header
2021-02-13 23:26:56 +03:00
lehasm
10d773d671
HTTP compression info updated
...
xz compression method added.
Text rearranged and edited.
Examples improved.
2021-02-13 22:35:53 +03:00
Vladimir
3f7128d8e7
Merge pull request #20085 from gyuton/gyuton-DOCSUP-6295-Update_isIPv4String-andisIPv6String-functions
2021-02-13 17:10:39 +03:00
alexey-milovidov
54554247bf
Merge pull request #19894 from spff/master
...
Fix doc/interfaces/formats/jsonstringseachrow
2021-02-13 03:25:29 +03:00
lehasm
00ac1e691a
studentttest, welchttest, mannwhitneyutest markup fixed (ru)
2021-02-12 23:01:47 +03:00
lehasm
d9b85874c0
welchttest, mannwhitneyutest markup fixed
2021-02-12 22:52:02 +03:00
lehasm
eff5bdf332
Documented decodeXMLComponent function
2021-02-12 22:28:03 +03:00
Alexander Kuzmenkov
ef2b40cf89
Update index.md
2021-02-12 17:37:22 +03:00
Alexander Kuzmenkov
a0c1bfd9bd
Update index.md
2021-02-12 17:36:21 +03:00
Alexander Kuzmenkov
06b21c207f
Update index.md
2021-02-12 17:22:03 +03:00
Vladimir
0bd16745de
Bit more complicated example for isIPv4String - ru
2021-02-12 16:53:44 +03:00
Vladimir
c925e34e73
Bit more complicated example for isIPv4String
2021-02-12 16:52:33 +03:00
George
90ba831301
Fixes
2021-02-12 09:43:31 +03:00
gyuton
5ef59032c3
Update docs/en/sql-reference/functions/ip-address-functions.md
...
Co-authored-by: olgarev <56617294+olgarev@users.noreply.github.com>
2021-02-12 09:21:59 +03:00
gyuton
275a7870bc
Update docs/ru/sql-reference/functions/ip-address-functions.md
...
Co-authored-by: olgarev <56617294+olgarev@users.noreply.github.com>
2021-02-12 09:21:54 +03:00
Olga Revyakina
bb2a11bcfd
Misspelling
2021-02-12 07:43:33 +03:00
George
4c8632bd9a
Minor fixes
2021-02-12 00:22:55 +03:00
lehasm
9a9f88c5bb
test markdown
2021-02-11 23:16:01 +03:00
Dmitriy
b78f54cc70
Merge remote-tracking branch 'remotes/clickhouse/master' into sevirov-DOCSUP-6438-document_opentelemetry_start_trace_probability_setting
2021-02-11 22:38:18 +03:00
Dmitriy
6271709efa
Fix the description of the setting
...
Поправил описание настройки.
2021-02-11 22:23:19 +03:00
sevirov
ce1524c4eb
Update docs/en/operations/settings/settings.md
...
Co-authored-by: Anna <42538400+adevyatova@users.noreply.github.com>
2021-02-11 22:06:30 +03:00
Dmitriy
d3549aca95
Fix the description of the table
...
Поправил описание таблицы.
2021-02-11 21:42:15 +03:00
George
838dab7564
Edit and translated Kafka
2021-02-11 21:07:38 +03:00
George
cd11212bba
Edited and translated settings
2021-02-11 19:57:41 +03:00
George
2a9a6cf404
Edited and translated parametric-functions
2021-02-11 19:46:23 +03:00
George
fc6587319c
Edit and translated encription-functions
2021-02-11 19:29:46 +03:00
George
48b8685d6e
minor fixes
2021-02-11 12:46:14 +03:00
George
8b4d9e421a
Added translation
2021-02-11 12:21:59 +03:00
George
b574d8331b
Updated description
2021-02-11 11:46:31 +03:00
Olga Revyakina
2905df831f
JSON deteted
2021-02-11 10:15:18 +03:00
bharatnc
e9586cc44e
Document ALTER RENAME Column
2021-02-10 19:15:03 -08:00
Roman Bug
37979c8b87
Update type-conversion-functions.md
...
Add Returned values
2021-02-11 02:03:36 +03:00
Roman Bug
60f9f2e913
Update type-conversion-functions.md
...
Add Returned values
2021-02-11 02:03:23 +03:00
Roman Bug
d4bd82c6c9
Update in.md
...
Updates in IN from EN comments.
2021-02-11 01:56:12 +03:00
Roman Bug
d4580f9fb4
Update type-conversion-functions.md
2021-02-11 01:51:19 +03:00
Roman Bug
59752cbf27
Update type-conversion-functions.md
...
Fix changes from EN review.
2021-02-11 01:50:13 +03:00
Dmitriy
537b372c32
Update type-conversion-functions.md
...
Исправил null на NULL.
2021-02-11 00:16:23 +03:00
Alex Karo
6bc0dbe8ff
Fix broken links to "max table size" param in backup documentation
2021-02-10 22:03:27 +03:00
Dmitriy
e87e71ee43
Document two functions
...
Задокументировал две функции.
2021-02-10 21:59:28 +03:00
Kruglov Pavel
df7cc6b195
Merge pull request #20026 from gyuton/gyuton-DOCSUP-5788-Document_the_optimize_on_insert_setting
...
DOCSUP-5788: Documented the optimize_on_insert setting
2021-02-10 19:55:32 +03:00
gyuton
023deaaec6
Update settings.md
2021-02-10 18:55:48 +03:00
gyuton
fe00f72908
Update settings.md
2021-02-10 18:54:47 +03:00
Maksim Kita
ae90552e2b
Merge pull request #20260 from den-crane/patch-10
...
Doc. range_hashed desc is fixed
2021-02-10 18:33:12 +03:00
George
178ada23f8
early draft
2021-02-10 15:55:18 +03:00
Maksim Kita
85396fc82e
Merge pull request #20057 from rf/rf/add-deltasum
...
Add `deltaSum` aggregate function, docs & test
2021-02-10 13:28:48 +03:00
Maksim Kita
14c7f38aad
Update deltasum.md
2021-02-10 13:28:22 +03:00
Hasitha Kanchana
df1889b8e8
Update update.md
...
Highlight the sample version
2021-02-10 10:04:25 +01:00
Hasitha Kanchana
2ce58440d1
Update update.md
...
Add a new line ;)
2021-02-10 10:02:42 +01:00
Hasitha Kanchana
e53787fd1a
Update update.md
...
Fixed content for generic version
2021-02-10 10:01:43 +01:00
Denny Crane
ca855e36a1
Update external-dicts-dict-layout.md
...
range_hashed corrected
2021-02-09 14:49:45 -04:00
Denny Crane
1e56f907a8
Update external-dicts-dict-layout.md
...
range_hashed description corrected
2021-02-09 14:47:11 -04:00
Dmitriy
ed59b355c0
Update the description of the opentelemetry_start_trace_probability setting
...
Обновил документацию настройки.
2021-02-09 20:34:16 +03:00
Vitaliy Zakaznikov
3874effea1
Fixing rendering issues and links.
2021-02-09 10:09:38 -05:00
Roman Bug
44e857b5ea
Update simpleaggregatefunction.md
2021-02-09 17:30:16 +03:00
Roman Bug
55727f511d
Update docs/en/sql-reference/functions/date-time-functions.md
...
Co-authored-by: Anna <42538400+adevyatova@users.noreply.github.com>
2021-02-09 17:27:39 +03:00
Roman Bug
79a1a5741f
Update docs/en/sql-reference/data-types/simpleaggregatefunction.md
...
Co-authored-by: Anna <42538400+adevyatova@users.noreply.github.com>
2021-02-09 17:25:38 +03:00
Roman Bug
94a489ce97
Update docs/ru/sql-reference/functions/date-time-functions.md
...
Co-authored-by: Anna <42538400+adevyatova@users.noreply.github.com>
2021-02-09 17:25:04 +03:00
alexey-milovidov
d543632763
Update adopters.md
2021-02-09 17:14:09 +03:00
Nikita Mikhaylov
39c73cb448
Merge pull request #19954 from gyuton/gyuton-DOCSUP-5978-document_max_partitions_to_read
...
DOCUP-5978: Documented max_partitions_to_read
2021-02-09 15:47:17 +03:00
alexey-milovidov
5b2e052259
Update insert-into.md
2021-02-09 15:14:53 +03:00
alexey-milovidov
709e74d7ff
Update insert-into.md
2021-02-09 15:14:30 +03:00
tavplubix
86530e603c
Merge pull request #20027 from bharatnc/ncb/event_time_micro_part_log
...
add event_time_microseconds field to system.part_log table
2021-02-09 14:46:40 +03:00
romanzhukov
b48866d59d
Merge master to fix merge error.
2021-02-09 14:32:52 +03:00
Roman Bug
df123e91e6
Update docs/en/sql-reference/functions/type-conversion-functions.md
...
Co-authored-by: olgarev <56617294+olgarev@users.noreply.github.com>
2021-02-09 13:59:58 +03:00
Roman Bug
c22412b775
Update docs/en/sql-reference/operators/in.md
...
Co-authored-by: olgarev <56617294+olgarev@users.noreply.github.com>
2021-02-09 13:58:47 +03:00
Roman Bug
b676f63f1d
Update docs/ru/sql-reference/functions/type-conversion-functions.md
...
Co-authored-by: olgarev <56617294+olgarev@users.noreply.github.com>
2021-02-09 13:58:22 +03:00
Roman Bug
be3be85fa2
Update docs/en/sql-reference/functions/type-conversion-functions.md
...
Co-authored-by: olgarev <56617294+olgarev@users.noreply.github.com>
2021-02-09 13:57:41 +03:00
alesapin
570d5efcfb
Merge pull request #20181 from olgarev/revolg-DOCSUP-4920-MongoDB_engine
...
DOCSUP-4920: Documented MongoDB engine
2021-02-09 10:16:42 +03:00
Vitaliy Zakaznikov
3d2788e1b5
Fixes and updates to live view docs.
2021-02-08 19:23:32 -05:00
Vitaliy Zakaznikov
a56ffcee18
Fixing links in WATCH query docs.
2021-02-08 17:53:15 -05:00
Vitaliy Zakaznikov
5769822c53
Fixing rendering.
2021-02-08 17:28:31 -05:00
Vitaliy Zakaznikov
0270b96ffb
Adding example of using WATCH and WATCH ... EVENTS to live view
...
description.
2021-02-08 17:18:37 -05:00
Vitaliy Zakaznikov
d737ffbe0c
Adding event clause reference.
2021-02-08 16:59:39 -05:00
Vitaliy Zakaznikov
52e9b9d739
Minor updates to the live view docs.
2021-02-08 16:56:25 -05:00
gyuton
4d4f20142e
Update docs/ru/operations/settings/merge-tree-settings.md
...
Co-authored-by: Anna <42538400+adevyatova@users.noreply.github.com>
2021-02-09 00:54:00 +03:00
Vitaliy Zakaznikov
cd097e250b
Fix type in live view reference.
2021-02-08 16:29:47 -05:00
Vitaliy Zakaznikov
d7f5ea7840
Adding experimental note to the watch query.
2021-02-08 16:25:07 -05:00
Vitaliy Zakaznikov
2e113a0faf
Update to live view docs.
2021-02-08 16:24:05 -05:00
Vitaliy Zakaznikov
fd396d1d36
Starting to add documentation for live views.
2021-02-08 16:08:32 -05:00
Roman Bug
436954dc26
Update simpleaggregatefunction.md
2021-02-08 23:54:52 +03:00
Roman Bug
e252b13842
Update simpleaggregatefunction.md
...
Remove output of creating table example.
2021-02-08 23:54:28 +03:00
Russ Frank
746dc1ddae
Merge remote-tracking branch 'origin/master' into rf/add-deltasum
2021-02-08 15:35:16 -05:00
Vitaliy Zakaznikov
3c94e4d6f4
Changing index.md
2021-02-08 14:01:33 -05:00
Vitaliy Zakaznikov
9d9055681c
Small changes to LDAP docs.
2021-02-08 12:35:18 -05:00
Vitaliy Zakaznikov
e312ef7228
Updating LDAP docs.
2021-02-08 12:29:45 -05:00
tavplubix
1c053c877c
Merge pull request #20108 from gyuton/gyuton-DOCSUP-6110-Update_argMin_and_argMax
...
DOCSUP-6110: Updated argMin and argMax
2021-02-08 20:04:26 +03:00
bharatnc
072e0802b5
PartLog - Docs
2021-02-08 07:29:28 -08:00
gyuton
79a83c3438
Update argmin.md
2021-02-08 18:25:36 +03:00
gyuton
22f9c82117
Update argmax.md
2021-02-08 18:23:58 +03:00
gyuton
f30e8a164c
Update docs/en/sql-reference/aggregate-functions/reference/argmax.md
...
Co-authored-by: tavplubix <tavplubix@gmail.com>
2021-02-08 18:20:51 +03:00
gyuton
3eb58ba267
Update argmin.md
2021-02-08 18:20:34 +03:00
alesapin
a4cbe59b65
Update mongodb.md
2021-02-08 17:30:59 +03:00
alesapin
f34bec4be4
Update mongodb.md
2021-02-08 17:30:15 +03:00
alesapin
54b8950817
Update mongodb.md
2021-02-08 17:27:59 +03:00
Alexander Kuzmenkov
e18349f87a
Merge pull request #20008 from sevirov/sevirov-DOCSUP-5930-add_query_id_to_part_log
...
DOCSUP-5930: Update the system.part_log system table
2021-02-08 16:58:06 +03:00
Alexander Kuzmenkov
b46e3e77bd
Update part_log.md
2021-02-08 16:57:42 +03:00
Alexander Kuzmenkov
5ea35a9ff6
Update part_log.md
2021-02-08 16:56:52 +03:00
Vitaliy Zakaznikov
bfc703692a
Starting to add LDAP docs.
2021-02-08 08:48:43 -05:00
lehasm
363aefb42e
DOCSUP-3908: mannWitneyUTest, welchTTest and studentTTest documentation ( #19784 )
...
* studentTTest function description
* welchttest description, links in studentttest
* mannWhitneyUTest description
* Text changed slightly
* Text changed slightly
* Text changed slightly
* Text changed slightly
* - First header is first level.
- sample_index type set to UInt64.
- Return values renamed.
- mannWhitneyUTest:
- added continuity_correction parameter
- optional parameters wrapped in braces [ ]
- description refactored
- example SQL placed on single line
* Improved formulations (hopefully)
General data type names used (Integer, Float, Decimal)
Removed names from return values
* Fixes
* Optional parameters stated explicitly
* New line at the end of files
* Russian function description
* Files moved in the right folder
* Translated 'Original article' to russian
* Typos are fixed
* fixed alowed parameter value: "two sided" -> "two-sided"
* duplicate word "require" is removed from exception messages
* mannWhitneyUTest description changed
Added Tuple link in return values
"samples from two populations" added in short descriptions
* Russian translation updated
* fix
Co-authored-by: Alexey Smirnov <alexey-sm@yandex-team.ru>
2021-02-08 15:58:27 +03:00
romanzhukov
78f5f41617
DOCSUP-5822: Minor text fix.
2021-02-08 15:55:53 +03:00
alexey-milovidov
dbdcd39ad3
Merge pull request #20207 from FgoDt/patch-1
...
Update versionedcollapsingmergetree.md
2021-02-08 15:55:31 +03:00
romanzhukov
5647f0eb8c
DOCSUP-5822: IN oper - supports diff types.
2021-02-08 15:51:33 +03:00
romanzhukov
8efee9ed9a
DOCSUP-5822: IN oper - supports diff types.
2021-02-08 15:40:23 +03:00
alexey-milovidov
e192676238
Merge pull request #19603 from JackyWoo/add_quota_type
...
add quota type QUERY_SELECTS and QUERY_INSERTS
2021-02-08 15:31:54 +03:00
FgoDt
cf0a479dbe
Update versionedcollapsingmergetree.md
...
typo '划‘ -> '行’
2021-02-08 20:27:29 +08:00
tavplubix
b31891ce2b
Merge pull request #20105 from nicelulu/zookeeper_table_in_query
...
Supports system.zookeeper path IN query.
2021-02-08 15:01:56 +03:00
alesapin
313d17bf96
Update mongodb.md
2021-02-08 10:10:07 +03:00
alesapin
8aba8e6b1a
Update mongodb.md
2021-02-08 10:09:44 +03:00
Daria Mozhaeva
c381ef696e
Edit
2021-02-07 20:26:04 +03:00
Daria Mozhaeva
bee65d8236
Edit
2021-02-07 20:21:34 +03:00
Olga Revyakina
f910f00285
Description and link (en, ru)
2021-02-07 17:29:54 +03:00
vdimir
38a7248d3a
Minor changes in date_sub doc
2021-02-07 14:01:00 +03:00
zhangxiao871
a0c62db9c3
Update documentation.
2021-02-07 14:06:25 +08:00
JackyWoo
77c0f0a0e7
add quota type QUERY_SELECTS and QUERY_INSERTS
2021-02-07 10:57:18 +08:00
bharatnc
5ddcbe8b90
Docs - minor unrelated fix to date_trunc
2021-02-06 13:05:06 -08:00
bharatnc
4514c06c2f
Docs - date_sub
2021-02-06 12:59:31 -08:00
Dmitriy
f0370b241c
Document the opentelemetry_start_trace_probability setting
...
Задокументировал настройку.
2021-02-06 20:17:25 +03:00
Kruglov Pavel
c92d468b6f
Merge pull request #19792 from gyuton/gyuton-DOCSUP-5909-Document_array_aggregation_functions
...
DOCSUP-5909: Documented array aggregation functions
2021-02-06 16:52:50 +03:00
George
73b7540ebe
Merge branch 'gyuton-DOCSUP-5909-Document_array_aggregation_functions' of https://github.com/gyuton/ClickHouse into gyuton-DOCSUP-5909-Document_array_aggregation_functions
2021-02-06 16:37:53 +03:00
George
a790cd9bc5
Fixes
2021-02-06 16:37:12 +03:00
vdimir
6922aa4db5
Merge pull request #20107 from bharatnc/ncb/docs_date_funcs
2021-02-06 14:48:33 +03:00
George
4222b5ece6
Fixes
2021-02-06 13:23:57 +03:00
gyuton
6c91e744e4
Update docs/ru/operations/settings/settings.md
...
Co-authored-by: olgarev <56617294+olgarev@users.noreply.github.com>
2021-02-06 13:17:36 +03:00
gyuton
951a189830
Update docs/ru/operations/settings/settings.md
...
Co-authored-by: olgarev <56617294+olgarev@users.noreply.github.com>
2021-02-06 13:17:24 +03:00
gyuton
9b75e5d411
Update docs/ru/operations/settings/settings.md
...
Co-authored-by: olgarev <56617294+olgarev@users.noreply.github.com>
2021-02-06 13:17:14 +03:00
George
cddfc91bcc
Fixes
2021-02-06 13:12:17 +03:00
gyuton
34229bf0aa
Update materialize-mysql.md
2021-02-06 13:01:52 +03:00
gyuton
de30b1477c
Update view.md
2021-02-06 13:00:39 +03:00
vdimir
af26ad6df9
Minor changes in missed out date time functions
2021-02-06 12:49:04 +03:00
George
147cc4ae47
fixed typos
2021-02-06 12:48:53 +03:00
George
09743bdd9f
Added translation
2021-02-06 12:43:48 +03:00
George
a23853c141
minor fixes
2021-02-06 12:42:07 +03:00
bharatnc
8dc3a20720
Docs - improve unit description
2021-02-05 17:18:06 -08:00
Evgeniia Sudarikova
44714c3fa8
edited RU brown benchmark
2021-02-05 22:34:26 +03:00
Evgeniia Sudarikova
c285dafb5d
edited brown benchmark
2021-02-05 22:20:07 +03:00
Evgeniia Sudarikova
e051423584
add RU docs
2021-02-05 22:14:52 +03:00
bharatnc
4906fd9c8c
Docs - fixes to doc link
2021-02-05 08:55:30 -08:00
bharatnc
e8d5fbc0a2
Docs - more minor fixes
2021-02-05 08:07:02 -08:00
Bharat Nallan
facdc749cb
Docs - commit suggestion
...
Co-authored-by: vdimir <vdimir@yandex-team.ru>
2021-02-05 07:54:14 -08:00
bharatnc
95e21ba093
Docs - remove duplicate date_diff and minor fixes
2021-02-05 07:53:22 -08:00
Alexander Kuzmenkov
f7dbdc623c
Update style.md
2021-02-05 13:45:38 +03:00
romanzhukov
cc17edbc99
DOCSUP-5822: Add function documentation and fix all file examples.
2021-02-05 13:29:31 +03:00
George
294e68e057
Added translation
2021-02-05 12:46:59 +03:00
zhangxiao871
b75a8a0eb3
documentation.
2021-02-05 17:46:08 +08:00
Ilya Yatsishin
7777d94abf
Merge pull request #20082 from den-crane/patch-9
2021-02-05 12:34:06 +03:00
gyuton
29c01ed9d0
Update docs/en/engines/table-engines/mergetree-family/mergetree.md
...
Co-authored-by: Anna <42538400+adevyatova@users.noreply.github.com>
2021-02-05 11:41:57 +03:00
gyuton
fd74aca6c5
Update docs/en/operations/settings/merge-tree-settings.md
...
Co-authored-by: Anna <42538400+adevyatova@users.noreply.github.com>
2021-02-05 11:41:49 +03:00
George
75c6bc9233
Merge branch 'master' of https://github.com/ClickHouse/ClickHouse into gyuton-DOCSUP-6295-Update_isIPv4String-andisIPv6String-functions
2021-02-05 11:39:30 +03:00
George
932589744c
Merge branch 'master' of https://github.com/ClickHouse/ClickHouse into gyuton-DOCSUP-5788-Document_the_optimize_on_insert_setting
2021-02-05 11:36:25 +03:00
George
38c2add4f7
Added translation
2021-02-05 11:15:11 +03:00
George
5ca0007255
Updated description
2021-02-05 11:14:51 +03:00
bharatnc
8c60e84067
Docs - minor fixes
2021-02-05 00:10:10 -08:00
bharatnc
606c914bb5
Docs - timestamp_add|sub
2021-02-05 00:03:45 -08:00
bharatnc
3becb80c13
Docs - date_add, date_diff
2021-02-04 23:43:03 -08:00
zhangxiao871
581495ae23
Supports system.zookeeper path IN query.
2021-02-05 14:45:28 +08:00
romanzhukov
a3721ef0ac
Revert "DOCSUP-5266: Fix ticket comments."
...
This reverts commit 9a9138d038
.
2021-02-05 01:44:18 +03:00
romanzhukov
9a9138d038
DOCSUP-5266: Fix ticket comments.
2021-02-05 01:37:59 +03:00
romanzhukov
0fbb347307
DOCSUP-5266: Fix ticket comments.
2021-02-05 00:39:14 +03:00
romanzhukov
699b389bc7
Merge branch 'romanzhukov-DOCSUP-5266-PR-translate' of https://github.com/Ka1bi4/ClickHouse into romanzhukov-DOCSUP-5266-PR-translate
2021-02-05 00:06:08 +03:00
romanzhukov
0665cc3981
Merge branch 'master' into romanzhukov-DOCSUP-5266-PR-translate
2021-02-05 00:04:43 +03:00
Roman Bug
d7098e5678
Update docs/ru/sql-reference/functions/date-time-functions.md
...
Co-authored-by: Anna <42538400+adevyatova@users.noreply.github.com>
2021-02-05 00:00:04 +03:00
Roman Bug
c1328a9638
Update docs/ru/sql-reference/functions/date-time-functions.md
...
Co-authored-by: Anna <42538400+adevyatova@users.noreply.github.com>
2021-02-04 23:59:18 +03:00
Roman Bug
1bd80f6c52
Update docs/ru/sql-reference/functions/date-time-functions.md
...
Co-authored-by: Anna <42538400+adevyatova@users.noreply.github.com>
2021-02-04 23:59:00 +03:00
Dmitriy
409ff2f6b3
Document system.opentelemetry_span_log system table
...
Задокументировал системную таблицу system.opentelemetry_span_log.
2021-02-04 22:13:55 +03:00
Alexander Kuzmenkov
cea2fcb18c
Update index.md
2021-02-04 21:17:25 +03:00
Alexander Kuzmenkov
6160502665
Update index.md
2021-02-04 21:16:26 +03:00
Alexander Kuzmenkov
a500bd70a4
Update index.md
2021-02-04 21:14:02 +03:00
Anthony N. Simon
237ee39228
Add Panelbear to adopters
2021-02-04 16:34:32 +01:00
George
c2312bd72e
updated description and added translation
2021-02-04 18:31:00 +03:00
Denny Crane
0dc12ebfe1
max_array_size = 1mil
2021-02-04 11:15:33 -04:00
Denny Crane
d219540a9c
max_array_size = 1mil
2021-02-04 11:13:32 -04:00
alexey-milovidov
29dd4030c6
Merge pull request #20011 from azat/UBsan-fixes-21.2.1
...
UBsan fixes
2021-02-04 10:27:08 +03:00
alexey-milovidov
227698ea1c
Update adopters.md
2021-02-04 09:21:36 +03:00
Russ Frank
a403047581
correct docs
2021-02-04 00:50:35 -05:00
Russ Frank
3913f39211
Add deltaSum
aggregate function, docs & test
2021-02-03 22:49:28 -05:00
Azat Khuzhin
da79469092
Add quantilesTimingWeighted into documentation
2021-02-04 02:01:48 +03:00
bharatnc
dc6a9ab9f9
Docs - fix unit for event_time_microseconds system.trace_log
2021-02-03 09:38:02 -08:00
alexey-milovidov
3b52b04008
Merge pull request #20033 from ClickHouse/aku/changelog
...
update changelog
2021-02-03 14:48:36 +03:00
alexey-milovidov
cd1f11c85a
Update string-search-functions.md
2021-02-03 14:07:14 +03:00
alexey-milovidov
e5fb59851d
Update string-search-functions.md
2021-02-03 14:06:57 +03:00
Alexander Kuzmenkov
5796b6fbf9
update changelog
2021-02-03 13:22:29 +03:00
vdimir
bb9a7e89df
Merge pull request #19772 from gyuton/gyuton-DOCSUP-5931-Document_the_byteSize_function
...
DOCSUP-5931: Documented the byteSize function
2021-02-03 13:12:03 +03:00
Maksim Kita
ba45cf32ab
Merge pull request #19858 from kitaisreal/reinterpret-as-updated-to-big-integers
...
Function reinterpretAs updated to support big integers
2021-02-03 12:12:13 +03:00
George
b1a43b9d85
fixed link
2021-02-03 11:20:32 +03:00
George
004c33847e
Added original article
2021-02-03 11:17:33 +03:00
George
678f53eaef
Fixed a link
2021-02-03 11:15:25 +03:00
George
3d522e5da9
Updated description
2021-02-03 10:56:53 +03:00
PHO
09c49d3842
Add function runningConcurrency()
...
Given a series of beginning time and ending time of events, this function calculates concurrency of the events at each of the data point, that is, the beginning time.
2021-02-03 14:34:44 +09:00
bharatnc
73fe3264af
Fix spacing
2021-02-02 18:26:36 -08:00
bharatnc
c60c0664b7
Docs - add minor note about htt_interserver_credentials
2021-02-02 18:23:32 -08:00
bharatnc
76cd42f485
Docs - HTTPS interserver replication
2021-02-02 18:15:31 -08:00
Dmitriy
698d5ac022
Fix the description of the system.part_log system table
...
Поправил на основании комментарий в PR.
2021-02-02 22:27:06 +03:00
sevirov
d4b3e3018f
Update docs/ru/operations/system-tables/part_log.md
...
Co-authored-by: Anna <42538400+adevyatova@users.noreply.github.com>
2021-02-02 22:20:43 +03:00
sevirov
9cb0b36249
Update docs/ru/operations/system-tables/part_log.md
...
Co-authored-by: Anna <42538400+adevyatova@users.noreply.github.com>
2021-02-02 22:17:52 +03:00
Olga Revyakina
abeeebc661
Symbolic links deleted
2021-02-02 22:01:06 +03:00
Dmitriy
807476cc6a
Add some columns
...
Добавил отсутствующие столбцы, пример, ссылки на типы.
2021-02-02 21:08:10 +03:00
Alexander Kuzmenkov
d2a0e44a3a
Merge pull request #19299 from ClickHouse/aku/window-prototype
...
[wip] support RANGE frame for window functions
2021-02-02 17:59:16 +03:00
Olga Revyakina
f179b8b9ae
Merge branch 'master' of https://github.com/ClickHouse/ClickHouse into revolg-DOCSUP-5823-Add_new_data_type_Map(key,value)
2021-02-02 17:15:14 +03:00
benbiti
ed3de186a4
[Docs]fix mistype in avg
2021-02-02 20:26:36 +08:00
George
10a4cd7b8a
First draft
2021-02-02 15:09:36 +03:00
Anton Popov
fb02d56534
Merge pull request #19519 from olgarev/revolg-DOCSUP-4962-WHERE_and_GROUP_BY_in_TTL_expressions
...
DOCSUP-4962: Documented support of WHERE and GROUP BY in TTL expressions
2021-02-02 14:39:45 +03:00
Ilya Yatsishin
c5be9e3a0e
Merge pull request #19686 from benbiti/master
...
[Docs]Translation: update FINAL with max_final_threads setting to CN
2021-02-02 13:06:45 +03:00
romanzhukov
f3860134ab
DOCSUP-5822: Add function documentation.
2021-02-02 10:00:54 +03:00
romanzhukov
f6de129164
DOCSUP-5822: Add function documentation.
2021-02-02 09:57:41 +03:00
Alexey Milovidov
3bc7a64abe
Fix extremely inconvenient Markdown markup in Adopters page
2021-02-02 08:27:07 +03:00
gyuton
35e7c15394
Update docs/ru/sql-reference/functions/array-functions.md
...
Co-authored-by: olgarev <56617294+olgarev@users.noreply.github.com>
2021-02-02 05:58:25 +03:00
George
1f6a686f4e
Some fixes
2021-02-02 05:54:38 +03:00
George
e6367de2d9
Added documentation
2021-02-02 05:23:02 +03:00
Olga Revyakina
297d106f14
Fixed, translated. Symbolic links added.
2021-02-02 03:24:01 +03:00
Olga Revyakina
fb98aeeae1
Fixes
2021-02-02 02:44:40 +03:00
romanzhukov
79f651f2b4
DOCSUP-5822: Add function documentation.
2021-02-01 23:32:45 +03:00
tavplubix
e8f1ffa9cc
Merge pull request #19882 from sevirov/sevirov-DOCSUP-5973-update_distributed_ddl_queue_system_table
...
DOCSUP-5973: Update the system.distributed_ddl_queue system table
2021-02-01 22:32:08 +03:00
romanzhukov
23914860b0
DOCSUP-5266: Fix ticket comments.
2021-02-01 21:43:38 +03:00
romanzhukov
f58ae0ffa1
DOCSUP-5266: Fix ticket comments.
2021-02-01 21:27:13 +03:00
romanzhukov
a937bf26a1
DOCSUP-5266: Fix ticket comments.
2021-02-01 21:11:47 +03:00
Ilya Yatsishin
ec464cc06e
Merge pull request #19783 from sevirov/sevirov-DOCSUP-5271-edit_translate_russian
...
DOCSUP-5271: Edit and translate to Russian
2021-02-01 15:18:18 +03:00
Mc.Spring
1517decf4a
fix cmake command issue
...
add missing space for cmake command line
2021-02-01 13:43:39 +08:00
spff
1f948fc414
Fix doc/interfaces/formats/jsonstringseachrow
...
In src/Processors/Formats/Impl
All JSONEachRowRowInputFormat.c / JSONEachRowRowOutputFormat.c / JSONEachRowWithProgressRowOutputFormat.c
are using JSONStringsXXX instead of JSONStringXXX
2021-02-01 09:49:55 +08:00
George
4c9a640ed4
Minor fixes
2021-01-31 22:02:42 +03:00
George
ecab446721
updated and added translation
2021-01-31 21:23:57 +03:00
Maksim Kita
a4812aa97b
Updated tests
2021-01-31 18:32:47 +03:00
Dmitriy
cad9f2da6c
Update the system.distributed_ddl_queue system table
...
Поправил английскую версию и выполнил перевод на русский язык.
2021-01-31 14:46:44 +03:00
vdimir
000b51f95a
Merge pull request #19518 from bharatnc/ncb/toIPv6-parses-IPv4
...
toIPv6 function parses IPv4 addresses
2021-01-31 13:56:45 +03:00
alexey-milovidov
d93dad0ec3
Merge pull request #19722 from azat/background_message_broker_schedule_pool_size
...
Add separate pool for message brokers (RabbitMQ and Kafka)
2021-01-31 06:07:45 +03:00
Maksim Kita
155f6c0eb5
Function reinterpretAs updated to support big integers
2021-01-30 22:56:23 +03:00
Roman Bug
ebcee0525d
Update docs/ru/sql-reference/data-types/simpleaggregatefunction.md
...
Co-authored-by: Anna <42538400+adevyatova@users.noreply.github.com>
2021-01-30 18:47:50 +03:00
Roman Bug
004b9dd098
Update docs/ru/sql-reference/data-types/simpleaggregatefunction.md
...
Co-authored-by: Anna <42538400+adevyatova@users.noreply.github.com>
2021-01-30 18:47:41 +03:00
Roman Bug
ac0ec2753c
Update docs/ru/sql-reference/data-types/simpleaggregatefunction.md
...
Co-authored-by: Anna <42538400+adevyatova@users.noreply.github.com>
2021-01-30 18:47:33 +03:00
Roman Bug
7126ca3769
Update docs/ru/sql-reference/data-types/simpleaggregatefunction.md
...
Co-authored-by: Anna <42538400+adevyatova@users.noreply.github.com>
2021-01-30 18:47:25 +03:00
Roman Bug
320e78dea6
Update docs/ru/sql-reference/data-types/simpleaggregatefunction.md
...
Co-authored-by: Anna <42538400+adevyatova@users.noreply.github.com>
2021-01-30 18:47:15 +03:00
Roman Bug
9e0d5c4c98
Update docs/ru/sql-reference/data-types/simpleaggregatefunction.md
...
Co-authored-by: Anna <42538400+adevyatova@users.noreply.github.com>
2021-01-30 18:46:53 +03:00
Roman Bug
7a9863194a
Update docs/ru/operations/utilities/clickhouse-local.md
...
Co-authored-by: Anna <42538400+adevyatova@users.noreply.github.com>
2021-01-30 18:46:36 +03:00
Roman Bug
ddd828e784
Update docs/en/sql-reference/functions/date-time-functions.md
...
Co-authored-by: Anna <42538400+adevyatova@users.noreply.github.com>
2021-01-30 18:46:26 +03:00
sevirov
df28433457
Update docs/ru/sql-reference/statements/select/index.md
...
Co-authored-by: Anna <42538400+adevyatova@users.noreply.github.com>
2021-01-30 16:34:39 +03:00
sevirov
a46c8e0c73
Update docs/ru/sql-reference/statements/select/index.md
...
Co-authored-by: Anna <42538400+adevyatova@users.noreply.github.com>
2021-01-30 16:33:49 +03:00
sevirov
c7fa78be1e
Update docs/ru/sql-reference/statements/select/index.md
...
Co-authored-by: Anna <42538400+adevyatova@users.noreply.github.com>
2021-01-30 16:32:07 +03:00
Alexander Kuzmenkov
bf04edbb5e
Merge pull request #19681 from bharatnc/ncb/fix-doc-wondowFunnel
...
Docs - fixes window param description for windowFunnel function
2021-01-29 23:48:45 +03:00
Dmitriy
649386ff0f
Edit and translate to Russian
...
Поправил английскую версию и перевел на русский язык.
2021-01-29 23:15:42 +03:00
Vasily Nemkov
8763b8bc59
Updated docs on encrypt/decrypt functions
2021-01-29 17:16:10 +02:00
Kruglov Pavel
742b740753
Merge pull request #18490 from damozhaeva/dmozhaeva-DOCSUP-4705-edit-and-translate
...
DOCSUP-4705 edit and translate
2021-01-29 14:46:42 +03:00
Maksim Kita
ccd86154ec
Merge pull request #19764 from emhlbmc/patch-1
...
Update mergetree.md
2021-01-29 14:05:44 +03:00
George
1bd95e474c
Minor fix
2021-01-29 10:19:01 +03:00
George
e89c98044e
fixed links
2021-01-29 09:58:31 +03:00
George
9f71596809
Added translation
2021-01-29 09:48:53 +03:00
George
96d45ca8f8
Minor update
2021-01-29 09:11:43 +03:00
George
95a375b4cc
Minor fixes
2021-01-29 05:41:03 +03:00
George
2b77488036
Minor fixes
2021-01-29 05:08:22 +03:00
George
a12c666b40
Documented array function
2021-01-29 01:54:21 +03:00
Dmitriy
e7d8aa250c
Add links
...
Добавил ссылки на модификаторы.
2021-01-28 23:57:04 +03:00
Evgeniia Sudarikova
2d0f742fda
edited EN docs
2021-01-28 23:16:29 +03:00
Dmitriy
48ca41eb22
Merge remote-tracking branch 'remotes/clickhouse/master' into sevirov-DOCSUP-5271-edit_translate_russian
2021-01-28 22:58:33 +03:00
Dmitriy
c6beaba12a
Edit and translate into Russian
...
Выполнил перевод на русский язык, немного поправив английскую версию.
2021-01-28 22:18:49 +03:00
Alexander Kuzmenkov
b508fab8ca
some docs
2021-01-28 20:39:32 +03:00
alexey-milovidov
7249845f62
Merge pull request #19761 from TisonKun/patch-1
...
correct style zh doc typo
2021-01-28 20:39:16 +03:00
George
e612ad2bab
minor fixes
2021-01-28 17:13:41 +03:00
George
c7ec1b9313
fixed links
2021-01-28 15:14:57 +03:00
George
7d1e4b8594
First draft
2021-01-28 14:38:24 +03:00
Vitaly Baranov
9d5dec82ac
Merge pull request #19486 from olgarev/revolg-DOCSUP-5917-Access_Management_and_SHOW_ACCESS
...
DOCSUP-5917: CREATE QUOTA and ALTER QUOTA syntax updated
2021-01-28 14:26:30 +03:00
Olga Revyakina
0749d20712
Same for ALTER
2021-01-28 13:17:50 +03:00
emhlbmc
09e0fa45d2
Update mergetree.md
2021-01-28 18:13:31 +08:00
Olga Revyakina
f3dd1aadc3
Syntax and links
2021-01-28 13:06:44 +03:00
tison
e1a138cda3
correct style zh doc typo
2021-01-28 16:59:42 +08:00
Vladimir Chebotarev
579f8da573
Added SSE-C support in S3 client.
2021-01-28 09:32:41 +03:00
benbiti
8ffc2bb726
update aggregate-functions translations in Chinese Doc
2021-01-28 10:12:53 +08:00
Azat Khuzhin
acde56ff8a
Add separate pool for message brokers (RabbitMQ and Kafka)
...
background_message_broker_schedule_pool_size was introduced in #13939 ,
but never used actually, use it for RabbitMQ and Kafka.
2021-01-27 21:08:41 +03:00
Vitaly Baranov
4706c17a99
Merge pull request #19512 from olgarev/revolg-DOCSUP-5917-Multiple_names
...
DOCSUP-5917: Multiple names
2021-01-27 14:16:17 +03:00
Vitaly Baranov
6c75197039
Merge pull request #19488 from olgarev/revolg-DOCSUP-5917-SHOW_ACCESS_statement
...
DOCSUP-5917: Docs for SHOW ACCESS statement
2021-01-27 14:14:16 +03:00
Maksim Kita
5baa981ed4
Merge pull request #19682 from bharatnc/ncb/fix-table-function-doc
...
Docs - fixes the docs for table function
2021-01-27 13:00:19 +03:00
romanzhukov
68119d7868
DOCSUP-5266: fix PR and ticket comments
2021-01-27 12:50:49 +03:00
romanzhukov
32c457f184
Merge branch 'romanzhukov-DOCSUP-5266-PR-translate' of https://github.com/Ka1bi4/ClickHouse into romanzhukov-DOCSUP-5266-PR-translate
2021-01-27 12:35:42 +03:00
romanzhukov
1f22ba4bbb
DOCSUP-5266: fix PR and ticket comments
2021-01-27 12:35:08 +03:00
benbiti
d707055ed6
update FINAL with max_final_threads setting to cn
2021-01-27 13:56:20 +08:00
Alexey Milovidov
3562250594
Remove outdated index_granularity from docs
2021-01-27 03:58:48 +03:00
Olga Revyakina
22a0354d2a
Wrong syntax fixed
2021-01-27 01:40:14 +03:00
Olga Revyakina
a767eb5b51
Syntax (headings) unified
2021-01-27 00:25:34 +03:00
Olga Revyakina
924e5c6ad3
Old syntax deleted
2021-01-27 00:20:49 +03:00
Olga Revyakina
3a6a1b6437
One word added
2021-01-27 00:09:10 +03:00
Maksim Kita
81548e051e
Merge pull request #19527 from ucasFL/sign
...
add sign math function
2021-01-26 23:57:31 +03:00
Daria Mozhaeva
f4448ef01e
links
2021-01-26 22:24:06 +03:00
bharatnc
b6657855ee
Docs - fixes the description of window param
2021-01-26 11:06:07 -08:00
bharatnc
b51c74c3e8
Fixes the docs for table function
2021-01-26 10:49:56 -08:00
vdimir
fc8b8d23b2
Merge pull request #18812 from excitoon-favorites/betters3endpoints
...
Added prefix-based S3 endpoint settings
2021-01-26 20:47:57 +03:00
Dmitriy
9f4e51d36b
Merge remote-tracking branch 'remotes/clickhouse/master' into sevirov-DOCSUP-4918-update_description_final
2021-01-26 19:35:41 +03:00
Dmitriy
6a99955610
Update the description of the max_final_threads setting
...
Поправил формулировку назначения настройки max_final_threads.
2021-01-26 19:32:34 +03:00
Ivan
04531f14d9
Fix hyphen
2021-01-26 14:06:08 +03:00
Ivan
1834c5ccae
Update date-time-functions.md
2021-01-26 14:04:39 +03:00
Ivan
097c9362bd
Update date-time-functions.md
2021-01-26 14:00:52 +03:00
tavplubix
27ddf78ba5
Merge pull request #19521 from adevyatova/annadevyatova-DOCSUP-5634-replace
...
DOCSUP-5634: REPLACE TABLE
2021-01-26 11:41:47 +03:00
Vladimir Chebotarev
68a671f009
Fixed documentation.
2021-01-26 11:33:21 +03:00
Maksim Kita
869296f76e
Merge pull request #19601 from kitaisreal/date-time-function-zh-documentation-fix
...
DateTime functions zh documentation fix
2021-01-26 10:11:39 +03:00
Maksim Kita
aa88ac65dd
DateTime functions zh documentation fix
2021-01-26 10:09:22 +03:00
bharatnc
31027dbaf7
update docs
2021-01-25 19:04:08 -08:00
Olga Revyakina
c4b9c700c5
Map type and map function.
...
Data type description template also added.
2021-01-26 02:09:17 +03:00
romanzhukov
0f7f8ace73
DOCSUP-5266: Add changes from PR
2021-01-26 01:39:23 +03:00
Anna
c8b6774a75
correction
2021-01-25 23:48:54 +03:00
Anna
7dedfba800
fix link
2021-01-25 23:32:05 +03:00
Dmitriy
d121eb4787
Update the description of the SELECT queries with FINAL
...
Объяснил преимущество параллельности SELECT запросов с модификатором FINAL..
2021-01-25 23:31:06 +03:00
Anna
2e317b22b7
add symlinks
2021-01-25 23:22:34 +03:00
Anna
6634432253
Correction
2021-01-25 23:17:08 +03:00
Anna
6137e5530f
Update examples
2021-01-25 22:17:46 +03:00
alexey-milovidov
405e9c8f4b
Merge pull request #19525 from olgarev/revolg-DOCSUP-4970-Support_for_MySQL_style_global_variables_syntax
...
DOCSUP-4970: Docs for global MySQL variables support
2021-01-25 22:17:44 +03:00
Anna
cec83bb76a
Update
2021-01-25 21:49:13 +03:00
Anna
2a66eab876
Merge branch 'master' into annadevyatova-DOCSUP-5634-replace
2021-01-25 20:10:42 +03:00
Daria Mozhaeva
39c99edfe5
edit eng ver
2021-01-25 17:13:29 +03:00
Vladimir Chebotarev
7a675c996e
Added documentation for S3 endpoints.
2021-01-25 09:33:53 +03:00
damozhaeva
9d91855099
Merge branch 'master' into dmozhaeva-DOCSUP-4705-edit-and-translate
2021-01-24 22:47:06 +03:00
feng lv
173c4b0c36
add document
2021-01-24 09:15:47 +00:00
Olga Revyakina
ab8b78d19d
Warning added
2021-01-24 11:32:59 +03:00
Olga Revyakina
a541241017
Global MySQL Variables Support
2021-01-24 01:52:50 +03:00
alexey-milovidov
ccb7e6e03f
Merge pull request #19514 from benbiti/master
...
[docs]fix parquet translation in cn
2021-01-24 00:24:59 +03:00
Anna
ae4a2e9c6f
Add REPLACE query desc
2021-01-23 22:46:24 +03:00
Olga Revyakina
135426d3cb
Syntax updated, examples added.
2021-01-23 21:16:59 +03:00
bharatnc
f385f6c2c1
docs - split query and output as separate blocks
2021-01-23 09:37:12 -08:00
bharatnc
ffd7bc7256
docs - clean output
2021-01-23 09:35:37 -08:00
benbiti
ca082164c0
fix parquet translate
2021-01-23 22:31:57 +08:00
Olga Revyakina
7f8a0e337d
Link to SHOW ACCESS from Access Control and Account Management
2021-01-23 16:55:40 +03:00
Olga Revyakina
24c0d1ecdc
Multiple names in SHOW GRANTS
2021-01-23 16:35:26 +03:00
Olga Revyakina
cecd201a3b
Multiple names
...
Multiple names in CREATE, ALTER, SHOW CREATE for USERS, ROLES, ROW POLICIES, SETTINGS PROFILES, and SHOW CREATE QUOTAS
2021-01-23 16:14:01 +03:00
bharatnc
9acd37a2e2
Docs - isIPv4String, isIPv6String functions
...
This PR documents and explains the use of the functions `isIPv4String`
and `isIPv6String.
2021-01-22 22:36:21 -08:00
Olga Revyakina
42e5c3c413
Translated to ru
2021-01-23 09:27:57 +03:00
Olga Revyakina
cc5022f312
Docs for SHOW ACCESS statement (en, ru)
2021-01-23 08:33:05 +03:00
Olga Revyakina
5bb3c89413
CREATE QUOTA and ALTER QUOTA syntax updated.
2021-01-23 07:38:49 +03:00
Kruglov Pavel
da6a7e6d2f
Merge pull request #19212 from sevirov/sevirov-DOCSUP-5273-edit_translate_russian
...
DOCSUP-5273: Edit and translate to Russian
2021-01-23 02:28:16 +03:00
Alexey Milovidov
eeafd73890
Fix typo in docs, tnx Egor Savin
2021-01-23 00:08:59 +03:00
alexey-milovidov
c3d6c68994
Merge pull request #19408 from olgarev/revolg-DOCSUP-5082-Docs_for_cache_types
...
DOCSUP-5082: Docs for cache types (continued)
2021-01-22 23:30:41 +03:00
Dmitriy
23c7f4a0ea
Fix the translation
...
Поправил перевод на русский язык.
2021-01-22 20:41:28 +03:00
Daria Mozhaeva
7014729aad
add punctuation.
2021-01-22 20:11:00 +03:00
Daria Mozhaeva
f13a075797
Fixed notes.
2021-01-22 19:40:58 +03:00
tavplubix
a3e5e4735f
Merge pull request #19292 from olgarev/revolg-DOCSUP-5918-INSERT_query_support_in_table_functions
...
DOCSUP-5918: Documented INSERT query support in table functions
2021-01-22 17:47:49 +03:00
alexey-milovidov
8642ba107a
Merge pull request #19246 from sevirov/sevirov-DOCSUP-5840-edit_translate_russian_materializemysql
...
DOCSUP-5840: Edit and translate to Russian
2021-01-22 17:31:54 +03:00
alexey-milovidov
c057c3bdd2
Merge pull request #19297 from zhangjmruc/master
...
update clickhouse-local docs to latest
2021-01-22 17:31:10 +03:00
vdimir
4879d25748
Merge pull request #19267 from Jokser/disk-s3-docs
...
Add S3 disk documentation [EN]
2021-01-22 17:20:05 +03:00
Kruglov Pavel
b2d5370b36
Merge pull request #17359 from ildus/tuple_arg_for_argMinMax
...
Add tuple argument support for argMin and argMax
2021-01-22 17:11:01 +03:00
Olga Revyakina
51d9f2ab0c
GET\POST specific
2021-01-22 16:06:39 +03:00
olgarev
35608a1f6a
Apply suggestions from code review
...
Co-authored-by: tavplubix <tavplubix@gmail.com>
2021-01-22 15:59:39 +03:00
Alexander Kuzmenkov
8b9105bf39
Merge pull request #18446 from azat/constant-folding
...
Fix constant folding when the result is unknown
2021-01-22 13:26:24 +03:00
Maksim Kita
89e8feb924
Merge pull request #19377 from kitaisreal/mac-os-fixed-build-issues
...
MacOS fixed build issues
2021-01-22 13:11:22 +03:00
Olga Revyakina
f558747ef2
Link to DROP CACHE statements
2021-01-22 09:53:11 +03:00
achimbab
fe5d02a06f
Add kakao to adopters.md
2021-01-22 13:00:47 +09:00
alexey-milovidov
4b857c0879
Merge pull request #19195 from olgarev/revolg-DOCSUP-5082-Docs_for_cache_types
...
DOCSUP-5082: Docs for cache types
2021-01-22 03:22:48 +03:00
Olga Revyakina
e36cffe3d4
Query fixed.
2021-01-22 00:01:52 +03:00
Olga Revyakina
cf5c0dad94
Minor fix
2021-01-21 23:56:29 +03:00
Dmitriy
0cdf184242
Fix materialize-mysql.md and index.md
...
Поправил согласно комментариям разработчика.
2021-01-21 23:14:49 +03:00
Maksim Kita
e06383e0ae
Darwin fixed build issues
2021-01-21 22:32:17 +03:00
Azat Khuzhin
ea7528b853
identity: mark it as non suitable for constant folding
2021-01-21 21:22:23 +03:00
Dmitriy
1b5af93571
Translation into Russian
...
Поправил английскую версию и выполнил перевод на руский язык.
2021-01-21 19:50:19 +03:00
tavplubix
0ef00bc4a6
Merge pull request #19023 from sevirov/sevirov-DOCSUP-4966-add_multiword_data_types
...
DOCSUP-4966: Add some multiword data types
2021-01-21 16:07:25 +03:00
Nikita Mikhaylov
3634e87d16
Merge pull request #19090 from ka1bi4/romanzhukov-DOCSUP-5272-translation
...
DOCSUP-5272: Edit and translate to RU: primary key in create table statement.
2021-01-21 15:35:22 +03:00
Ildus Kurbangaliev
47a0f4e162
Add tuple argument support for argMin and argMax
2021-01-21 16:47:51 +05:00
Nikolai Kochetov
0424db3e67
Merge pull request #18645 from gyuton/gyuton-DOCSUP-5599-Edit_and_translate_to_Russian
...
DOCSUP-5599: Edited and translated to Russian
2021-01-21 11:20:32 +03:00
alexey-milovidov
ea0a49ed7a
Merge pull request #19248 from sevirov/sevirov-DOCSUP-5845-edit_translate_russian_encodexmlcomponent
...
DOCSUP-5845: Edit and translate to Russian
2021-01-21 10:15:05 +03:00
Olga Revyakina
2edf69fe64
Fix
2021-01-21 09:17:12 +03:00
Hasitha Kanchana
9a4ec13a9a
Update update.md
...
Add additional explanation for the ClickHouse version upgrade. It will help full when you have a specific
The title has to be changed.
i.e "ClickHouse Upgrade" not "Clickhose update"
2021-01-20 23:29:45 +01:00
Dmitriy
a8756aed10
Merge remote-tracking branch 'remotes/clickhouse/master' into sevirov-DOCSUP-4966-add_multiword_data_types
2021-01-20 22:07:02 +03:00
Dmitriy
7d61f27abb
Fix ansi.md
...
Разрешаю конфликт с мастером.
2021-01-20 20:51:14 +03:00
romanzhukov
8da4aa5bf0
DOCSUP-5272: fix PR and ticket comments
2021-01-20 20:10:35 +03:00
George
6458d21040
various fixes
2021-01-20 18:38:35 +03:00
Evgenia Sudarikova
166fcd80b5
DOCSUP-5600: Edit and translate to Russian ( #19152 )
2021-01-20 18:27:59 +03:00
Anton Popov
0d6aba6e2e
Merge pull request #19208 from adevyatova/annadevyatova-DOCSUP-4439-clusters
...
DOCSUP-4439: Add SHOW CLUSTER(s) queries docs
2021-01-20 14:31:00 +03:00
jianmei zhang
99d6676857
update clickhouse-local docs to latest
2021-01-20 11:32:39 +08:00
alexey-milovidov
b77e3a485b
Update ansi.md
2021-01-20 03:18:40 +03:00
alexey-milovidov
f8049fca18
Update ansi.md
2021-01-20 03:17:20 +03:00
alexey-milovidov
c68b690f19
Merge pull request #19261 from RegulusZ/patch-2
...
Update ansi.md
2021-01-20 03:05:45 +03:00
Olga Revyakina
2a511b169b
Fixes
2021-01-20 02:02:46 +03:00
Olga Revyakina
701b078866
First draft
2021-01-20 01:39:12 +03:00
alexey-milovidov
de0e106fd7
Update 2020.md
2021-01-20 01:22:00 +03:00
Anna
29dab7cba1
Update show.md
...
Fix syntax
2021-01-19 20:45:56 +03:00
Dmitriy
9393e96e1b
Update materialize-mysql.md
...
Внес правки в перевод.
2021-01-19 20:41:47 +03:00
Dmitriy
5b7af74f84
Fix multiword types.md
...
Внес небольшие поправки.
2021-01-19 20:10:23 +03:00
Zoran Pandovski
9d95b87615
Update integrations.md
...
Add MindsDB to new AutoML section in 3rd party integrations
2021-01-19 17:43:25 +01:00
Zoran Pandovski
c455cd41a2
Update gui.md
...
Move mindsdb to open source GUI
2021-01-19 17:42:11 +01:00
Zoran Pandovski
6ab17d5fd3
Update gui.md
...
Add MindsDB to the GUI tools
2021-01-19 17:40:21 +01:00
Dmitriy
b4addbf2c9
Fix translation
...
Поправил перевод.
2021-01-19 18:24:37 +03:00
Dmitriy
3668885f6f
Fix translation of multiword types
...
Заменил выражение "типы с названием из нескольких слов" на "составные типы".
2021-01-19 17:42:34 +03:00
alexey-milovidov
cf69fbd1fc
Merge pull request #18984 from olgarev/revolg-DOCSUP-4645-optimize_aggregation_in_order_setting
...
DOCSUP-4645: Documented optimize_aggregation_in_order setting
2021-01-19 17:39:25 +03:00
Dmitriy
e313209a10
Support CHARACTER data type
...
Добавил поддержку типа данных CHARACTER.
2021-01-19 13:26:56 +03:00
Dmitriy
a981a0927f
Merge remote-tracking branch 'remotes/clickhouse/master' into sevirov-DOCSUP-4966-add_multiword_data_types
2021-01-19 13:10:31 +03:00
Pavel Kovalenko
6db51965cd
Add S3 disk documentation [EN]
2021-01-19 12:03:48 +03:00
alesapin
c78e107ffe
Merge pull request #19221 from den-crane/doc/merge-tree-settings
...
Doc. en merge-tree-settings
2021-01-19 10:12:29 +03:00
RegulusZ
2a76a8c8d0
Update ansi.md
...
Improve translation
2021-01-19 11:52:18 +08:00
Dmitriy
157e42a5b2
Fix the link
...
Исправил ссылку.
2021-01-18 23:32:57 +03:00
Denny Crane
db7b477270
Update merge-tree-settings.md
2021-01-18 16:14:25 -04:00
Denny Crane
154ac66ece
Update merge-tree-settings.md
2021-01-18 16:07:15 -04:00
George
60584362e7
Fixed typo
2021-01-18 22:57:13 +03:00
George
bb1410b843
Merge branch 'master' of https://github.com/ClickHouse/ClickHouse into gyuton-DOCSUP-5599-Edit_and_translate_to_Russian
2021-01-18 22:56:03 +03:00
alexey-milovidov
7fa7ea2c93
Merge pull request #19243 from ClickHouse/changelog-20.1
...
Add changelog for version 21.1
2021-01-18 20:59:11 +03:00
Kruglov Pavel
937fb25739
Merge pull request #19224 from zhangjmruc/master
...
Support %Q in function formatDateTime in #19163
2021-01-18 20:48:43 +03:00
gyuton
cf3a89cd7b
DOCSUP-4710: Added support numeric parameters in number and string data types ( #18696 )
...
Co-authored-by: Alexander Kazakov <Akazz@users.noreply.github.com>
2021-01-18 19:01:07 +03:00
sevirov
b75dd0badd
DOCSUP-5604: Edit and translate to Russian ( #18929 )
...
Co-authored-by: Alexander Kazakov <Akazz@users.noreply.github.com>
2021-01-18 19:00:46 +03:00
Dmitriy
dcf1c1a071
Update roadmap.md and materialize-mysql.md
...
Правлю ссылки.
2021-01-18 18:36:14 +03:00
Dmitriy
0d33514433
Edit and translate to Russian
...
Внес поправки в английскую версию и выполнил перевод на русский язык.
2021-01-18 18:24:17 +03:00
Dmitriy
e495284a0a
Edit and translate to Russian
...
Внес поправки в английскую версию и выполнил перевод на русский язык
2021-01-18 16:43:00 +03:00
Alexey Milovidov
d8a9c969c6
Add changelog for version 21.1
2021-01-18 16:07:45 +03:00
tavplubix
521179c6db
Merge pull request #18983 from olgarev/revolg-DOCSUP-4960-Settings_in_Select
...
DOCSUP-4960: SETTINGS clause in SELECT
2021-01-18 13:04:43 +03:00
jianmei zhang
e967b6bf49
add a %Q replacement for formatDateTime
2021-01-18 12:16:32 +08:00
Denny Crane
c693b02944
Update merge-tree-settings.md
2021-01-17 23:08:28 -04:00
Denny Crane
7671acf9e9
Update merge-tree-settings.md
2021-01-17 20:30:54 -04:00
Denis Zhuravlev
158a09cfca
en documentation merge-tree-settings
2021-01-17 20:08:17 -04:00
Dmitriy
30ad216b0f
Update formats.md
...
Внес небольшие поправки.
2021-01-18 00:00:54 +03:00
Dmitriy
d9fb9fdd2d
Update formats.md
...
Правлю ссылки.
2021-01-17 23:53:39 +03:00
Dmitriy
c1b8ab1e5a
Edit and translate
...
Поправил английский вариант и перевел на русский язык.
2021-01-17 21:13:27 +03:00
Dmitriy
73549d7285
Update settings.md
...
Поправил ссылку.
2021-01-17 20:37:41 +03:00
Olga Revyakina
17b2ca2374
Fixes
2021-01-17 20:05:46 +03:00
Dmitriy
ed3c0f0dd4
Update settings.md
...
Исправил ссылку.
2021-01-17 17:35:52 +03:00
Dmitriy
936020b381
Update the description of FINAL
...
Задокументировал настройку max_final_threads и обновил описание запросов с FINAL.
2021-01-17 16:25:20 +03:00
Anna
921c39443d
add examples
2021-01-17 16:24:58 +03:00
Anna
104c4a662f
Merge branch 'master' into annadevyatova-DOCSUP-4439-clusters
2021-01-17 15:58:08 +03:00
Dmitriy
f6d1f76b42
Add some multiword types
...
Обновил таблицу ANSI и добавил новые типы данных.
2021-01-17 04:30:02 +03:00
Olga Revyakina
fe5053df95
Added note about memory usage
2021-01-17 00:35:41 +03:00
alexey-milovidov
12b5a69405
Merge pull request #19098 from zhangjmruc/master
...
update chinese docs of insert-into and select-all to latest
2021-01-17 00:02:31 +03:00
Olga Revyakina
322a5e5153
First draft
2021-01-16 23:00:00 +03:00
olgarev
cd865dcf42
Apply suggestions from code review
...
Co-authored-by: Anna <42538400+adevyatova@users.noreply.github.com>
2021-01-16 22:34:13 +03:00
Kruglov Pavel
d722dd835f
Merge pull request #18605 from gyuton/gyuton-DOCSUP-5601-Edit_and_translate_to_Russian
...
DOCSUP-5601: Edited and translated to Russian
2021-01-16 19:33:48 +03:00
Olga Revyakina
489fa1e083
Fixes and translation to Ru
2021-01-16 13:30:15 +03:00
alexey-milovidov
a15092eeb7
Merge pull request #18264 from ucasFL/insert-cluster
...
Support insert into table function cluster
2021-01-16 13:22:49 +03:00
Olga Revyakina
95c8018b46
Fixes and translation to Ru
2021-01-16 12:58:08 +03:00
alexey-milovidov
fa8a3237fa
Merge pull request #19124 from ucasFL/pl
...
Translate commercial section to Chinese and add Tencent Cloud to provider list
2021-01-15 20:51:59 +03:00
feng lv
dbb3c89b50
Merge branch 'master' of github.com:ClickHouse/ClickHouse into insert-cluster
2021-01-15 15:37:56 +00:00
feng lv
ef29f0744a
Translate commercial section to Chinese and add Tencent Cloud to provider list
...
update
2021-01-15 12:52:21 +00:00
alexey-milovidov
7b4db1436b
Merge pull request #19024 from den-crane/patch-5
...
Doc. tuple() is required in part expressions
2021-01-15 14:08:30 +03:00
jianmei zhang
82d3c4c9fe
update chinese docs of insert-into and select-all to latest
2021-01-15 12:00:56 +08:00
Denny Crane
7c8ec40555
Update partition.md
2021-01-14 14:31:26 -04:00
Denny Crane
55986d0383
Update partition.md
2021-01-14 14:24:49 -04:00
Denny Crane
b2aa4d9709
Update partition.md
2021-01-14 14:22:19 -04:00
romanzhukov
812f8ee197
DOCSUP-5272: primary key crosslink in doc
2021-01-14 21:10:32 +03:00
Denny Crane
2c41360270
Update partition.md
2021-01-14 13:57:02 -04:00
Denny Crane
5143378bb4
Update partition.md
2021-01-14 13:54:17 -04:00
romanzhukov
5c97e47393
DOCSUP-5272: Add PR#17213 translation to RU
2021-01-14 20:50:32 +03:00
romanzhukov
c448542b5c
DOCSUP-5272: Fix PR 17121 mispelling in RU
2021-01-14 20:36:10 +03:00
romanzhukov
ce086197b7
DOCSUP-5272: Fix query syntax for DOCSUP-4261
2021-01-14 20:29:10 +03:00
alexey-milovidov
ac1c17ac76
Merge pull request #17993 from olgarev/revolg-DOCSUP-4737-Fix_COLUMNS_sintax
...
DOCSUP-4737: Fixed columns syntax
2021-01-14 15:30:53 +03:00
alexey-milovidov
ff4fe7698e
Update insert-into.md
2021-01-14 15:29:44 +03:00
alexey-milovidov
399650af31
Update insert-into.md
2021-01-14 15:29:31 +03:00
TiunovNN
eedaf3f49c
Update architecture.md
...
Некорретный перевод в разделе "Агрегатные функции"
2021-01-14 13:08:07 +03:00
alexey-milovidov
8c04ec60ce
Merge pull request #19038 from RegulusZ/patch-1
...
Update float.md
2021-01-14 11:54:40 +03:00
alexey-milovidov
bf8d58d2e8
Merge pull request #18723 from ucasFL/select-all
...
add SELECT ALL syntax
2021-01-14 11:53:09 +03:00
alexey-milovidov
445283c726
Update index.md
2021-01-14 11:52:19 +03:00
RegulusZ
f04db6648d
Update float.md
...
Change the 32 line to correct meaning on Chinese
2021-01-14 15:52:18 +08:00
George
d1feb2f761
minor fixes
2021-01-14 02:16:40 +03:00
Denny Crane
86e9160930
Update external-dicts-dict-lifetime.md
2021-01-13 19:11:29 -04:00
Denny Crane
7bfacb79dd
Update external-dicts-dict-lifetime.md
2021-01-13 19:11:12 -04:00
Denny Crane
38ce7c0c9c
Update external-dicts-dict-lifetime.md
2021-01-13 19:08:51 -04:00
Denny Crane
a4e02065f3
Update external-dicts-dict-lifetime.md
2021-01-13 19:06:28 -04:00
Denny Crane
1244fed8bb
Update external-dicts-dict-lifetime.md
2021-01-13 19:01:17 -04:00
Denny Crane
2b40ac29e0
Update partition.md
2021-01-13 18:56:24 -04:00
Denny Crane
ae017c10d3
Update partition.md
...
tuple req. in part expressions
2021-01-13 18:55:24 -04:00
Denny Crane
fd67eb1251
Update partition.md
...
tuple req. in part expressions
2021-01-13 18:53:28 -04:00
George
e363a240ee
Undo changes
2021-01-14 00:13:36 +03:00
gyuton
d8a38c7e57
Update docs/en/sql-reference/functions/string-search-functions.md
...
Co-authored-by: Anna <42538400+adevyatova@users.noreply.github.com>
2021-01-13 23:56:40 +03:00
gyuton
7df99ff4ff
Update docs/en/sql-reference/functions/string-search-functions.md
...
Co-authored-by: Anna <42538400+adevyatova@users.noreply.github.com>
2021-01-13 23:56:24 +03:00
Dmitriy
eda9ca8203
Creating multiword-types.md
...
Создал страницу multiword-types.md и обновил таблицу соответствия типов данных.
2021-01-13 22:52:09 +03:00
Olga Revyakina
360721763c
Docs in En
2021-01-13 02:25:21 +03:00
Olga Revyakina
d3b7fa1a77
Docs in En
2021-01-13 02:05:09 +03:00
alesapin
163be41718
Merge pull request #17059 from AnaUvarova/ana-uvarova-DOCSUP-3122-update-alter
...
DOCSUP-3122: Document two expressions ALTER
2021-01-12 14:04:46 +03:00
alesapin
fb966f3dbf
Update column.md
2021-01-12 12:20:57 +03:00
alesapin
cb2c4d3a8d
Update column.md
2021-01-12 12:20:00 +03:00
alesapin
a3b63b86fa
Update column.md
2021-01-12 12:18:00 +03:00
alesapin
cbad45bd4f
Update ttl.md
2021-01-12 12:06:39 +03:00
alesapin
089213634b
Update ttl.md
2021-01-12 12:00:31 +03:00
Denny Crane
2073831aa8
Update distinct.md
...
removed an outdated note
2021-01-11 19:55:58 -04:00
Denny Crane
7291fc030d
Update distinct.md
...
removed an outdated note
2021-01-11 19:55:10 -04:00
alexey-milovidov
67e7e6b235
Merge pull request #18914 from danlark1/master
...
Update libcxx and use unstable ABI to provide better performance
2021-01-12 01:21:32 +03:00
Olga Revyakina
2244bc8351
Links removed in Russian
2021-01-11 22:09:36 +03:00
Mariano Benítez Mulet
f62e73599a
Fixed error in DDL query doc for MongoDB dict
...
According to the documentation, DDL query for MongoDB dictionaries require
```sql
SOURCE(MONGO(
host 'localhost'
port 27017
user ''
password ''
db 'test'
collection 'dictionary_source'
))
```
However, the source type `MONGO` is not recognized.
It is, however, the source type `MONGODB`.
My change fixes this mistake in documentation.
2021-01-11 15:02:30 +01:00
tavplubix
213c653ef8
Merge pull request #17656 from bharatnc/ncb/ddl-worker-queue-table
...
add system.distributed_ddl_queue table
2021-01-11 14:59:26 +03:00
Danila Kutenin
e5ec4e21b6
Fix Darwin build
2021-01-11 09:04:34 +00:00
Mark Frost
5538aaf374
Fixed type in metrics.md
2021-01-11 13:11:52 +05:00
Roman Bug
46b50d02dd
DOCSUP-4261: Document the aggregate_functions_null_for_empty setting ( #18333 )
...
Co-authored-by: Anna <42538400+adevyatova@users.noreply.github.com>
Co-authored-by: Alexander Kazakov <Akazz@users.noreply.github.com>
2021-01-11 10:21:48 +03:00
sevirov
33cf7351b0
DOCSUP-5169: Document the min_compress_block_size and max_compress_block_size settings ( #18248 )
...
Co-authored-by: Alexander Kazakov <Akazz@users.noreply.github.com>
2021-01-10 23:21:32 +03:00
feng lv
94e1bc05d2
Merge branch 'master' of github.com:ClickHouse/ClickHouse into select-all
2021-01-09 16:07:52 +00:00
Azat Khuzhin
471deab63a
Rename fsync_tmp_directory to fsync_directories for Distributed engine
2021-01-09 17:51:30 +03:00
feng lv
378b10863e
fix conflict
2021-01-09 09:07:20 +00:00
Mikhail Filimonov
4cabfa356e
Update documentation for Distributed fsync settings.
2021-01-09 11:31:32 +03:00
Azat Khuzhin
b5ace27014
Add fsync support for Distributed engine.
...
Two new settings (by analogy with MergeTree family) has been added:
- `fsync_after_insert` - Do fsync for every inserted. Will decreases
performance of inserts.
- `fsync_tmp_directory` - Do fsync for temporary directory (that is used
for async INSERT only) after all part operations (writes, renames,
etc.).
Refs: #17380 (p1)
2021-01-09 11:31:32 +03:00
feng lv
8ab2832324
Merge branch 'master' of github.com:ClickHouse/ClickHouse into select-all
2021-01-09 02:36:25 +00:00
Azat Khuzhin
a8f13594ed
Update documentation for system.table_engines
2021-01-08 14:57:24 +03:00
alexey-milovidov
6e34a0b71e
Merge pull request #17855 from spongedu/complete_sysemlog_table_doc
...
1. Refine documents for system log table; 2. fix a link error in config.xml
2021-01-08 09:49:01 +03:00
alexey-milovidov
4a2bf8b699
Update index.md
2021-01-08 09:06:35 +03:00
alexey-milovidov
d0352d1cd6
Update index.md
2021-01-08 08:17:02 +03:00
alexey-milovidov
b4c6052dd9
Update index.md
2021-01-08 08:16:06 +03:00
alexey-milovidov
6046be1912
Merge pull request #18816 from long2ice/master
...
Update client-libraries.md add asyncio client asynch
2021-01-08 07:56:10 +03:00
alexey-milovidov
07f3a783be
Merge pull request #18833 from ClickHouse/filimonov-patch-1
...
arrayMin/Max/Sum - fix bad description, add examples
2021-01-08 07:49:35 +03:00
alexey-milovidov
c9d37b194e
Update index.md
2021-01-08 07:33:01 +03:00
alexey-milovidov
723d52e08d
Update index.md
2021-01-08 07:32:19 +03:00
alexey-milovidov
9e6cb03015
Update index.md
2021-01-08 07:31:29 +03:00
Alexey Milovidov
6dcc779978
Merge branch 'master' into spongedu-complete_sysemlog_table_doc
2021-01-07 22:27:37 +03:00
bharatnc
1e579ac375
Fixes to code, build and style checks
2021-01-07 11:10:49 -08:00
bharatnc
8dacfde3d3
Docs - update to reflect code changes
2021-01-07 11:10:41 -08:00
bharatnc
5365d556e3
Docs - distributed_ddl_queue
2021-01-07 11:10:41 -08:00
alexey-milovidov
9b4160bbd0
Update tests.md
2021-01-07 16:31:50 +03:00
alexey-milovidov
c69931d352
Update tests.md
2021-01-07 16:22:28 +03:00
alexey-milovidov
263c0a9408
Update tests.md
2021-01-07 16:17:00 +03:00
alexey-milovidov
8d3e50ae1d
Update tests.md
2021-01-07 16:15:44 +03:00
alexey-milovidov
bb4adf0293
Update tests.md
2021-01-07 16:15:00 +03:00
alexey-milovidov
80bdc76a23
Update tests.md
2021-01-07 16:13:48 +03:00
alexey-milovidov
99fa3cbd34
Update tests.md
2021-01-07 16:06:03 +03:00
alexey-milovidov
d0c72f83cc
Update tests.md
2021-01-07 16:04:41 +03:00
alexey-milovidov
9de3a2f892
Update tests.md
2021-01-07 16:01:54 +03:00
alexey-milovidov
025ade6ef5
Update tests.md
2021-01-07 16:00:54 +03:00
alexey-milovidov
c4c10fddb2
Update tests.md
2021-01-07 15:59:59 +03:00
alexey-milovidov
10478811f9
Update tests.md
2021-01-07 15:59:05 +03:00
filimonov
fe96e81e7e
Fix errors add examples
2021-01-07 13:57:39 +01:00
alexey-milovidov
c6c2536a2a
Update tests.md
2021-01-07 15:37:18 +03:00
alexey-milovidov
c920a57097
Update tests.md
2021-01-07 15:35:20 +03:00
feng lv
1a47cf8611
Merge branch 'master' of github.com:ClickHouse/ClickHouse into select-all
2021-01-07 10:26:28 +00:00
long2ice
f4a6765765
Merge pull request #1 from long2ice/patch-4
...
Update client-libraries.md
2021-01-07 14:39:10 +08:00
long2ice
29e561977b
Merge pull request #2 from long2ice/patch-3
...
Update client-libraries.md
2021-01-07 14:38:56 +08:00
long2ice
b361805182
Merge pull request #3 from long2ice/patch-2
...
Update client-libraries.md
2021-01-07 14:38:44 +08:00
long2ice
59ec7d6338
Merge pull request #4 from long2ice/patch-1
...
Update client-libraries.md
2021-01-07 14:38:33 +08:00
long2ice
6e3145f555
Merge pull request #5 from long2ice/patch-5
...
Update client-libraries.md
2021-01-07 14:38:22 +08:00
long2ice
2de812af0f
Update client-libraries.md
2021-01-07 14:32:59 +08:00
long2ice
a347bb0600
Update client-libraries.md
2021-01-07 14:32:42 +08:00
long2ice
b5bc5d6798
Update client-libraries.md
2021-01-07 14:32:24 +08:00
long2ice
c82602abff
Update client-libraries.md
2021-01-07 14:31:56 +08:00
long2ice
f96208ac7c
Update client-libraries.md
2021-01-07 14:31:35 +08:00
long2ice
fe36a5582d
Update client-libraries.md
2021-01-07 14:30:59 +08:00
alexey-milovidov
68ccdc8ca2
Merge pull request #18809 from booknouse/master
...
Update style.md
2021-01-07 06:13:52 +03:00
alexey-milovidov
f35edecebb
Update ontime.md
2021-01-06 23:27:00 +03:00
alexey-milovidov
af0a359cea
Update metrica.md
2021-01-06 22:53:23 +03:00
alexey-milovidov
058cdcc62c
Update brown-benchmark.md
2021-01-06 22:50:08 +03:00
alexey-milovidov
8e0cbea738
Update brown-benchmark.md
2021-01-06 22:49:48 +03:00
Bertrand Junqua
85003c8b5c
Fix typo in array functions' documentation
2021-01-06 16:36:51 +01:00
booknouse
3f5b94fe3b
Update style.md
...
Update translation by machine, and improve document more human-readable.
2021-01-06 15:12:28 +08:00
feng lv
421feb8cf9
Merge branch 'master' of github.com:ClickHouse/ClickHouse into select-all
2021-01-05 07:47:11 +00:00
alexey-milovidov
683b16a525
Merge pull request #18739 from ClickHouse/brown-benchmark
...
Add description for Brown Benchmark
2021-01-04 21:08:14 +03:00
alexey-milovidov
e476dcdba7
Update replication.md
2021-01-04 20:58:26 +03:00
Alexey Milovidov
04d8544151
Add description for Brown Benchmark
2021-01-04 20:30:58 +03:00
feng lv
dd884349ac
update document
2021-01-04 14:34:22 +00:00
feng lv
459abca5b5
Merge branch 'master' of github.com:ClickHouse/ClickHouse into insert-cluster
2021-01-03 08:47:14 +00:00
Alexey Milovidov
25b100761f
Merge branch 'master' into function_byte_size
2021-01-03 04:36:48 +03:00
Alexey Milovidov
56bbdccccc
More robust docs release
2021-01-01 18:49:09 +03:00
Alexey Milovidov
3566d00c02
Merge branch 'master' into ucasFL-insert-cluster
2020-12-31 17:35:34 +03:00
alexey-milovidov
60a902b072
Merge pull request #18642 from ClickHouse/filimonov-build-instuctions-clang-11
...
Update build instructions for clang-11
2020-12-31 15:17:52 +03:00
alexey-milovidov
970356f13c
Update build.md
2020-12-31 15:17:27 +03:00
AnaUvarova
6b5a313dd7
Delete columnar-database.md
2020-12-31 13:55:35 +03:00
tavplubix
e525da87ce
Merge pull request #18584 from olgarev/revolg-DOCSUP-4434-MySQL_table_function_supports_INSERTS
...
DOCSUP-4434: Docs for the INSERT support in mysql function
2020-12-31 12:42:58 +03:00
tavplubix
17bfaa3e6c
Update mysql.md
2020-12-31 12:06:55 +03:00
alexey-milovidov
138b029934
Merge pull request #18102 from AnaUvarova/ana-uvarova-DOCSUP-4712-metric-log-transfer
...
DOCSUP-4712 Transferred metric_log setting to another page
2020-12-31 03:29:21 +03:00
Olga Revyakina
52686198e3
Note added, syntax error fixed
2020-12-31 00:49:52 +03:00
Alexey Milovidov
dc320ec68f
Remove fa and tr docs
2020-12-30 23:35:16 +03:00
George
0dcf69ea04
Minor improvements
2020-12-30 20:36:06 +03:00
filimonov
96a1d6d3ca
Update build.md
2020-12-30 17:38:20 +01:00
filimonov
c8978d4ef9
Update build.md
2020-12-30 17:34:21 +01:00
George
3ad314af4d
fixed a mistake
2020-12-30 19:15:01 +03:00
George
43de7688ef
Resolving symlink issue
2020-12-30 18:28:34 +03:00
George
9da4e25092
Resolving symling issue
2020-12-30 18:27:35 +03:00
filimonov
f6bdb67909
Update build.md
2020-12-30 16:12:12 +01:00
filimonov
76c08d97ea
Update build.md
...
Bit better. #18562 . llvm auto installation also install lld.
2020-12-30 16:10:46 +01:00
George
ab7e3e87cf
Fixed typos
2020-12-30 18:09:24 +03:00
gyuton
f76c4a7660
Merge branch 'master' into gyuton-DOCSUP-5601-Edit_and_translate_to_Russian
2020-12-30 17:58:32 +03:00
George
c7b9cf7348
Minor fixes
2020-12-30 17:12:10 +03:00
alexey-milovidov
af39c2f1d7
Merge branch 'master' into dmozhaeva-DOCSUP-4706-edit-and-translate
2020-12-30 17:11:54 +03:00
alexey-milovidov
f80d3c293a
Update hash-functions.md
2020-12-30 17:09:43 +03:00
alexey-milovidov
ca4a795be3
Update date.md
2020-12-30 17:07:45 +03:00
alexey-milovidov
41639652f6
Update settings.md
2020-12-30 17:07:01 +03:00
alexey-milovidov
61ee873328
Update docs/en/operations/settings/settings.md
...
Co-authored-by: Azat Khuzhin <a3at.mail@gmail.com>
2020-12-30 17:04:34 +03:00
alexey-milovidov
b7be1a81f5
Merge pull request #18153 from sevirov/sevirov-DOCSUP-4617-document_union_default_mode_setting
...
DOCSUP-4617: Document the union_default_mode setting
2020-12-30 17:01:29 +03:00
alexey-milovidov
b3660d7783
Update union.md
2020-12-30 17:00:54 +03:00
alexey-milovidov
0793617553
Update settings.md
2020-12-30 16:59:25 +03:00
alexey-milovidov
278dda04a6
Update union.md
2020-12-30 16:59:04 +03:00
alexey-milovidov
83003162c8
Update settings.md
2020-12-30 16:56:34 +03:00
George
b9694e42cf
Added Russian translation
2020-12-30 16:34:10 +03:00
George
5875b934f8
Edited original article
2020-12-30 16:33:47 +03:00
Olga Revyakina
ecfa92bceb
Still trying
2020-12-30 09:53:32 +03:00
Olga Revyakina
c256c84c65
Trying to fix syntax bug
2020-12-30 09:44:59 +03:00
ana-uvarova
8d63689b17
content fix
2020-12-30 02:53:44 +03:00
ana-uvarova
8b03bef74e
order fixes
2020-12-30 02:36:04 +03:00
ana-uvarova
0c2b4189ac
output format fix and en-ru similarity fix
2020-12-30 02:24:41 +03:00
Olga Revyakina
eed9e8732c
Another one
2020-12-30 01:40:32 +03:00
Olga Revyakina
dad2b0c35a
Small syntax fix
2020-12-30 01:38:30 +03:00
Olga Revyakina
74904a8e0f
Fix
2020-12-30 01:25:09 +03:00
Dmitriy
c84d02c658
Update union.md
...
Изменил возможность записывать подзапросы с union в круглых скобках.
2020-12-29 23:54:11 +03:00