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
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
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
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
zvonand
29d191322a
Merge branch 'master' of github.com:ClickHouse/ClickHouse into docs_kerberos_support
2021-03-01 20:11:28 +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
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
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
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
0c5e48df9c
Merge pull request #20556 from gyuton/gyuton-DOCSUP-6234-Add_aliases_to_functions
2021-02-26 15:01:15 +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
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
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
bb2ee9609f
Compression mentioned in File engine
2021-02-23 16:43:40 +03:00
lehasm
9e052ae178
Examples moved to section end
2021-02-23 15:23:26 +03:00
Maksim Kita
468dd76595
Merge pull request #20625 from Taschenbergerm/patch-1
...
Update argmax.md
2021-02-23 13:46:11 +03:00
Maksim Kita
609c35a49c
Added special case in documentation example
2021-02-23 12:36:26 +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
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
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
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
Dmitriy
03640221a8
Add the zero date
...
Добавил нулевую дату.
2021-02-18 21:33:30 +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
kssenii
29362bb483
Support vhost
2021-02-16 22:05:14 +00:00
George
e15a080104
First draft
2021-02-17 00:36:18 +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
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
Dmitriy
c9a6b21fc8
Fix the English version
...
Поправил английскую версию согласно комментариям в PR.
2021-02-15 23:47:12 +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
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
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
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
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
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
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
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
60f9f2e913
Update type-conversion-functions.md
...
Add Returned values
2021-02-11 02:03:23 +03:00
Roman Bug
d4580f9fb4
Update type-conversion-functions.md
2021-02-11 01:51:19 +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
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
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
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
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
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
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
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
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
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
f34bec4be4
Update mongodb.md
2021-02-08 17:30:15 +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
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
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
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
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
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
George
cddfc91bcc
Fixes
2021-02-06 13:12:17 +03:00
vdimir
af26ad6df9
Minor changes in missed out date time functions
2021-02-06 12:49:04 +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
c285dafb5d
edited brown benchmark
2021-02-05 22:20:07 +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
romanzhukov
cc17edbc99
DOCSUP-5822: Add function documentation and fix all file examples.
2021-02-05 13:29:31 +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
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