Commit Graph

6308 Commits

Author SHA1 Message Date
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
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
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
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
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
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
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
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