Kruglov Pavel
7d4f211d5b
Merge branch 'master' into tsv-csv
2021-10-29 16:38:06 +03:00
mergify[bot]
00b1024d75
Merge branch 'master' into map_combinator
2021-10-29 13:36:47 +00:00
Nikolai Kochetov
8316e4d420
Merge pull request #30147 from ka1bi4/romanzhukov-DOCSUP-14101-Edit-and-translate-to-Russian-mapPopulateSeries
...
DOCSUP-14101: [CLICKHOUSEDOCS] Edit and translate to Russian
2021-10-29 15:12:45 +03:00
Roman Bug
2ac17c57ec
DOCSUP-15710: [CLICKHOUSEDOCS] Edit and translate to Russian (s2 functions) ( #29787 )
2021-10-29 14:28:41 +03:00
alexey-milovidov
2dc1da30d3
Update adopters.md
2021-10-29 12:32:32 +03:00
Filatenkov Artur
44b5dd1161
Refactoring in codec encrypted ( #30564 )
...
* refactoring
* remove mistake in docs
2021-10-29 11:44:28 +03:00
mergify[bot]
65df198e9b
Merge branch 'master' into conf-clickhouse
2021-10-28 22:19:42 +00:00
Nickita Taranov
982d38e60c
update docs
2021-10-29 00:40:42 +03:00
Alexey
4ae73c9493
en draft
2021-10-28 20:30:16 +00:00
Alexey
4d5cf1a325
forgotten merge
2021-10-28 19:53:26 +00:00
Alexey
671b421a31
Merge branch 'master' of https://github.com/ClickHouse/ClickHouse into alexey-sm-DOCSUP-14793-document-describe_include_subcolumns
2021-10-28 19:45:53 +00:00
Dmitriy
3515ab99b6
Translate to Russian
...
Выполнил перевод на русский язык.
2021-10-28 20:27:29 +03:00
Alexey
536c9990bd
fixed links
2021-10-28 16:12:30 +00:00
Konstantin Ilchenko
88084c715b
[DOCS] Fix ADD PROJECTION example in ru/en docs
2021-10-28 17:34:09 +02:00
Nikolay Degterinsky
42df79fdc0
Merge pull request #30732 from jzombi/patch-1
...
Update documentation for TSVWithNames parsing
2021-10-28 16:42:44 +03:00
Ivan Blinkov
8095833a9f
Update adopters.md
2021-10-28 16:20:01 +03:00
Kruglov Pavel
31a1fa6b4c
Merge pull request #30417 from ka1bi4/romanzhukov-DOCSUP-16598-normalizeUTF8
...
DOCSUP-16598: [CLICKHOUSEDOCS] Document the normalizeUTF8 functions
2021-10-28 16:09:54 +03:00
Ivan Blinkov
e462c3be6c
Update adopters.md
2021-10-28 16:04:17 +03:00
Roman Bug
b16ddddbeb
Update distributed_push_down_limit starting version
2021-10-28 15:28:39 +03:00
Roman Bug
1eec90b765
Merge branch 'master' into romanzhukov-DOCSUP-14101-Edit-and-translate-to-Russian-mapPopulateSeries
2021-10-28 15:23:04 +03:00
avogar
a37bcb1feb
Fix docs
2021-10-28 14:32:49 +03:00
Raúl Marín
d0fe359a23
Update docs to stop referencing insert_sample_with_metadata
2021-10-28 12:34:38 +02:00
tavplubix
fc9a7593aa
Merge pull request #28998 from otrazhenia/evgsudarikova-DOCSUP-13565-REPLICAS
...
DOCSUP-13565: Add new column last_queue_update_exception to system.replicas table
2021-10-28 13:05:01 +03:00
凌涛
39322cdbe2
add a new function mapExtractKeyLike
2021-10-28 17:15:32 +08:00
Evgeniia Sudarikova
f0386403dd
new example
2021-10-28 11:56:20 +03:00
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
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