alexey-milovidov
8956480f08
Update adopters.md
2021-10-28 11:23:35 +03:00
Kseniia Sumarokova
fba0e11cff
Merge pull request #29471 from lingtaolf/feature/fucntion-mapContainsKeyLike
...
New function `mapContainsKeyLike`
2021-10-28 09:21:51 +03:00
Alexey
6e0cbe341f
minor update
2021-10-28 05:51:08 +00:00
Alexey
a09746b4e2
updated related data types
2021-10-28 04:47:16 +00:00
Alexey
8210af91e3
bitShiftLeft draft
2021-10-28 04:25:53 +00:00
Dmitriy
b4b48e09a5
Document the database comment
...
Задокументировал секцию comment.
2021-10-27 22:29:29 +03:00
avogar
b4aae86fff
Add comments, update docs
2021-10-27 22:16:48 +03:00
Anton Popov
2bb586bed3
Merge pull request #30541 from gyuton/gyuton-DOCSUP-14941-Document-asynchronous-insert-mode
...
DOCSUP-14941-Document-asynchronous-inserts
2021-10-27 20:25:17 +03:00
avogar
d1ef96a5ef
Add test, avoid unnecessary allocations, use PeekableReadBuffer only in corner case
2021-10-27 17:29:15 +03:00
tavplubix
d7c69f6c02
Merge pull request #29202 from aiven/kmichel-replicated-database-alter-attach
...
Allow non-replicated ALTER TABLE FETCH/ATTACH in Replicated databases
2021-10-27 16:42:54 +03:00
gyuton
527474da64
Fix wording
2021-10-27 16:21:50 +03:00
gyuton
456d548b6b
Apply suggestions from code review
...
Co-authored-by: Anton Popov <pad11rus@gmail.com>
2021-10-27 16:17:56 +03:00
qianmoQ
538d89a7eb
pr continuous integration
2021-10-27 20:27:28 +08:00
Mátyás Jani
290bd317fb
Update documentation for TSVWithNames parsing
...
The documentation of the format TabSeparatedWithNames stated during parsing
the first row (header) is ignored. It is not true anymore, the header is parsed, and
the column position is determined from the header.
2021-10-27 09:49:54 +02:00
Kseniia Sumarokova
57626438b0
Merge pull request #30469 from kirillikoff/kirillikoff-DOCSUP-13264
...
DOCSUP-13264: Document the SQL-statements INTERSECT, EXCEPT and ANY, ALL operators
2021-10-27 09:48:12 +03:00
凌涛
fb6716f4ac
add doc
2021-10-27 11:56:55 +08:00
Dmitriy
46e41a10e8
Fix typo
...
Поправил опечатку.
2021-10-26 22:16:24 +03:00
Andrei Ch
84f328c9dd
hsts-max-age
2021-10-26 22:05:34 +03:00
Dmitriy
8d0f4e0d70
Translate to Russian
...
Выполнил перевод на русский язык.
2021-10-26 21:20:24 +03:00
andrc1901
e45c2241a9
Update docs/en/sql-reference/functions/splitting-merging-functions.md
...
Co-authored-by: gyuton <40863448+gyuton@users.noreply.github.com>
2021-10-26 20:47:10 +03:00
andrc1901
9138d8965d
Update docs/en/sql-reference/functions/splitting-merging-functions.md
...
Co-authored-by: gyuton <40863448+gyuton@users.noreply.github.com>
2021-10-26 20:46:44 +03:00
Tatiana Kirillova
bc0a9c6984
Update index.md
2021-10-26 20:09:13 +03:00
gyuton
901e5170a1
small fixes
2021-10-26 16:42:19 +03:00
gyuton
3b5c4b7fd2
Apply suggestions from code review
...
Co-authored-by: olgarev <56617294+olgarev@users.noreply.github.com>
2021-10-26 16:33:58 +03:00
alexey-milovidov
950d3acf3a
Update configuration-files.md
2021-10-26 12:26:44 +03:00
Azat Khuzhin
e0cd7a8304
docs: switch <yandex> to <clickhouse>
2021-10-26 08:52:29 +03:00
gyuton
a714219137
Merge branch 'master' into gyuton-DOCSUP-14091-Document-the-tupleToNameValuePairs
2021-10-26 01:15:13 +03:00
Dmitriy
0969874a74
Document columns in views
...
Задокументировал столбцы в представлениях information_schema.
2021-10-26 00:19:43 +03:00
gyuton
81bd4a0679
Small fix
2021-10-26 00:15:46 +03:00
gyuton
a9ef0359d9
documented the function
2021-10-26 00:01:31 +03:00
gyuton
c08f6cae05
translated to Russian
2021-10-25 22:39:47 +03:00
gyuton
0b7a8c9887
minor fix
2021-10-25 22:35:14 +03:00
Andrei Ch
1bc542980c
adding ngrams
2021-10-25 19:15:28 +03:00
Andrei Ch
65be1e9668
moving tokens from file to file
2021-10-25 19:14:49 +03:00
Andrei Ch
bedf82873f
Merge branch 'master' into andrc1901-DOCSUP-16606-translate_to_russian
2021-10-25 18:21:12 +03:00
Anton Popov
b87c819c10
Merge pull request #30566 from nickitat/nickitat_nullable_4_arrayStringConcat
...
Support Nullable(String) type in arrayStringConcat
2021-10-25 16:04:20 +03:00
Vladimir C
5130f65cdf
Merge pull request #30418 from gyuton/gyuton-DOCSUP-16593-document-tuple-functions-and-operators
2021-10-25 16:00:04 +03:00
gyuton
0642aeca3a
Revert "Merge branch 'gyuton-DOCSUP-16593-document-tuple-functions-and-operators' of https://github.com/gyuton/ClickHouse into gyuton-DOCSUP-14941-Document-asynchronous-insert-mode"
...
This reverts commit ccad91b5ef
, reversing
changes made to 4ecd2ed6e2
.
2021-10-25 15:55:04 +03:00
gyuton
18b1e6872a
Merge branch 'gyuton-DOCSUP-14941-Document-asynchronous-insert-mode' of https://github.com/gyuton/ClickHouse into gyuton-DOCSUP-14941-Document-asynchronous-insert-mode
2021-10-25 15:52:42 +03:00
gyuton
ccad91b5ef
Merge branch 'gyuton-DOCSUP-16593-document-tuple-functions-and-operators' of https://github.com/gyuton/ClickHouse into gyuton-DOCSUP-14941-Document-asynchronous-insert-mode
2021-10-25 15:02:46 +03:00
gyuton
8ec5d68ce3
Apply suggestions from code review
...
Co-authored-by: olgarev <56617294+olgarev@users.noreply.github.com>
2021-10-25 15:02:24 +03:00
gyuton
af86aea90d
DOCSUP-10111: Documented the entropy aggregate function ( #30237 )
...
* initial commit
* Update draft
* small fix
2021-10-25 14:47:18 +03:00
gyuton
63b814671d
draft
2021-10-25 14:18:51 +03:00
vdimir
21c8b561ec
Minor changes in tuple math docs
2021-10-25 14:13:12 +03:00
Roman Bug
a211e48c3c
Update docs/en/sql-reference/functions/string-functions.md
...
Co-authored-by: gyuton <40863448+gyuton@users.noreply.github.com>
2021-10-25 13:44:50 +03:00
Roman Bug
2c20fbe571
Add ru translation for UTF normalized forms.
2021-10-25 12:46:50 +03:00
Roman Bug
e1891d987b
Remove see also.
2021-10-25 12:11:58 +03:00
alexey-milovidov
568a473612
Update ssl-zookeeper.md
2021-10-25 10:11:48 +03:00
alexey-milovidov
cc88c75eee
Update gui.md
2021-10-25 07:43:59 +03:00
tianzhou
bf7413f1d5
Update gui.md to add Bytebase
...
Bytebase (bytebase.com) is a web-based, open source schema change and version control tool for teams. It supports various databases including ClickHouse.
2021-10-25 11:55:59 +08:00
Roman Bug
96e3d776e2
Merge branch 'master' into romanzhukov-DOCSUP-14101-Edit-and-translate-to-Russian-mapPopulateSeries
2021-10-24 23:11:52 +03:00
Alexey
a32c51fa2c
file intro updated
...
some text rewritten
2021-10-24 20:09:06 +00:00
Andrei Ch
1070ad10f3
Update splitting-merging-functions.md
2021-10-24 20:54:29 +03:00
Andrei Ch
3d4b4af307
Merge branch 'master' into andrc1901-DOCSUP-16606-translate_to_russian
2021-10-24 20:54:09 +03:00
Kseniia Sumarokova
cd63b24061
Merge pull request #30450 from morozovsk/patch-10
...
Documentation: JSON_EXISTS/JSON_QUERY/JSON_VALUE
2021-10-24 20:16:29 +03:00
romanzhukov
47bd7b9420
List fix.
2021-10-24 19:57:08 +03:00
romanzhukov
43bbc72e17
Update with PR #30577
2021-10-24 19:38:22 +03:00
sevirov
36445045ea
Update docs/en/operations/system-tables/session_log.md
...
Co-authored-by: olgarev <56617294+olgarev@users.noreply.github.com>
2021-10-24 14:51:38 +03:00
sevirov
6ec9a2dcc3
Update docs/en/operations/system-tables/session_log.md
...
Co-authored-by: olgarev <56617294+olgarev@users.noreply.github.com>
2021-10-24 14:51:30 +03:00
sevirov
baeb258af2
Update docs/en/operations/system-tables/session_log.md
...
Co-authored-by: olgarev <56617294+olgarev@users.noreply.github.com>
2021-10-24 14:51:19 +03:00
sevirov
1fc8b5f117
Update docs/en/operations/system-tables/session_log.md
...
Co-authored-by: olgarev <56617294+olgarev@users.noreply.github.com>
2021-10-24 14:51:10 +03:00
sevirov
f5cdfb686c
Update docs/en/operations/system-tables/session_log.md
...
Co-authored-by: olgarev <56617294+olgarev@users.noreply.github.com>
2021-10-24 14:50:58 +03:00
sevirov
3796da1b4f
Update docs/en/operations/system-tables/session_log.md
...
Co-authored-by: olgarev <56617294+olgarev@users.noreply.github.com>
2021-10-24 14:50:41 +03:00
sevirov
533ec70a72
Update docs/en/operations/system-tables/session_log.md
...
Co-authored-by: olgarev <56617294+olgarev@users.noreply.github.com>
2021-10-24 14:50:10 +03:00
Andrei Ch
60a672ab33
token function adding
2021-10-24 13:27:14 +03:00
Alexey
3103e9970d
format fixed. LLink added
2021-10-23 20:23:32 +00:00
alexey-milovidov
187d8b2196
Update settings.md
2021-10-23 22:30:42 +03:00
Vladimir Goncharov
1b2186b8ad
Update json-functions.md
2021-10-23 19:04:29 +03:00
Alexey
20c842aef5
some en updates
2021-10-23 15:09:12 +00:00
lehasm
31e1ae6037
Update docs/en/sql-reference/statements/describe-table.md
...
Co-authored-by: olgarev <56617294+olgarev@users.noreply.github.com>
2021-10-23 17:54:24 +03:00
lehasm
2c4d40c261
Update docs/en/sql-reference/statements/describe-table.md
...
Co-authored-by: olgarev <56617294+olgarev@users.noreply.github.com>
2021-10-23 17:51:20 +03:00
Azat Khuzhin
99ffa3b578
Update documentation for distributed_push_down_limit
...
After #26466 you cannot get inaccurate results anymore, since
distributed_push_down_limit changes query execution only if:
- `distributed_group_by_no_merge` > 0
- query **does not have `GROUP BY`/`DISTINCT`/`LIMIT BY`**, but it has `ORDER BY`/`LIMIT`.
- query **has `GROUP BY`/`DISTINCT`/`LIMIT BY`** with `ORDER BY`/`LIMIT` and:
- `optimize_skip_unused_shards_limit` is enabled
- `optimize_distributed_group_by_sharding_key` is enabled
2021-10-23 10:02:21 +03:00
alexey-milovidov
cee4744ba1
Merge pull request #30572 from thomoco/master
...
Add hardware benchmark on MacBook Pro M1 2020 + update Adopters list
2021-10-23 09:04:55 +03:00
alexey-milovidov
44ac1b76d1
Update build-osx.md
2021-10-23 07:05:24 +03:00
alexey-milovidov
cddd1b31af
Update adopters.md
2021-10-23 05:23:22 +03:00
Thom O'Connor
2efd25cfe6
Updated adopters: added 3 new adopters, plus sorted some entries for alphabetical order
2021-10-22 15:24:22 -06:00
Maksim Kita
613a2fc46c
Merge pull request #30409 from sevirov/sevirov-DOCSUP-16821-edit_and_translate_to_russian_hashedarray_dictionary
...
DOCSUP-16821: Edit and translate to Russian (HashedArray dictionary)
2021-10-23 00:15:35 +03:00
Dmitriy
099143b0ee
Update session_log.md
...
Внес маленькие правки.
2021-10-22 23:30:41 +03:00
Dmitriy
223682a674
Create session_log.md
...
Задокументировал системную таблицу session_log.
2021-10-22 23:24:16 +03:00
Roman Bug
258f8cb2f7
Add normalizeUTF8 functions.
2021-10-22 23:10:02 +03:00
Tatiana Kirillova
82fc693d55
russian fixes
2021-10-22 22:38:34 +03:00
gyuton
c694ea97d5
Deleted extra line
2021-10-22 21:05:56 +03:00
Dmitriy
d590a664ef
Update information_schema.md
...
Поправил ссылку.
2021-10-22 19:45:43 +03:00
Nickita Taranov
f436db8ad4
update docs
2021-10-22 19:45:39 +03:00
Dmitriy
e3927fa9c8
Fix links
...
Поправил ссылки.
2021-10-22 19:36:29 +03:00
Alexey
2f8cdf0480
bitshiftleft draft
2021-10-22 16:33:23 +00:00
gyuton
6111f61b2c
Minor fix
2021-10-22 17:56:10 +03:00
gyuton
b55a9cc6d4
Apply suggestions from code review
...
Co-authored-by: olgarev <56617294+olgarev@users.noreply.github.com>
2021-10-22 17:47:36 +03:00
romanzhukov
28f59a1099
Update by dev comments.
2021-10-22 15:27:29 +03:00
Tatiana Kirillova
fc3f577cbf
Update index.md
2021-10-22 12:14:33 +03:00
Tatiana Kirillova
e4df841798
Update intersect.md
2021-10-22 11:58:34 +03:00
Tatiana Kirillova
3510f4cddc
Update except.md
2021-10-22 11:58:04 +03:00
Tatiana Kirillova
745b47762c
Update docs/en/sql-reference/statements/select/except.md
...
Co-authored-by: olgarev <56617294+olgarev@users.noreply.github.com>
2021-10-22 11:49:20 +03:00
Tatiana Kirillova
0f66ba1704
Update docs/en/sql-reference/statements/select/intersect.md
...
Co-authored-by: olgarev <56617294+olgarev@users.noreply.github.com>
2021-10-22 11:49:11 +03:00
Tatiana Kirillova
692b99ca0d
Update docs/en/sql-reference/statements/select/intersect.md
...
Co-authored-by: olgarev <56617294+olgarev@users.noreply.github.com>
2021-10-22 11:49:01 +03:00
Tatiana Kirillova
41f69e9677
Update docs/en/sql-reference/statements/select/except.md
...
Co-authored-by: olgarev <56617294+olgarev@users.noreply.github.com>
2021-10-22 11:48:53 +03:00
Tatiana Kirillova
1b408ed588
Update docs/en/sql-reference/operators/index.md
...
Co-authored-by: olgarev <56617294+olgarev@users.noreply.github.com>
2021-10-22 11:48:31 +03:00
Tatiana Kirillova
cb907dd6c6
Update docs/en/sql-reference/statements/select/intersect.md
...
Co-authored-by: olgarev <56617294+olgarev@users.noreply.github.com>
2021-10-22 11:48:07 +03:00
Tatiana Kirillova
bb7a179f93
Update docs/en/sql-reference/operators/index.md
...
Co-authored-by: olgarev <56617294+olgarev@users.noreply.github.com>
2021-10-22 11:47:48 +03:00
Tatiana Kirillova
c7cc5a99f5
Update docs/en/sql-reference/operators/index.md
...
Co-authored-by: olgarev <56617294+olgarev@users.noreply.github.com>
2021-10-22 11:47:41 +03:00
Tatiana Kirillova
29618ff47d
Update docs/en/sql-reference/operators/index.md
...
Co-authored-by: olgarev <56617294+olgarev@users.noreply.github.com>
2021-10-22 11:47:29 +03:00
Tatiana Kirillova
95cb825d21
Update docs/en/sql-reference/operators/index.md
...
Co-authored-by: olgarev <56617294+olgarev@users.noreply.github.com>
2021-10-22 11:47:22 +03:00
Tatiana Kirillova
71d41421a0
Update docs/en/sql-reference/operators/index.md
...
Co-authored-by: olgarev <56617294+olgarev@users.noreply.github.com>
2021-10-22 11:47:11 +03:00
Tatiana Kirillova
0104af6c86
Update docs/en/sql-reference/operators/index.md
...
Co-authored-by: olgarev <56617294+olgarev@users.noreply.github.com>
2021-10-22 11:46:56 +03:00
Tatiana Kirillova
44136e3da9
Update docs/en/sql-reference/operators/index.md
...
Co-authored-by: olgarev <56617294+olgarev@users.noreply.github.com>
2021-10-22 11:46:44 +03:00
Maksim Kita
a6270268d6
Merge pull request #30533 from den-crane/patch-36
...
Doc. max_concurrent_queries_for_user
2021-10-22 11:43:52 +03:00
alexey-milovidov
a246de872f
Merge pull request #30547 from amosbird/doc
...
Don't recommend `nobarrier` mount option
2021-10-22 10:44:57 +03:00
Maksim Kita
54fed3ae0e
Merge pull request #30467 from gyuton/gyuton-DOCSUP-16362-Document-the-ngram-function
...
DOCSUP-16362: Documented the ngrams function
2021-10-22 10:22:12 +03:00
karnevil13
0a2437fe95
Update settings.md
2021-10-22 10:10:25 +03:00
karnevil13
8e2b9eb860
Update docs/en/operations/server-configuration-parameters/settings.md
...
Co-authored-by: gyuton <40863448+gyuton@users.noreply.github.com>
2021-10-22 09:59:41 +03:00
Amos Bird
a85e14a068
Don't recommend nobarrier
mount option
2021-10-22 14:09:34 +08:00
gyuton
4ecd2ed6e2
typo
2021-10-22 04:21:29 +03:00
gyuton
8f039a2b0f
fixed links
2021-10-22 04:04:15 +03:00
gyuton
81d9bac04a
Initial draft
2021-10-22 03:53:44 +03:00
Denny Crane
a5325a2303
doc. max_concurrent_queries_for_user
2021-10-21 19:39:29 -03:00
Maksim Kita
11ed2e2997
Update splitting-merging-functions.md
2021-10-22 00:18:26 +03:00
Maksim Kita
1467a59f91
Merge pull request #30468 from sevirov/sevirov-DOCSUP-16363-document_the_getoskernelversion_function
...
DOCSUP-16363: Document the getOSKernelVersion function
2021-10-22 00:17:08 +03:00
alexey-milovidov
7023423f66
Merge pull request #28705 from gyuton/gyuton-DOCSUP-14093-Edit-and-translate-to-Russian
...
DOCSUP-14093: Edited and translated to Russian (external dicts)
2021-10-21 23:33:41 +03:00
karnevil13
d2bcd549f3
line splits fixed
2021-10-21 23:03:03 +03:00
Dmitriy
fb2200c087
Merge remote-tracking branch 'remotes/clickhouse/master' into sevirov-DOCSUP-14981-information_schema_database
2021-10-21 23:01:42 +03:00
Dmitriy
6725dc2a16
Create information_schema
...
Задокументировал information_schema.
2021-10-21 22:41:11 +03:00
Dmitriy
894353d910
Translate to Russian
...
Выполнил перевод на русский язык.
2021-10-21 21:33:47 +03:00
Andrei Ch
cf088eebe5
Delete function bayesAB
2021-10-21 21:29:03 +03:00
Vladimir Goncharov
900a359362
Update json-functions.md
...
english version
2021-10-21 16:39:10 +03:00
João Figueiredo
360ec76c29
Grammar suggestions to distributed.md
...
* fixed some typos.
* improved wording of some statements.
2021-10-20 22:35:17 +02:00
Alexey
9d74ae16df
en updated
2021-10-20 20:01:57 +00:00
Tatiana Kirillova
e36f06887b
update
2021-10-20 20:43:07 +03:00
Dmitriy
b0752b43ac
Add the getOSKernelVersion function
...
Задокументировал английскую версию функции getOSKernelVersion.
2021-10-20 20:20:14 +03:00
Tatiana Kirillova
1241db3795
document the SQL-statements INTERSECT, EXCEPT and ANY, ALL operators
2021-10-20 20:18:14 +03:00
gyuton
7cb6cddf6d
Initial draft
2021-10-20 19:52:18 +03:00
Filatenkov Artur
5608e25ed4
Update settings.md
2021-10-20 17:09:48 +03:00
Filatenkov Artur
cf50015d49
Merge branch 'ClickHouse:master' into remove_comments_for_enc_docs
2021-10-20 15:38:52 +03:00
Filatenkov Artur
963ece5d6a
Update table.md
2021-10-20 15:13:12 +03:00
Filatenkov Artur
24d3209f60
Update table.md
2021-10-20 15:08:50 +03:00
gyuton
59ee426d48
small improvement
2021-10-20 02:00:54 +03:00
gyuton
1d76fc9636
Small fix
2021-10-20 01:59:27 +03:00
Roman Bug
73f65bbe75
Rewrite Normalization Form C (NFC)
2021-10-20 01:42:39 +03:00
gyuton
c1d24037a4
Initial draft
2021-10-20 01:42:05 +03:00
Roman Bug
170a4957ca
Add normalizeUTF8NFC function
2021-10-20 01:31:39 +03:00
Roman Bug
3c9025d04e
Add max argument for mapPopulateSeries function
2021-10-20 00:17:13 +03:00
Alexey
2cfc6a5fcf
DESCRIBE refactored. Example updated and moved.
2021-10-19 20:50:30 +00:00
Roman Bug
36a8ae6af0
Update docs/en/operations/settings/settings.md
...
Co-authored-by: gyuton <40863448+gyuton@users.noreply.github.com>
2021-10-19 23:48:47 +03:00
Roman Bug
1ed3913ae6
Update docs/en/operations/settings/settings.md
...
Co-authored-by: gyuton <40863448+gyuton@users.noreply.github.com>
2021-10-19 23:48:42 +03:00
Dmitriy
b7fdf488e1
Translate install.md
...
Перевел на русский язык предложение в install.md.
2021-10-19 22:38:00 +03:00
Dmitriy
377f6cf3c2
Edit and translate to Russian
...
Выполнил перевод на русский язык.
2021-10-19 21:51:46 +03:00
Nikita Mikhaylov
4fbd332bf1
Done
2021-10-19 11:53:55 +00:00
lehasm
ebee5025eb
Update docs/en/operations/settings/settings.md
...
Co-authored-by: olgarev <56617294+olgarev@users.noreply.github.com>
2021-10-19 08:22:09 +03:00
lehasm
6dad340f10
Update docs/en/operations/settings/settings.md
...
Co-authored-by: olgarev <56617294+olgarev@users.noreply.github.com>
2021-10-19 08:21:45 +03:00
Azat Khuzhin
424bf6fcf4
client: add ability to print raw profile events
...
This can be useful for debugging and for testing (since you will not
need to obtain query_id and look at query_log).
v2:
- mark test as long
- add option to docs
- add type of profile event into logs too
v3:
- resolve conflicts
- and fix onProfileEvents callback
v4:
- add --print-profile-events separate switch
2021-10-19 00:54:38 +03:00
alexey-milovidov
1c64a656f4
Update adopters.md
2021-10-18 21:56:43 +03:00
alexey-milovidov
0d2ce2e711
Update adopters.md
2021-10-18 21:56:04 +03:00
Alexey
deb696fd27
en draft
2021-10-18 16:07:19 +00:00
michon470
3c8e963420
DOCSUP-15198: output_format_csv_null_representation setting translation ( #29977 )
...
* Перевод без изменений содержания
* в ру-версию добавлены ngrambf_v1 и tokenbf_v1
* Update mergetree.md
* Update docs/ru/operations/settings/settings.md
Co-authored-by: olgarev <56617294+olgarev@users.noreply.github.com>
* Update docs/ru/operations/settings/settings.md
Co-authored-by: olgarev <56617294+olgarev@users.noreply.github.com>
* Update docs/ru/operations/settings/settings.md
Co-authored-by: olgarev <56617294+olgarev@users.noreply.github.com>
* Update docs/ru/operations/settings/settings.md
Co-authored-by: olgarev <56617294+olgarev@users.noreply.github.com>
* Update docs/ru/operations/settings/settings.md
Co-authored-by: olgarev <56617294+olgarev@users.noreply.github.com>
* Update docs/ru/engines/table-engines/mergetree-family/mergetree.md
Co-authored-by: olgarev <56617294+olgarev@users.noreply.github.com>
* Update docs/ru/engines/table-engines/mergetree-family/mergetree.md
Co-authored-by: olgarev <56617294+olgarev@users.noreply.github.com>
* Update docs/ru/engines/table-engines/mergetree-family/mergetree.md
Co-authored-by: olgarev <56617294+olgarev@users.noreply.github.com>
* Corrections and translation
* in EN ver. lines 349-351 were included into the codeblock -- moved them to the proper place
* ...
Co-authored-by: olgarev <56617294+olgarev@users.noreply.github.com>
2021-10-18 15:40:26 +03:00
Alexey Milovidov
2cef9983fa
Remove recursive submodules
2021-10-18 02:29:04 +03:00
Denny Crane
eb66442feb
Update external-dicts-dict-layout.md
2021-10-17 16:21:21 -03:00
alexey-milovidov
00bb647c3a
Merge pull request #29836 from FedericoCeratto/patch-1
...
Link FAQ from Debian installation
2021-10-17 20:49:26 +03:00
Maksim Kita
0dd8c70d28
Merge pull request #30242 from kitaisreal/added-hashed-array-dictionary
...
Added HashedArray dictionary
2021-10-17 01:18:43 +03:00
Denny Crane
5e0e0a3946
Update quotas.md
2021-10-16 16:22:19 -03:00
Maksim Kita
1b50d26c51
Added documentation
2021-10-16 13:41:56 +03:00
romanzhukov
024d98b482
Update settings.md
...
Comment encryption settings.
2021-10-15 23:12:55 +03:00
alexey-milovidov
50b54b37ca
Merge pull request #30072 from ClickHouse/client-profile-msg
...
Fix hardware utilization info printing in client
2021-10-15 23:05:43 +03:00
romanzhukov
97d228f64b
Update mapPopulateSeries
...
Update mapPopulateSeries
2021-10-15 23:03:49 +03:00
Nikolai Kochetov
769be69f15
Merge pull request #30029 from karnevil13/karnevil-DOCSUP-14788
...
DOCSUP-14788: Edit and translate to Russian
2021-10-15 11:38:43 +03:00
karnevil13
8ec43b7c70
fixed type-conversion-functions en-ru
2021-10-15 00:56:21 +03:00
Denny Crane
ddf6ca716c
Doc. fix optimize_skip_unused_shards description ( #30114 )
...
* fix optimize_skip_unused_shards description
* Update settings.md
2021-10-14 15:47:43 +03:00
Maksim Kita
b854726228
Updated documentation
2021-10-14 13:19:53 +03:00
Maksim Kita
562c8984a4
Added documentation
2021-10-14 13:15:45 +03:00
karnevil13
7c6ef01a04
em dash fixed
2021-10-14 02:00:40 +03:00
alexey-milovidov
d628afc142
Merge pull request #30093 from wuxueyang96/master
...
update adopters to update Alibaba Cloud.
2021-10-13 22:41:07 +03:00
romanzhukov
9cbf4b8422
distributed_push_down_limit: Update and add RU
2021-10-13 22:20:24 +03:00
karnevil13
4cd228b857
Merge branch 'karnevil-DOCSUP-14788' of https://github.com/karnevil13/ClickHouse into karnevil-DOCSUP-14788
2021-10-13 21:02:16 +03:00
Thom O'Connor
8d7779457a
Added Checkly, updated Sipfront industery
2021-10-13 08:34:24 -06:00
枢木
5dc204c716
update adopters to update Alibaba Cloud.
2021-10-13 17:44:47 +08:00
alexey-milovidov
d0a3420c3b
Merge pull request #29958 from thomoco/master
...
Documentation correction for units for block size, plus some additional context for storage system recommendations
2021-10-13 05:32:44 +03:00
karnevil13
c6ac339403
Updated desc-en
2021-10-13 01:02:01 +03:00
Thom O'Connor
dea5b5529f
Updated adopters.md to include Sipfront
2021-10-12 15:44:48 -06:00
Maksim Kita
95a2f682a1
Merge pull request #30044 from ClickHouse/blinkov-patch-23
...
Update distinctive-features.md
2021-10-13 00:17:31 +03:00
Maksim Kita
e95a4a35ef
Merge pull request #29784 from ka1bi4/romanzhukov-DOCSUP-15370-h3-functions
...
DOCSUP-15370: [CLICKHOUSEDOCS] Edit and translate to Russian (H3 functions)
2021-10-12 23:47:32 +03:00
karnevil13
35c007c82c
Update docs/en/operations/server-configuration-parameters/settings.md
...
Co-authored-by: gyuton <40863448+gyuton@users.noreply.github.com>
2021-10-12 23:44:42 +03:00
karnevil13
38cfc34744
Update docs/en/operations/server-configuration-parameters/settings.md
...
Co-authored-by: gyuton <40863448+gyuton@users.noreply.github.com>
2021-10-12 23:44:23 +03:00
Dmitry Novik
f1bbc7f9b6
Fix hardware utilization info printing in client
2021-10-12 23:17:15 +03:00
Kseniia Sumarokova
5d6cc29b98
Merge pull request #29969 from olgarev/revolg-DOCSUP-11547-optimize_move_to_prewhere-and-optimize_move_to_prewhere_if_final-settings
...
DOCSUP-11547: optimize_move_to_prewhere and optimize_move_to_prewhere_if_final settings
2021-10-12 19:46:49 +03:00
Ivan Blinkov
63cfc2311b
Update distinctive-features.md
2021-10-12 19:38:17 +03:00
Nikita Mikhaylov
b17aba0e5b
Merge pull request #29793 from lehasm/alexey-sm-DOCSUP-14057-document-shardNum-shardCount
...
DOCSUP-14057-document-shardNum-shardCount
2021-10-12 19:15:34 +03:00
olgarev
0cfaf9c508
Unnecessary links removed
2021-10-12 13:44:00 +00:00
Ivan Blinkov
89ecbfdfe7
Update distinctive-features.md
2021-10-12 15:51:19 +03:00
Maksim Kita
c968c7463c
Merge pull request #29534 from ka1bi4/romanzhukov-DOCSUP-13910-SHA512
...
DOCSUP-13910: Edit and translate to Russian (SHA512 function and note for materialized views)
2021-10-12 12:35:49 +03:00
Maksim Kita
91a48e9651
Merge pull request #29896 from kitaisreal/system-data-skipping-indices-added-size
...
System table data skipping indices added size
2021-10-12 12:16:57 +03:00
alesapin
f71a3a194f
Merge pull request #29732 from michon470/kuriatnikovm-DOCSUP-14538-MATERIALIZE-COLUMN-retry
...
DOCSUP-14538: MATERIALIZE COLUMN statement documented, new PR
2021-10-12 11:29:20 +03:00
Thom O'Connor
96de70c000
Adjusted documentation to align stripe size with write size, and correct block size to common RAID recommendations
2021-10-11 17:06:07 -06:00
Thom O'Connor
c4b94abc8c
Merge branch 'ClickHouse:master' into master
2021-10-11 17:03:23 -06:00
Ivan Milov
d809fa0456
Edited and translated to Russian
...
Edit the English version of changes and translate to Russian where needed.
2021-10-12 01:52:42 +03:00
Denny Crane
f1791ddc44
explanation for volume/max_data_part_size_bytes
2021-10-11 15:49:30 -03:00
alexey-milovidov
f2d97e3225
Update build-cross-arm.md
2021-10-11 14:53:12 +03:00
alexey-milovidov
467b45f3b5
Update build-cross-arm.md
2021-10-11 14:52:44 +03:00
alexey-milovidov
0ca8660af6
Update build-cross-arm.md
2021-10-11 14:52:31 +03:00
Maksim Kita
2d069acc22
System table data skipping indices added size
2021-10-11 11:39:50 +03:00
olgarev
cb8a66e515
Settings and links
2021-10-10 23:34:26 +00:00
alexey-milovidov
341eb1f9bf
Update adopters.md
2021-10-11 00:05:53 +03:00
Thom O'Connor
e229847862
Documentation correction for units for block size, plus some additional context for storage system recommendations
2021-10-10 14:42:06 -06:00
Alexey
2b272f5781
Virtual column in Distributed updated, link fixed, links added
...
Translated that part
2021-10-09 19:17:02 +00:00
Alexey
7f5852a711
New buildId variant
...
Links from Distributed
2021-10-09 18:37:28 +00:00
Kseniia Sumarokova
8285d8dbac
Merge pull request #29753 from kirillikoff/kirillikoff-DOCSUP-13583
...
DOCSUP-13583: Document the enable_positional_arguments setting
2021-10-08 11:02:00 +03:00
Alexey
f854065744
buildID() description
2021-10-08 05:05:12 +00:00
pawelsz-rb
004b71d546
Update adopters.md
...
added Rollbar
2021-10-07 15:27:14 -07:00
Mikhail
9389cb7c77
Example corrected
2021-10-07 22:31:44 +03:00
michon470
c030756c38
Update docs/en/sql-reference/statements/alter/column.md
...
Co-authored-by: Anna <42538400+adevyatova@users.noreply.github.com>
2021-10-07 22:28:02 +03:00
michon470
1df9afb47c
Update docs/en/sql-reference/statements/alter/column.md
...
Co-authored-by: Anna <42538400+adevyatova@users.noreply.github.com>
2021-10-07 22:27:22 +03:00
romanzhukov
00fbf48a68
Minor fixes.
2021-10-07 19:09:40 +03:00
romanzhukov
3f22456df5
Merge branch 'master' into romanzhukov-DOCSUP-15370-h3-functions
2021-10-07 18:49:41 +03:00
Federico Ceratto
07113cb6f6
Link FAQ from Debian installation
2021-10-07 12:50:56 +01:00
Anton Popov
269a58373a
Merge pull request #29548 from ka1bi4/romanzhukov-DOCSUP-13988-JSONAsString-brackets
...
DOCSUP-13988: Allow data in square brackets in JSONAsString format
2021-10-07 14:50:07 +03:00
Tatiana Kirillova
0362083843
Update docs/en/sql-reference/statements/select/order-by.md
...
Co-authored-by: olgarev <56617294+olgarev@users.noreply.github.com>
2021-10-07 08:29:28 +03:00
Tatiana Kirillova
0ed02e689d
Update docs/en/sql-reference/statements/select/limit-by.md
...
Co-authored-by: olgarev <56617294+olgarev@users.noreply.github.com>
2021-10-07 08:27:17 +03:00
Tatiana Kirillova
c70ce36ff4
Update docs/en/sql-reference/statements/select/index.md
...
Co-authored-by: olgarev <56617294+olgarev@users.noreply.github.com>
2021-10-07 08:27:00 +03:00
Tatiana Kirillova
21197e1820
Update docs/en/operations/settings/settings.md
...
Co-authored-by: olgarev <56617294+olgarev@users.noreply.github.com>
2021-10-07 08:26:07 +03:00
Tatiana Kirillova
88c4a9030c
Update docs/en/operations/settings/settings.md
...
Co-authored-by: olgarev <56617294+olgarev@users.noreply.github.com>
2021-10-07 08:25:44 +03:00
Maksim Kita
c2c621c6dc
Dictionary attributes updated documentation
2021-10-06 23:33:36 +03:00
Alexey
c2533b9743
constant or column note added for other functions
2021-10-06 20:13:46 +00:00
Alexey
4894588f27
description improved
...
new example
2021-10-06 19:50:05 +00:00
Azat Khuzhin
1c417be72e
Apply suggestions from @kitaisreal
2021-10-06 22:19:09 +03:00
Tatiana Kirillova
2bfcdc431b
translate
2021-10-06 21:42:07 +03:00
Azat Khuzhin
74f5b92420
Add listen_backlog to documentation
...
Follow-up for: #29643
2021-10-06 21:09:00 +03:00
romanzhukov
1550c167bb
Update ru translation.
2021-10-06 18:14:51 +03:00
romanzhukov
ea62e45eb9
Merge branch 'master' into romanzhukov-DOCSUP-15370-h3-functions
2021-10-06 17:52:17 +03:00
Tatiana Kirillova
a518f5ea11
Update docs/en/operations/settings/settings.md
...
Co-authored-by: olgarev <56617294+olgarev@users.noreply.github.com>
2021-10-06 12:26:22 +03:00
Ivan Blinkov
8e9df6d667
Update sample.md
2021-10-06 09:12:27 +03:00
Ivan Blinkov
f45880aa89
Update sample-by.md
2021-10-06 09:02:20 +03:00
Alexey
2266115c54
Merge branch 'master' of https://github.com/ClickHouse/ClickHouse into alexey-sm-DOCSUP-14057-document-shardNum-shardCount
2021-10-05 19:35:46 +00:00
romanzhukov
af94e30a95
Update H3 functions
...
Update en and add ru draft.
2021-10-05 22:12:44 +03:00
Filatenkov Artur
dc657a2c5e
Add error for multiple keys without current_key_id ( #29546 )
...
* add error for multiple keys without current_key_id
* add exception if one key with non zero id is used without current_key_id
* refactoring
2021-10-05 14:37:54 +03:00
Roman Bug
491c9c2065
Update docs/en/interfaces/formats.md
...
Co-authored-by: olgarev <56617294+olgarev@users.noreply.github.com>
2021-10-05 11:03:17 +03:00
Roman Bug
3906fc9374
Update docs/en/interfaces/formats.md
...
Co-authored-by: olgarev <56617294+olgarev@users.noreply.github.com>
2021-10-05 11:02:30 +03:00
Roman Bug
f469d75b91
Update docs/en/interfaces/formats.md
...
Co-authored-by: olgarev <56617294+olgarev@users.noreply.github.com>
2021-10-05 11:02:19 +03:00
Tatiana Kirillova
6febfeea77
fix table
2021-10-04 21:55:03 +03:00
Tatiana Kirillova
1afe2dfb40
fix example
2021-10-04 21:35:54 +03:00
Tatiana Kirillova
c049170f78
minor fix
2021-10-04 21:26:04 +03:00
Tatiana Kirillova
83424685fc
update example
2021-10-04 21:11:12 +03:00
Tatiana Kirillova
1c62a53afe
Document the enable_positional_arguments setting
2021-10-04 20:49:21 +03:00
Nikolay Degterinsky
e2551e8cb0
Merge pull request #29490 from mehrshadhosseini28/patch-1
...
Update nlp-functions.md
2021-10-04 18:37:18 +03:00
Mikhail
52c5f2da72
Перевод + дополнение англ версии
2021-10-04 16:41:50 +03:00
Mikhail
4497f5094e
Moved changes to this new branch
2021-10-04 16:19:51 +03:00
romanzhukov
7ca2522154
Add ru translation
2021-10-04 14:23:07 +03:00
Maksim Kita
8eda58acfb
Merge pull request #29516 from lingtaolf/feature/support-HSTS
...
Support HSTS in Clickhouse HTTP server
2021-10-04 12:49:51 +03:00
Alexander Chashnikov
e76e4bdfd2
typo
2021-10-04 12:42:55 +03:00
Kseniia Sumarokova
1e1e3a6ad8
Merge pull request #29156 from sevirov/sevirov-DOCSUP-14334-clickhouse_over_web_server_with_static_files
...
DOCSUP-14334: ClickHouse over web server with static files
2021-10-04 09:48:55 +03:00
Kseniia Sumarokova
b8d73b291a
Merge pull request #29604 from olgarev/revolg-DOCSUP-14539-edit_and_translate
...
DOCSUP-14539: Edit and translate to Russian (MaterializedPostgreSQL settings)
2021-10-04 09:47:56 +03:00
romanzhukov
57c5d9d382
Update hash-functions.md
...
minor fix
2021-10-04 00:29:46 +03:00
Roman Bug
8d9602432b
Merge branch 'master' into romanzhukov-DOCSUP-13910-SHA512
2021-10-04 00:27:36 +03:00
romanzhukov
271f7995c0
Fix PR comments.
2021-10-04 00:19:37 +03:00
Kseniia Sumarokova
e9af188876
Update storing-data.md
2021-10-03 21:49:07 +03:00
Kseniia Sumarokova
22b04bf224
Update storing-data.md
2021-10-03 20:33:29 +03:00
Kseniia Sumarokova
fbcb2b0624
Update materialized-postgresql.md
2021-10-03 20:20:16 +03:00
Maksim Kita
803459808a
Merge pull request #29339 from kirillikoff/kirillikoff-DOCSUP-11545
...
DOCSUP-11545: document the optimize_trivial_count_query setting
2021-10-03 20:02:59 +03:00
olgarev
68090f3074
Apply suggestions from code review
2021-10-03 18:19:39 +03:00
Kseniia Sumarokova
ca7395e374
Merge branch 'master' into materialized-postgresql-fix
2021-10-03 11:56:57 +03:00
kssenii
e4d1d43a34
Fixes
2021-10-03 08:55:50 +00:00
alexey-milovidov
ac57e057a1
Merge pull request #23028 from ClickHouse/cast_to_value_or_default
...
Merging #21330
2021-10-03 11:00:48 +03:00
olgarev
5f1def135a
Apply suggestions from code review
...
Co-authored-by: gyuton <40863448+gyuton@users.noreply.github.com>
2021-10-03 07:31:53 +03:00
kssenii
28aeb30d4a
Support full schema list
2021-10-02 11:15:24 +00:00
kssenii
c601db109f
Correct nerge
2021-10-02 08:39:15 +00:00
alexey-milovidov
93a11d7444
Update adopters.md
2021-10-02 09:33:53 +03:00
sevirov
ec2e36c4cf
Update docs/en/operations/storing-data.md
...
Co-authored-by: olgarev <56617294+olgarev@users.noreply.github.com>
2021-10-01 20:24:31 +03:00
sevirov
6617ff3da1
Update docs/en/operations/storing-data.md
...
Co-authored-by: olgarev <56617294+olgarev@users.noreply.github.com>
2021-10-01 20:24:24 +03:00
kssenii
3bc3a01f09
Merge branch 'master' of https://github.com/ClickHouse/ClickHouse into materialized-postgresql-fix
2021-10-01 15:53:27 +00:00
Roman Bug
bb5c92276d
Update docs/en/sql-reference/statements/create/view.md
...
Co-authored-by: olgarev <56617294+olgarev@users.noreply.github.com>
2021-10-01 18:26:09 +03:00
Roman Bug
50ef202b12
Update docs/en/sql-reference/statements/create/view.md
...
Co-authored-by: olgarev <56617294+olgarev@users.noreply.github.com>
2021-10-01 18:25:57 +03:00
Denny Crane
6a1f6f799f
Update tips.md
...
warning about system with small RAM
2021-10-01 11:24:06 -03:00
Evgeniia Sudarikova
b336947f77
new example
2021-10-01 16:06:10 +03:00
olgarev
1020c25830
Links repaired
2021-10-01 10:06:26 +00:00
alexey-milovidov
b29e877f26
Merge pull request #29182 from ClickHouse/yandex-to-clickhouse-in-configs
...
Replace `<yandex>` to `<clickhouse>` in configs and more.
2021-10-01 12:24:12 +03:00
olgarev
6297bdc618
Example
2021-10-01 06:51:44 +00:00
olgarev
d3ab76771c
Initial
2021-10-01 05:55:17 +00:00
Nikita Tikhomirov
2d23f40fd2
Added documentation for MD4 and SHA384 functions. Supplementing documentation with SHA-512 where it was missing.
2021-10-01 04:38:34 +03:00
mergify[bot]
8852f933bc
Merge branch 'master' into yandex-to-clickhouse-in-configs
2021-09-29 21:48:43 +00:00
Nikita Mikhaylov
54ac0801a2
Merge pull request #28669 from bharatnc/ncb/s2-function-docs
...
Add initial docs for s2 functions
2021-09-30 00:06:34 +03:00
凌涛
bd78af435d
update code and add document
2021-09-30 04:51:02 +08:00
Dmitriy
b549f3a398
Add the query
...
Вставил текст запроса.
2021-09-29 22:55:48 +03:00
romanzhukov
15106dde35
Update formats.md
...
Minor fix
2021-09-29 22:18:04 +03:00
romanzhukov
d38955396a
Update formats.md
...
Add json square brackets
2021-09-29 22:15:01 +03:00
romanzhukov
c0ba8d1a04
Fix crosslink.
2021-09-29 21:31:18 +03:00
Dmitriy
1d72adfcef
Fix by comments
...
Поправил по комментариям разработчика.
2021-09-29 21:18:41 +03:00
Evgeniia Sudarikova
72473e26e2
update example
2021-09-29 21:08:20 +03:00
romanzhukov
b226429435
Fix links, add 512 translation.
2021-09-29 18:41:15 +03:00
sevirov
521bef6fd4
Update docs/en/operations/storing-data.md
...
Co-authored-by: Kseniia Sumarokova <54203879+kssenii@users.noreply.github.com>
2021-09-29 18:14:16 +03:00
sevirov
b362f82d41
Update docs/en/operations/storing-data.md
...
Co-authored-by: Kseniia Sumarokova <54203879+kssenii@users.noreply.github.com>
2021-09-29 18:14:07 +03:00
sevirov
fd5ad124d9
Update docs/en/operations/storing-data.md
...
Co-authored-by: Kseniia Sumarokova <54203879+kssenii@users.noreply.github.com>
2021-09-29 18:13:56 +03:00
sevirov
69d318d38a
Update docs/en/operations/storing-data.md
...
Co-authored-by: Kseniia Sumarokova <54203879+kssenii@users.noreply.github.com>
2021-09-29 18:13:45 +03:00
sevirov
ab94d96323
Update docs/en/operations/storing-data.md
...
Co-authored-by: Kseniia Sumarokova <54203879+kssenii@users.noreply.github.com>
2021-09-29 18:13:37 +03:00
sevirov
884480a6e6
Update docs/en/operations/storing-data.md
...
Co-authored-by: Kseniia Sumarokova <54203879+kssenii@users.noreply.github.com>
2021-09-29 18:13:06 +03:00
romanzhukov
e312156b1c
Add note about Materialized views
2021-09-29 17:52:39 +03:00
Maksim Kita
a5151fb49b
Function accurateCastOrDefault updated implementation
2021-09-29 17:52:08 +03:00
Maksim Kita
365296eeae
Merge pull request #29020 from ka1bi4/romanzhukov-DOCSUP-14460-menus-dataset
...
DOCSUP-14460: [CLICKHOUSEDOCS] Edit and translate to Russian (menus dataset)
2021-09-29 17:21:55 +03:00
romanzhukov
d75136c3b1
Update hash functions (SHA) en
2021-09-29 16:59:56 +03:00
alexey-milovidov
00d8eee34e
Merge pull request #29499 from den-crane/patch-28
...
Doc. Note about range of precision datetime64
2021-09-29 16:31:43 +03:00
mergify[bot]
6a2ac6e871
Merge branch 'master' into yandex-to-clickhouse-in-configs
2021-09-29 13:29:08 +00:00
Maksim Kita
9cce37ee87
Merge pull request #29331 from lehasm/alexey-sm-DOCSUP-15139-document--RELOAD-FUNCTION
...
DOCSUP-15139: document user defined functions (XML config)
2021-09-29 11:58:41 +03:00
Tatiana Kirillova
8efcfac041
Update docs/en/sql-reference/aggregate-functions/reference/count.md
...
Co-authored-by: Anna <42538400+adevyatova@users.noreply.github.com>
2021-09-29 10:56:09 +03:00
lehasm
ca203c943e
Update docs/en/sql-reference/functions/index.md
...
Co-authored-by: Anna <42538400+adevyatova@users.noreply.github.com>
2021-09-29 08:26:32 +03:00
lehasm
900dad6d6f
Update docs/en/sql-reference/functions/index.md
...
Co-authored-by: Anna <42538400+adevyatova@users.noreply.github.com>
2021-09-29 08:25:44 +03:00
lehasm
85826bb014
Update docs/en/sql-reference/functions/index.md
...
Co-authored-by: Anna <42538400+adevyatova@users.noreply.github.com>
2021-09-29 08:24:56 +03:00
Denny Crane
7a150c6916
Update datetime64.md
...
range of precision datetime64
2021-09-28 17:40:50 -03:00
alexey-milovidov
1e6f9ac635
Merge branch 'master' into yandex-to-clickhouse-in-configs
2021-09-28 20:26:44 +03:00
Tatiana Kirillova
13cbc7e1a4
translation into ru
2021-09-28 20:06:54 +03:00
Seyed Mehrshad Hosseini
24e2a8bd89
Update nlp-functions.md
2021-09-28 17:56:35 +03:30
Tatiana
15b1c9fc8c
Update docs/en/operations/settings/settings.md
...
Co-authored-by: Anna <42538400+adevyatova@users.noreply.github.com>
2021-09-28 16:23:03 +03:00
Maksim Kita
1e5e93830b
Merge branch 'master' into cast_to_value_or_default
2021-09-28 14:04:10 +03:00
Ivan Blinkov
e7a233d9ad
switch to repo.clickhouse.com
2021-09-28 11:03:50 +03:00
alexey-milovidov
995913e89c
Merge branch 'master' into yandex-to-clickhouse-in-configs
2021-09-28 02:27:36 +03:00
Roman Bug
0427d33d9f
Merge branch 'master' into romanzhukov-DOCSUP-14460-menus-dataset
2021-09-27 23:57:44 +03:00
Alexey
eeea3caf49
typos
2021-09-27 20:32:38 +00:00
Alexey
8f576096ad
ru translation
2021-09-27 20:24:12 +00:00
Alexey
af1fbb1d6e
en fixes
2021-09-27 20:15:15 +00:00
alexey-milovidov
32fe846bcb
Merge pull request #28664 from ka1bi4/romanzhukov-DOCSUP-14103-OpenSky-UKProperty
...
DOCSUP-14103: Edit and translate to Russian (OpenSky dataset and UK Property Price Paid data)
2021-09-27 22:38:24 +03:00
Maksim Kita
8ce21a70bb
Fixed docs
2021-09-27 16:06:35 +03:00
Maksim Kita
d0f53cfc31
Added setting use_skip_indexes
2021-09-27 12:17:00 +03:00
Kevin Michel
045d4f2d32
Don't replicate DROP/DETACH/DROP DETACHED on Replicated database
2021-09-27 10:10:46 +02:00
mergify[bot]
64669a28ce
Merge branch 'master' into yandex-to-clickhouse-in-configs
2021-09-26 22:59:23 +00:00
romanzhukov
a14c5e30c7
Merge branch 'master' into romanzhukov-DOCSUP-14460-menus-dataset
2021-09-26 23:09:48 +03:00
Alexey
59a69b64e0
Improved text
2021-09-26 19:44:53 +00:00
alexey-milovidov
aa48698613
Merge pull request #29368 from bharatnc/ncb/fix-name-h3isResClassIII
...
Fix H3 function name (h3ResIsClassIII to h3IsResClassIII)
2021-09-26 20:36:36 +03:00
romanzhukov
824a54d218
Links fixed
2021-09-26 17:07:52 +03:00
Mohamad Fadhil
b05a03660b
Add GraphCDN in adopter list
2021-09-26 21:54:55 +08:00
romanzhukov
ebca69e748
Merge branch 'master' into romanzhukov-DOCSUP-14103-OpenSky-UKProperty
...
# Conflicts:
# docs/ru/getting-started/example-datasets/opensky.md
# docs/ru/getting-started/example-datasets/uk-price-paid.md
2021-09-26 16:44:17 +03:00
Dmitriy
fbd7b77ee1
Update docs/en/operations/storing-data.md
...
Co-authored-by: olgarev <56617294+olgarev@users.noreply.github.com>
2021-09-26 13:15:57 +03:00
bharatnc
74b5c71717
Merge remote-tracking branch 'upstream/master' into ncb/s2-function-docs
2021-09-25 23:00:08 -07:00
bharatnc
ada1baff74
Add more review fixes
2021-09-25 22:59:50 -07:00
bharatnc
ed7617554f
Add review fixes
2021-09-25 22:44:44 -07:00
alexey-milovidov
0476022d71
Merge pull request #29290 from mrk-andreev/patch-2
...
Fix table schema for hits_100m_obfuscated
2021-09-26 03:38:21 +03:00
Alexey
89c5d7e5ea
Merge branch 'master' of https://github.com/ClickHouse/ClickHouse into alexey-sm-DOCSUP-15139-document--RELOAD-FUNCTION
2021-09-25 19:33:24 +00:00
Alexey
5e1d180d64
reload and grant stub
2021-09-25 19:32:42 +00:00
bharatnc
a5a8d132d0
Fix doc references
2021-09-25 10:15:12 -07:00
Alexey Milovidov
82d57c6e47
Merge branch 'master' into yandex-to-clickhouse-in-configs
2021-09-25 01:38:39 +03:00
Dmitriy
f0e5a4c69e
Merge remote-tracking branch 'remotes/clickhouse/master' into sevirov-DOCSUP-14334-clickhouse_over_web_server_with_static_files
2021-09-25 00:15:51 +03:00
Dmitriy
f378619d0d
Update storing-data.md
...
Поправил английскую версию.
2021-09-24 23:53:56 +03:00
Dmitriy
e9b4d8fd87
Update docs/en/operations/storing-data.md
...
Co-authored-by: olgarev <56617294+olgarev@users.noreply.github.com>
2021-09-24 22:07:30 +03:00
Dmitriy
cab9fc4cd7
Update docs/en/operations/storing-data.md
...
Co-authored-by: olgarev <56617294+olgarev@users.noreply.github.com>
2021-09-24 22:07:23 +03:00
Dmitriy
352f35f470
Update docs/en/operations/storing-data.md
...
Co-authored-by: olgarev <56617294+olgarev@users.noreply.github.com>
2021-09-24 22:07:15 +03:00
Dmitriy
a59a738ef1
Update docs/en/operations/storing-data.md
...
Co-authored-by: olgarev <56617294+olgarev@users.noreply.github.com>
2021-09-24 22:07:07 +03:00
Tatiana Kirillova
9a294783b4
update link
2021-09-24 21:38:31 +03:00
Tatiana Kirillova
5063049cc4
update text
2021-09-24 21:14:52 +03:00
Alexey
455550ab03
en draft
2021-09-24 11:44:29 +00:00
Alexey Milovidov
8616ba62e4
repo.clickhouse.tech is not 100% ready
2021-09-24 04:41:59 +03:00
mergify[bot]
4d983441f1
Merge branch 'master' into yandex-to-clickhouse-in-configs
2021-09-23 22:09:48 +00:00
bharatnc
de65461158
Merge remote-tracking branch 'upstream/master' into ncb/complete-h3-inspection-funcs
2021-09-23 13:44:36 -07:00
Tatiana Kirillova
fd08c9e31c
correct link
2021-09-23 21:48:24 +03:00
Tatiana Kirillova
eac7074d33
Document the optimize_trivial_count_query setting
2021-09-23 21:33:14 +03:00
Nikolay Degterinsky
c3cf4b48d4
Merge pull request #29099 from sevirov/sevirov-DOCSUP-14537-document_the_log_queries_probability_setting
2021-09-23 21:20:16 +03:00
alexey-milovidov
b8083929a6
Merge branch 'master' into yandex-to-clickhouse-in-configs
2021-09-23 20:49:40 +03:00
bharatnc
f02d81be24
Merge remote-tracking branch 'upstream/master' into ncb/complete-h3-inspection-funcs
2021-09-23 08:59:39 -07:00
Nikita Mikhaylov
e5431eb576
Merge pull request #29042 from bbkas/patch-1
...
Alignment with the russian version: Manipulating Key Expressions
2021-09-23 15:05:27 +03:00
Mark Andreev
155c9773a6
Fix table schema for hits_100m_obfuscated
...
Add schema for hits_100m_obfuscated (copy from play.clickhouse.com instance)
2021-09-23 14:55:53 +03:00
Kruglov Pavel
6461391387
Merge pull request #29077 from Avogar/fix-msgpack
...
Improve MsgPack input/output format
2021-09-23 12:46:36 +03:00
Maksim Kita
d5a7e92b97
Bloom filter map added support for has function
2021-09-23 01:10:14 +03:00
alexey-milovidov
0b0be96f43
Update github-events.md
2021-09-22 23:56:42 +03:00
Maksim Kita
7eca0a1486
Merge pull request #29258 from vdimir/fuse-quantileBFloat16Weighted
...
Add NameQuantileBFloat16Weighted to GatherFunctionQuantileVisitor
2021-09-22 20:38:55 +03:00
Dmitriy
2755b2d93a
Merge remote-tracking branch 'remotes/clickhouse/master' into sevirov-DOCSUP-14334-clickhouse_over_web_server_with_static_files
2021-09-22 19:15:36 +03:00
Dmitriy
8f9a45ea05
DOCSUP-14458: Edit and translate to Russian (two settings and subBitmap function) ( #28996 )
...
* Edit and translate to Russian
Выполнил перевод на русский язык.
* Update settings.md
Поправил документацию.
* Update docs/ru/operations/settings/settings.md
Co-authored-by: olgarev <56617294+olgarev@users.noreply.github.com>
* Update docs/ru/operations/settings/settings.md
Co-authored-by: olgarev <56617294+olgarev@users.noreply.github.com>
* Update docs/ru/sql-reference/functions/bitmap-functions.md
Co-authored-by: olgarev <56617294+olgarev@users.noreply.github.com>
* Update docs/ru/sql-reference/functions/bitmap-functions.md
Co-authored-by: olgarev <56617294+olgarev@users.noreply.github.com>
* Update docs/ru/sql-reference/functions/bitmap-functions.md
Co-authored-by: olgarev <56617294+olgarev@users.noreply.github.com>
* Update bitmap-functions.md
Обновил описание.
* Update docs/ru/sql-reference/functions/bitmap-functions.md
Co-authored-by: olgarev <56617294+olgarev@users.noreply.github.com>
* Update docs/ru/sql-reference/functions/bitmap-functions.md
Co-authored-by: olgarev <56617294+olgarev@users.noreply.github.com>
* Update docs/en/sql-reference/functions/bitmap-functions.md
Co-authored-by: olgarev <56617294+olgarev@users.noreply.github.com>
* Update docs/ru/sql-reference/functions/bitmap-functions.md
Co-authored-by: olgarev <56617294+olgarev@users.noreply.github.com>
* Update docs/en/sql-reference/functions/bitmap-functions.md
Co-authored-by: olgarev <56617294+olgarev@users.noreply.github.com>
* Update subBitmap function
Поправил описание функции subBitmap.
Co-authored-by: Dmitriy <sevirov@yandex-team.ru>
Co-authored-by: olgarev <56617294+olgarev@users.noreply.github.com>
2021-09-22 19:12:31 +03:00
Dmitriy
9dad40af9a
Merge remote-tracking branch 'remotes/clickhouse/master' into sevirov-DOCSUP-14537-document_the_log_queries_probability_setting
2021-09-22 19:08:33 +03:00
mergify[bot]
fd39fc58d7
Merge branch 'master' into yandex-to-clickhouse-in-configs
2021-09-22 13:35:20 +00:00
mergify[bot]
c5ef025b64
Merge branch 'master' into fix-msgpack
2021-09-22 13:33:05 +00:00
Kruglov Pavel
e8dca52e8b
Merge pull request #28946 from sevirov/sevirov-DOCSUP-13429-document_the_short_circuit_function_evaluation_setting
...
DOCSUP-13429: Document the short_circuit_function_evaluation setting
2021-09-22 15:33:52 +03:00
vdimir
431a4718ae
Add quantileBFloat16Weighted
to doc en,ru
2021-09-22 14:55:14 +03:00
Maksim Kita
daee6054f8
Merge pull request #29208 from olgarev/revolg-DOCSUP-12136-add_heredoc_syntax
...
Add new syntax heredoc
2021-09-22 14:41:21 +03:00
mergify[bot]
627a4fea96
Merge branch 'master' into fix-msgpack
2021-09-22 10:14:18 +00:00
olgarev
7de9ce601e
Merge branch 'master' into revolg-DOCSUP-12136-add_heredoc_syntax
2021-09-22 09:54:07 +00:00
quoctan132
c1453a0786
Update rounding-functions.md
...
Wrong result in the Examples of Banker’s rounding
2021-09-22 15:12:35 +07:00
bharatnc
8336847be6
Merge remote-tracking branch 'upstream/master' into ncb/complete-h3-inspection-funcs
2021-09-21 17:43:47 -07:00
bharatnc
706dc1d206
Docs for h3GetFaces func
2021-09-21 17:41:37 -07:00
Alexey Milovidov
e9e77b4403
.tech -> .com
2021-09-22 03:22:57 +03:00
bharatnc
e5dd24d14f
Docs for h3IsPentagon func
2021-09-21 17:02:00 -07:00
bharatnc
c09fae78e7
Docs for func h3ResIsClassIII
2021-09-21 16:52:47 -07:00
Alexey Milovidov
4ade6cc5da
Merge remote-tracking branch 'origin/master' into yandex-to-clickhouse-in-configs
2021-09-22 02:08:29 +03:00
Maksim Kita
0d2043693b
Merge pull request #29225 from kcm/patch-1
...
Add more maxfiles plist file details for OS X
2021-09-22 01:31:20 +03:00
Alexey Milovidov
3fc12286e7
Fix Docs Check
2021-09-22 00:08:55 +03:00
Dmitriy
7a508d3c41
Update storing-data.md
...
Поправил заголовок.
2021-09-21 20:55:26 +03:00
Dmitriy
dbf2aebf03
Merge remote-tracking branch 'remotes/clickhouse/master' into sevirov-DOCSUP-14537-document_the_log_queries_probability_setting
2021-09-21 20:43:08 +03:00
alexey-milovidov
0880ae2883
Merge branch 'master' into yandex-to-clickhouse-in-configs
2021-09-21 20:17:28 +03:00
Ken MacInnis
3193a5f660
Update build-osx.md
...
update instructions for `maxfiles` plist file use
2021-09-21 08:55:52 -07:00
Kevin Michel
008c3c812b
Allow non-replicated ALTER TABLE FETCH/ATTACH in Replicated databases
...
`ALTER TABLE ... FETCH` and `ALTER TABLE ... ATTACH` queries were
disabled in the Replicated database engine, because it could cause
accidental duplication of data.
This enables these queries but without replicating them.
In the case of `FETCH`, the part will only be fetched on the server
where the query is issued.
Similarly, in the case of `ATTACH`, the attached part only needs to
be available on the server where the query is issued.
If the table itself is using one of the Replicated MergeTree engines,
the attached data is then replicated by the table engine itself,
without intervention of the database engine.
This change is meant to help with live backup/restore when using the
Replicated database engine, using FREEZE for backup and ATTACH for
restore.
2021-09-21 17:45:23 +02:00
Vladimir C
bc7c41efff
Merge pull request #26657 from hexiaoting/fuse_quantile
2021-09-21 12:33:07 +03:00
Vladimir C
9abd8aea6d
Merge pull request #29123 from depressed-pho/csv-custom-null
2021-09-21 11:35:21 +03:00
olgarev
a3493d9e2b
Initial
2021-09-21 02:18:13 +00:00
Dmitriy
ac4652a5f4
Add two parameters
...
Добавил два необязательных параметра.
2021-09-20 23:05:49 +03:00
Dmitriy
6510d67dc1
Translate to Russian
...
Выполнил перевод на русский язык.
2021-09-20 20:20:36 +03:00
Dmitriy
0a4b8d90cc
Update docs/en/operations/system-tables/query_views_log.md
...
Co-authored-by: olgarev <56617294+olgarev@users.noreply.github.com>
2021-09-20 19:58:55 +03:00
Dmitriy
f76a1d5c75
Update docs/en/operations/system-tables/query_thread_log.md
...
Co-authored-by: olgarev <56617294+olgarev@users.noreply.github.com>
2021-09-20 19:58:50 +03:00
Dmitriy
f2c9244970
Update docs/en/operations/system-tables/query_log.md
...
Co-authored-by: olgarev <56617294+olgarev@users.noreply.github.com>
2021-09-20 19:58:42 +03:00
Dmitriy
472f8ff44f
Update docs/en/operations/settings/settings.md
...
Co-authored-by: olgarev <56617294+olgarev@users.noreply.github.com>
2021-09-20 19:58:29 +03:00
alesapin
a249dcc5f5
Merge pull request #28301 from kssenii/materialized-postgresql
...
MaterializedPostgreSQL: allow dynamically adding/deleting tables, altering settings
2021-09-20 14:16:29 +03:00
Ivan Blinkov
06fd753556
remove info page
2021-09-20 11:16:00 +03:00
Ivan Blinkov
a7cbad50ed
fixes and cleanup
2021-09-20 11:08:21 +03:00
Ivan Blinkov
6a293d73f9
make_links.sh
2021-09-20 09:51:41 +03:00
Alexey
6277747e8a
First draft
2021-09-20 05:37:18 +00:00
Alexey Milovidov
147ef79670
Change website URL, part 1
2021-09-20 01:56:28 +03:00
Alexey Milovidov
f0925b3cf6
Changed substitution path name
2021-09-20 01:50:09 +03:00
Alexey Milovidov
510540c7d7
Change Doker Hub URL
2021-09-20 01:45:18 +03:00
Alexey Milovidov
e9cc3eafaa
Change repository URL in docs
2021-09-20 01:43:23 +03:00
Ivan Blinkov
f429db1ee9
find . -type f -name '*.md'| xargs -I{} perl -pi -e 's| https://clickhouse.tech | https://clickhouse.com |g' {}
2021-09-19 23:05:54 +03:00
romanzhukov
651471078b
Fix link (try 1).
2021-09-19 17:08:53 +03:00
Roman Bug
391983d7ef
Update docs/en/getting-started/example-datasets/menus.md
...
Co-authored-by: olgarev <56617294+olgarev@users.noreply.github.com>
2021-09-19 16:25:32 +03:00
Roman Bug
bb1a8933a6
Update docs/en/getting-started/example-datasets/menus.md
...
Co-authored-by: olgarev <56617294+olgarev@users.noreply.github.com>
2021-09-19 16:25:08 +03:00
mergify[bot]
700c1c4ce0
Merge branch 'master' into docs_add_distributed_ddl
2021-09-18 21:45:46 +00:00
Dmitriy
816bd7184f
Update examples
...
Упростил примеры.
2021-09-18 15:09:56 +03:00
alexey-milovidov
3eed1f06ea
Merge pull request #28952 from fuzzERot/h3-functions
...
Implementation of h3ToGeoBoundary
2021-09-18 14:27:11 +03:00
Dmitriy
731a1a107d
Merge remote-tracking branch 'remotes/clickhouse/master' into sevirov-DOCSUP-14334-clickhouse_over_web_server_with_static_files
2021-09-18 14:25:42 +03:00
Dmitriy
63f7b9af36
Add IDisk interface
...
Задокументировал IDisk interface и настройку http_max_single_read_retries.
2021-09-18 14:12:45 +03:00
Pavel Kruglov
aba86b010b
Update docs, tests and add some fixes
2021-09-17 17:32:23 +03:00
olgarev
2570e270d7
DOCSUP-13593: Alter view ( #28911 )
...
* Alter mv and lv (en)
* Translated to Russian. Fixes.
* Fixes
* Update docs/en/sql-reference/statements/alter/view.md
Co-authored-by: Ivan Blinkov <github@blinkov.ru>
Co-authored-by: Ivan Blinkov <github@blinkov.ru>
2021-09-17 12:07:32 +03:00
PHO
3c4b1ea9c5
New setting: output_format_csv_null_representation
...
This is the same as output_format_tsv_null_representation but is for CSV output.
2021-09-17 17:58:23 +09:00
Dmitriy
b4b9859ff9
Update the setting
...
Добавил еще две системные таблицы в описание.
2021-09-16 23:31:30 +03:00
Dmitriy
a61a139632
Merge remote-tracking branch 'remotes/clickhouse/master' into sevirov-DOCSUP-14537-document_the_log_queries_probability_setting
2021-09-16 22:35:15 +03:00
Dmitriy
735d79ec31
Add the log_queries_probability setting
...
Задокументировал настройку log_queries_probability.
2021-09-16 22:25:56 +03:00
romanzhukov
4d788cee8c
Fix link.
2021-09-16 18:03:35 +03:00
romanzhukov
327c3aa2fa
Update translation
2021-09-16 18:01:14 +03:00
Slach
87e762d1de
add distributed_ddl description, sync EN with RU version
...
Signed-off-by: Slach <bloodjazman@gmail.com>
2021-09-16 19:41:58 +05:00
romanzhukov
d3e6b9044a
Add anchors to all the headings.
2021-09-16 17:02:36 +03:00
romanzhukov
f9d6e6a7f5
Fix index pages.
2021-09-16 16:40:17 +03:00
romanzhukov
09d7d34d50
Fix PR comments.
2021-09-16 16:25:48 +03:00
alexey-milovidov
63acdcc85e
Merge pull request #29067 from qianmoQ/translation-docs-zh
...
pr commercial
2021-09-16 16:25:41 +03:00
romanzhukov
2249ed858e
Add anchors to all the headings
2021-09-16 15:40:44 +03:00
Pavel Kruglov
aa3bb2f2c0
Remove VerticalRaw format from docs
2021-09-16 14:30:28 +03:00
qianmoQ
ce3ec5fc1f
pr commercial
2021-09-16 11:17:28 +08:00
mergify[bot]
d4ac1fdba0
Merge branch 'master' into h3-functions
2021-09-15 21:24:31 +00:00
Maksim Kita
fb9da614ed
Merge pull request #29038 from kitaisreal/range-hashed-dictionary-range-type-docs-fix
...
RangeHashedDictionary range type docs fix
2021-09-16 00:23:42 +03:00
Dmitriy
ad8812a3e2
Translate to Russian
...
Перевел на русский язык.
2021-09-15 22:15:52 +03:00
Dmitriy
b0f4149503
Merge remote-tracking branch 'remotes/clickhouse/master' into sevirov-DOCSUP-13429-document_the_short_circuit_function_evaluation_setting
2021-09-15 20:56:12 +03:00
Dmitriy
4e79b782a5
Update settings.md
...
Поправил описание настройки.
2021-09-15 20:51:06 +03:00
Dmitriy
6bc4b76d9a
Update docs/en/sql-reference/functions/logical-functions.md
...
Co-authored-by: olgarev <56617294+olgarev@users.noreply.github.com>
2021-09-15 20:36:43 +03:00
Dmitriy
eea48c9382
Update docs/en/sql-reference/functions/logical-functions.md
...
Co-authored-by: olgarev <56617294+olgarev@users.noreply.github.com>
2021-09-15 20:36:37 +03:00
Dmitriy
0a90394776
Update docs/en/sql-reference/functions/conditional-functions.md
...
Co-authored-by: olgarev <56617294+olgarev@users.noreply.github.com>
2021-09-15 20:36:29 +03:00
Dmitriy
059fbde903
Update docs/en/sql-reference/functions/conditional-functions.md
...
Co-authored-by: olgarev <56617294+olgarev@users.noreply.github.com>
2021-09-15 20:36:19 +03:00
Dmitriy
7a9486e5ba
Update docs/en/operations/settings/settings.md
...
Co-authored-by: olgarev <56617294+olgarev@users.noreply.github.com>
2021-09-15 20:36:09 +03:00
Dmitriy
cd9365f2f1
Update docs/en/operations/settings/settings.md
...
Co-authored-by: olgarev <56617294+olgarev@users.noreply.github.com>
2021-09-15 20:35:51 +03:00
Dmitriy
b84ea5caba
Update docs/en/operations/settings/settings.md
...
Co-authored-by: olgarev <56617294+olgarev@users.noreply.github.com>
2021-09-15 20:35:42 +03:00
bbkas
d4e142e58a
Alignment with the Russian version: Manipulating Key Expressions
2021-09-15 14:20:49 +03:00
kssenii
710c8d12dd
Merge branch 'master' of github.com:ClickHouse/ClickHouse into materialized-postgresql
2021-09-15 12:28:09 +03:00
Maksim Kita
7e23a7d814
RangeHashedDictionary range type docs fix
2021-09-15 12:23:31 +03:00
kirillikoff
7246825d8d
DOCSUP-14089: Document the max_hyperscan_regexp_length and max_hyperscan_regexp_tot… ( #28902 )
...
* Document the max_hyperscan_regexp_length and max_hyperscan_regexp_total_length settings
* Update docs/en/operations/settings/settings.md
Co-authored-by: olgarev <56617294+olgarev@users.noreply.github.com>
* Update docs/en/operations/settings/settings.md
Co-authored-by: olgarev <56617294+olgarev@users.noreply.github.com>
* Update docs/en/operations/settings/settings.md
Co-authored-by: olgarev <56617294+olgarev@users.noreply.github.com>
* Update docs/en/operations/settings/settings.md
Co-authored-by: olgarev <56617294+olgarev@users.noreply.github.com>
* Update docs/en/operations/settings/settings.md
Co-authored-by: olgarev <56617294+olgarev@users.noreply.github.com>
* Update docs/en/operations/settings/settings.md
Co-authored-by: olgarev <56617294+olgarev@users.noreply.github.com>
* Update docs/en/operations/settings/settings.md
Co-authored-by: olgarev <56617294+olgarev@users.noreply.github.com>
* Update docs/en/operations/settings/settings.md
Co-authored-by: olgarev <56617294+olgarev@users.noreply.github.com>
* Update docs/en/operations/settings/settings.md
Co-authored-by: olgarev <56617294+olgarev@users.noreply.github.com>
* Update docs/en/operations/settings/settings.md
Co-authored-by: olgarev <56617294+olgarev@users.noreply.github.com>
* Update docs/en/operations/settings/settings.md
Co-authored-by: olgarev <56617294+olgarev@users.noreply.github.com>
* Update settings.md
* Translation into Russian
* Translation into Russian update
* Multiple match
* Update docs/ru/operations/settings/settings.md
Co-authored-by: olgarev <56617294+olgarev@users.noreply.github.com>
* Update docs/ru/operations/settings/settings.md
Co-authored-by: olgarev <56617294+olgarev@users.noreply.github.com>
* Update docs/ru/operations/settings/settings.md
Co-authored-by: olgarev <56617294+olgarev@users.noreply.github.com>
* Update docs/ru/operations/settings/settings.md
Co-authored-by: olgarev <56617294+olgarev@users.noreply.github.com>
Co-authored-by: Tatiana Kirillova <kirillikoff@yandex-team.ru>
Co-authored-by: olgarev <56617294+olgarev@users.noreply.github.com>
2021-09-15 12:16:05 +03:00
Maksim Kita
02b72b0fca
Merge pull request #29003 from den-crane/patch-27
...
Doc. Mathematical Round for Decimals, Bankers for Floats
2021-09-15 11:10:44 +03:00
alesapin
6a2d3aee79
Merge pull request #28072 from otrazhenia/evgsudarikova-DOCSUP-11582
...
DOCSUP-11582: add clickhouse-keeper description
2021-09-15 10:47:09 +03:00
alesapin
45a18d7717
Update clickhouse-keeper.md
2021-09-15 10:45:02 +03:00
alesapin
48f3f40ffc
Update clickhouse-keeper.md
2021-09-15 10:44:19 +03:00
Roman Bug
cdbbf76d4c
Update docs/en/getting-started/example-datasets/opensky.md
...
Co-authored-by: olgarev <56617294+olgarev@users.noreply.github.com>
2021-09-15 09:45:56 +03:00
romanzhukov
1be67e00cb
Update translation.
2021-09-14 21:03:05 +03:00
romanzhukov
bc8dd77d0f
Update menus dataset
...
- Update menus dataset.
- Add some crosslinks.
2021-09-14 15:36:35 +03:00
vdimir
a3304a87a4
Rename optimize_syntax_fuse_aggregate -> optimize_syntax_fuse_functions
2021-09-14 15:27:12 +03:00
vdimir
a1463d5719
Merge remote-tracking branch 'origin/master' into fuse_quantile
2021-09-14 15:23:06 +03:00
vdimir
5a1aeeb044
Use optimize_syntax_fuse_aggregate
instead of optimize_fuse_sum_count_avg
and optimize_fuse_quantile
2021-09-14 15:21:16 +03:00
romanzhukov
2b6a471a8d
Updating ru
2021-09-14 11:20:58 +03:00
alexey-milovidov
e687b3b600
Update int-uint.md
2021-09-14 09:52:02 +03:00
Denny Crane
efd4ac381b
Update rounding-functions.md
2021-09-14 00:19:17 -03:00
Evgeniia Sudarikova
0f030f868f
add type
2021-09-13 21:17:31 +03:00
romanzhukov
c4cf780850
Add summary section
2021-09-13 21:12:55 +03:00
Evgeniia Sudarikova
6426960af9
add new column
2021-09-13 21:06:36 +03:00
romanzhukov
9700e2495a
Fix errors
2021-09-13 20:52:16 +03:00
romanzhukov
3b5e6ebcd4
Fix link to prj
2021-09-13 20:31:04 +03:00
romanzhukov
3ce302c76c
Update UK price paid.
...
Update UK price paid.
2021-09-13 17:29:51 +03:00
Kruglov Pavel
2bf47bb0ba
Merge pull request #28655 from adevyatova/annadevyatova-DOCSUP-14372-msgpack
...
DOCSUP-14372: MsgPack format
2021-09-13 15:17:49 +03:00
Nikita Mikhaylov
4b3c0a95d1
Merge pull request #28046 from syominsergey/fix-build-clang-13-2
...
[WIP] Improve support for build with clang-13
2021-09-13 12:11:38 +03:00
Filatenkov Artur
c23fe5baf6
Improve codec for encr 19896 ( #27476 )
...
* change syntax of encrypted command
* commit all encrypted changes
* correct encryption
* correct config for test
* add tests and correct code style and typos
* correct test
* fix unbundled build
* add log warning messages
* improve code according to review comments
* correct nonce
* correct errors found by fuzzing
* improve codec AES_128_GCM_SIV. Add AES_256_GCM_SIV. Add sections for last in tests. Improve documentation
* Update CompressionCodecEncrypted.h
* Update 01683_codec_encrypted.sql
* correct compression factory after changes in master
* correct behavior with wrong key in data
* correct fuzzer
* add connection for fuzzer with fix for compression_encrypted
* refactor code
* add load from config with throwing errors on server start
* fix typos and check style
* Update Server.cpp
* correct loading and reading
* refactor code. fix uninitialized value
* refactor code
* move defines from server to cpp file
* correct build
* remove repeated code
* correct namespace
* fix code style
2021-09-13 11:25:36 +03:00
adevyatova
2c0f320fe7
Example
2021-09-13 07:54:45 +00:00
Kseniia Sumarokova
87f705f149
Merge pull request #28956 from olgarev/revolg-DOCSUP-14096-edit-and-translate
...
DOCSUP-14096: Edit and translate to Russian
2021-09-13 10:17:40 +03:00
alesapin
55a6769e19
Merge pull request #28488 from gyuton/gyuton-DOCSUP-10285-Document-the-ReplicatedMergeTree-settings
...
DOCSUP-10285: Documented the ReplicatedMergeTree settings
2021-09-13 10:12:50 +03:00
olgarev
1d9a753646
Translation
2021-09-13 03:10:11 +00:00
fuzzERot
dba428c443
Implementation of h3ToGeoBoundary
2021-09-12 23:47:51 +03:00
Dmitriy
3db36056c9
Update the short_circuit_function_evaluation setting
...
Обновил описание.
2021-09-12 20:20:20 +03:00
romanzhukov
057312a6f4
Update uk-price-paid.md
2021-09-12 19:58:02 +03:00
Sergei Semin
12e24a23d3
Merge branch 'master' into fix-build-clang-13-2
2021-09-12 19:30:55 +03:00
Dmitriy
a67bf8615a
Document the short_circuit_function_evaluation setting
...
Задокументировал новую настройку.
2021-09-12 17:36:04 +03:00
kssenii
fa933f6f8c
Full support for non-default schema
2021-09-12 12:59:23 +00:00
alexey-milovidov
60f76d9254
Merge pull request #28759 from nikitamikhaylov/enable-gcc-11
...
Switch CI to GCC-11
2021-09-12 15:56:57 +03:00
mergify[bot]
97fbdec71c
Merge branch 'master' into fix-build-clang-13-2
2021-09-11 15:03:52 +00:00
Vladimir C
aee967de3d
Merge pull request #28194 from ka1bi4/romanzhukov-DOCSUP-12543-bin-unbin-functions
2021-09-11 10:47:17 +03:00
Vladimir C
a581603964
Apply suggestions from code review
2021-09-11 10:46:55 +03:00
adevyatova
1d4f73ac7b
Add example
2021-09-11 02:13:55 +00:00
Vladimir C
5b967d91ba
Merge pull request #28716 from olgarev/revolg-DOCSUP-13742-partitions_in_s3_table_function
2021-09-10 17:57:58 +03:00
mergify[bot]
e3b3439535
Merge branch 'master' into fix-build-clang-13-2
2021-09-10 12:05:54 +00:00
romanzhukov
7dc345fefa
Update opensky eng/ru
...
Update opensky eng/ru
2021-09-10 14:06:21 +03:00
romanzhukov
6aaf2d4636
Upload from local PC.
2021-09-10 12:33:43 +03:00
Vladimir C
27cd75eaa1
Apply suggestions from code review
2021-09-10 09:31:49 +03:00
yeer
ac7330b805
Update where.md
...
type: expluded => excluded
2021-09-10 11:41:46 +08:00
mergify[bot]
937eeb9fed
Merge branch 'master' into enable-gcc-11
2021-09-09 22:44:10 +00:00
Maksim Kita
4f4cc9d740
Merge pull request #27994 from lehasm/alexey-sm-DOCSUP-13375-document-CREATE-DROP-FUNCTION
...
DOCSUP-13375: Document the SQL-statements CREATE FUNCTION and DROP FUNCTION
2021-09-10 00:55:43 +03:00
Sergei Semin
b739d1cc92
make changes analog to https://github.com/ClickHouse/ClickHouse/pull/20495/files but for clang-13
2021-09-09 23:51:47 +03:00
Dmitriy
62b15122ff
DOCSUP-13875: Document the replication_wait_for_inactive_replica_timeout setting ( #28464 )
...
* Add documentation of settings
Задокументировал две настройки.
* Fix links
Поправил ссылки.
* Update docs/en/operations/settings/settings.md
Co-authored-by: olgarev <56617294+olgarev@users.noreply.github.com>
* Update docs/en/operations/settings/settings.md
Co-authored-by: olgarev <56617294+olgarev@users.noreply.github.com>
* Update docs/en/operations/settings/settings.md
Co-authored-by: olgarev <56617294+olgarev@users.noreply.github.com>
* Update docs/en/operations/settings/settings.md
Co-authored-by: olgarev <56617294+olgarev@users.noreply.github.com>
* Update docs/en/sql-reference/statements/alter/index.md
Co-authored-by: olgarev <56617294+olgarev@users.noreply.github.com>
* Update docs/en/sql-reference/statements/alter/index.md
Co-authored-by: olgarev <56617294+olgarev@users.noreply.github.com>
* Update docs/en/sql-reference/statements/optimize.md
Co-authored-by: olgarev <56617294+olgarev@users.noreply.github.com>
* Update docs/en/sql-reference/statements/truncate.md
Co-authored-by: olgarev <56617294+olgarev@users.noreply.github.com>
* Update docs/en/sql-reference/statements/truncate.md
Co-authored-by: olgarev <56617294+olgarev@users.noreply.github.com>
* Translate to Russian
Выполнил перевод на русский язык.
* Fix links
Поправил ссылки.
* Update settings.md
Поправил перевод.
* Update docs/en/operations/settings/settings.md
Co-authored-by: olgarev <56617294+olgarev@users.noreply.github.com>
* Update docs/en/sql-reference/statements/alter/index.md
Co-authored-by: olgarev <56617294+olgarev@users.noreply.github.com>
* Update docs/en/sql-reference/statements/optimize.md
Co-authored-by: olgarev <56617294+olgarev@users.noreply.github.com>
* Update docs/en/sql-reference/statements/truncate.md
Co-authored-by: olgarev <56617294+olgarev@users.noreply.github.com>
* Update docs/ru/operations/settings/settings.md
Co-authored-by: olgarev <56617294+olgarev@users.noreply.github.com>
* Update docs/ru/operations/settings/settings.md
Co-authored-by: olgarev <56617294+olgarev@users.noreply.github.com>
* Update docs/en/operations/settings/settings.md
Co-authored-by: olgarev <56617294+olgarev@users.noreply.github.com>
* Fix errors
Исправил неточности в описании.
* Update optimize.md
Поправил описание запроса OPTIMIZE.
Co-authored-by: Dmitriy <sevirov@yandex-team.ru>
Co-authored-by: olgarev <56617294+olgarev@users.noreply.github.com>
2021-09-09 23:33:08 +03:00
olgarev
b6dea3e8e3
Apply suggestions from code review
2021-09-09 22:33:59 +03:00
olgarev
89744e908c
Update docs/en/sql-reference/table-functions/s3.md
2021-09-09 22:26:51 +03:00
olgarev
cd687614fa
Apply suggestions from code review
2021-09-09 22:25:04 +03:00
olgarev
e160f64917
Apply suggestions from code review
...
Co-authored-by: Anna <42538400+adevyatova@users.noreply.github.com>
2021-09-09 22:23:02 +03:00
Nikolay Degterinsky
f5a9a0b3cc
Merge pull request #28632 from gyuton/gyuton-DOCSUP-11552-Fix-and-update-documentation
...
DOCSUP-11552: Fixed and updated documentation
2021-09-09 20:48:33 +03:00
gyuton
47e1ecc05a
Update docs/en/sql-reference/functions/tuple-map-functions.md
...
Co-authored-by: Nikolay Degterinsky <43110995+evillique@users.noreply.github.com>
2021-09-09 18:40:02 +03:00
kssenii
904cf74159
Merge branch 'master' of github.com:ClickHouse/ClickHouse into materialized-postgresql
2021-09-09 15:26:20 +03:00
alexey-milovidov
f38e2a6548
Merge pull request #28770 from MagiaGroz/patch-1
...
Update index.md
2021-09-09 11:33:23 +03:00
MagiaGroz
c0b5e0f35e
update en-docs alter/index
2021-09-09 13:45:06 +06:00
DuckSoft
2d49c77aca
Update formats.md
...
remove excess characters from doc
2021-09-09 14:19:44 +08:00
kssenii
797f858bc6
Merge branch 'master' of github.com:ClickHouse/ClickHouse into materialized-postgresql
2021-09-08 22:52:48 +03:00
alexey-milovidov
697eb7a6c0
Merge pull request #28755 from den-crane/patch-26
...
Doc. How to install specific version of ClickHouse
2021-09-08 21:42:29 +03:00
alexey-milovidov
2819fc4e2a
Update install.md
2021-09-08 21:42:10 +03:00
alexey-milovidov
ba4effd69a
Update install.md
2021-09-08 21:41:11 +03:00