Commit Graph

6387 Commits

Author SHA1 Message Date
lehasm
e452596bc8 Merge branch 'alexey-sm-DOCSUP-7099-translate-runningConcurrency' of https://github.com/lehasm/ClickHouse into alexey-sm-DOCSUP-7099-translate-runningConcurrency 2021-03-17 22:44:19 +03:00
lehasm
28ae11f3df some cases changed to following cases 2021-03-17 22:30:44 +03:00
Alexander Kuzmenkov
89e79185a0
Update tests.md 2021-03-17 20:09:29 +03:00
Mike Kot
831b90f272 Replaced the iteration algorithm in part finder
Now, instead of iterating through the directories, we iterate though
directories of on of the table disks (which doesn't give us a
substantial boost but is a bit neater to read).

- Updated the system.replication_queue command types.
- Fixed the part ptr being empty (added the checksum loading and
initialization).
- Removed extra logging.
2021-03-17 16:55:26 +03:00
Mike Kot
2ccdb7ef5c Multiple small code and test updates
- Updated the docs to make everything clear.
- Multiple small logger fixes.
- Changed the attach_part command -- now it's after check for the
covering parts -- motivation is to do less work with the checksums
fetching.
- Better logging in the integration test.
2021-03-17 16:52:35 +03:00
alexey-milovidov
055a6563d7
Merge pull request #21739 from Enmk/optimize-deduplicate-by-docs
Documentation on OPTIMIZE DEDUPLICATE BY expression.
2021-03-17 15:00:26 +03:00
Vasily Nemkov
f69b6ecf0e Fixed cross-links to other pages 2021-03-17 13:16:41 +02:00
tavplubix
74a9249ae1
Merge pull request #20554 from gyuton/gyuton-DOCSUP-6074-Document_DETACH_TABLE_PERMAMENTLY
DOCSUP-6074: Documented DETACH TABLE PERMANENTLY
2021-03-17 13:38:23 +03:00
Roman Bug
b52b4589f7
Update docs/ru/getting-started/example-datasets/recipes.md
Co-authored-by: olgarev <56617294+olgarev@users.noreply.github.com>
2021-03-17 10:22:54 +03:00
Roman Bug
cee97aa11c
Update docs/ru/getting-started/example-datasets/recipes.md
Co-authored-by: olgarev <56617294+olgarev@users.noreply.github.com>
2021-03-17 10:22:47 +03:00
Roman Bug
7b77590820
Update docs/ru/getting-started/example-datasets/recipes.md
Co-authored-by: olgarev <56617294+olgarev@users.noreply.github.com>
2021-03-17 10:22:42 +03:00
Roman Bug
cf2d22a50b
Update docs/ru/getting-started/example-datasets/recipes.md
Co-authored-by: olgarev <56617294+olgarev@users.noreply.github.com>
2021-03-17 10:20:00 +03:00
Roman Bug
c27a48d4e3
Update docs/ru/getting-started/example-datasets/recipes.md
Co-authored-by: olgarev <56617294+olgarev@users.noreply.github.com>
2021-03-17 10:19:55 +03:00
Roman Bug
de2a2bd44e
Update docs/ru/getting-started/example-datasets/recipes.md
Co-authored-by: olgarev <56617294+olgarev@users.noreply.github.com>
2021-03-17 10:19:47 +03:00
Roman Bug
91a26d3e2a
Update docs/ru/getting-started/example-datasets/recipes.md
Co-authored-by: olgarev <56617294+olgarev@users.noreply.github.com>
2021-03-17 10:19:40 +03:00
Roman Bug
ab17fbf6d7
Update docs/ru/getting-started/example-datasets/recipes.md
Co-authored-by: olgarev <56617294+olgarev@users.noreply.github.com>
2021-03-17 10:05:22 +03:00
Roman Bug
b978eb9410
Update docs/ru/getting-started/example-datasets/recipes.md
Co-authored-by: olgarev <56617294+olgarev@users.noreply.github.com>
2021-03-17 10:05:15 +03:00
Roman Bug
6ab4a25a14
Update docs/ru/getting-started/example-datasets/recipes.md
Co-authored-by: olgarev <56617294+olgarev@users.noreply.github.com>
2021-03-17 10:05:07 +03:00
gyuton
4878ad5b6c
Update docs/ru/operations/external-authenticators/ldap.md
Co-authored-by: olgarev <56617294+olgarev@users.noreply.github.com>
2021-03-17 09:59:09 +03:00
gyuton
8272d69f74
Update docs/ru/operations/external-authenticators/ldap.md
Co-authored-by: olgarev <56617294+olgarev@users.noreply.github.com>
2021-03-17 09:59:01 +03:00
Roman Bug
31b69e7b6c
Update docs/ru/getting-started/example-datasets/recipes.md
Co-authored-by: olgarev <56617294+olgarev@users.noreply.github.com>
2021-03-17 09:58:55 +03:00
gyuton
349c7bf0d6
Update docs/ru/operations/external-authenticators/ldap.md
Co-authored-by: olgarev <56617294+olgarev@users.noreply.github.com>
2021-03-17 09:58:55 +03:00
gyuton
d8fe02ad91
Update docs/ru/operations/external-authenticators/ldap.md
Co-authored-by: olgarev <56617294+olgarev@users.noreply.github.com>
2021-03-17 09:58:51 +03:00
George
9969124cc4 Change wording 2021-03-17 03:09:42 +03:00
George
3060d9bb3b fixed links 2021-03-17 01:49:02 +03:00
George
0855f5fb18 Troubleshooting 2021-03-17 01:34:40 +03:00
Azat Khuzhin
44c9dc753d Add system.errors.last_error_stacktrace column 2021-03-16 22:31:49 +03:00
Azat Khuzhin
775f8f7682 Add system.errors.last_error_message column 2021-03-16 22:31:49 +03:00
Azat Khuzhin
c8852331a2 Add system.errors.last_error_time column 2021-03-16 22:31:49 +03:00
Azat Khuzhin
259e5ba88e Separate accounting of remote exceptions in system.errors 2021-03-16 22:31:46 +03:00
lehasm
64539452d9
Merge branch 'master' into alexey-sm-DOCSUP-7099-translate-runningConcurrency 2021-03-16 22:02:11 +03:00
lehasm
1ae127eb51 Merge with master 2021-03-16 21:55:58 +03:00
George
4d24cef69c fixed links 2021-03-16 21:46:05 +03:00
George
9801241760 fixed links 2021-03-16 21:31:59 +03:00
George
2c48ea6f59 fixed description 2021-03-16 21:18:08 +03:00
George
1130fd0654 minor fix 2021-03-16 21:14:45 +03:00
George
0d8b4ed838 Merge branch 'gyuton-DOCSUP-7106-Edit_and_translate_to_Russian' of https://github.com/gyuton/ClickHouse into gyuton-DOCSUP-7106-Edit_and_translate_to_Russian 2021-03-16 21:13:27 +03:00
George
5f9a854617 Some updates 2021-03-16 21:13:22 +03:00
gyuton
37e5578a03
Update docs/ru/operations/external-authenticators/ldap.md
Co-authored-by: olgarev <56617294+olgarev@users.noreply.github.com>
2021-03-16 21:12:53 +03:00
gyuton
8563b3b822
Update docs/ru/operations/external-authenticators/ldap.md
Co-authored-by: olgarev <56617294+olgarev@users.noreply.github.com>
2021-03-16 21:05:01 +03:00
gyuton
ce5f88a14e
Update docs/ru/operations/external-authenticators/ldap.md
Co-authored-by: olgarev <56617294+olgarev@users.noreply.github.com>
2021-03-16 21:04:33 +03:00
gyuton
6e17c26fe3
Update docs/ru/operations/external-authenticators/ldap.md
Co-authored-by: olgarev <56617294+olgarev@users.noreply.github.com>
2021-03-16 21:04:25 +03:00
gyuton
82dff38fe6
Update docs/ru/operations/external-authenticators/ldap.md
Co-authored-by: olgarev <56617294+olgarev@users.noreply.github.com>
2021-03-16 21:04:18 +03:00
gyuton
44a3b9dd65
Update docs/ru/operations/external-authenticators/ldap.md
Co-authored-by: olgarev <56617294+olgarev@users.noreply.github.com>
2021-03-16 21:04:09 +03:00
gyuton
53b005ade3
Update docs/ru/operations/external-authenticators/ldap.md
Co-authored-by: olgarev <56617294+olgarev@users.noreply.github.com>
2021-03-16 21:03:52 +03:00
gyuton
d64cef7990
Update docs/ru/operations/external-authenticators/ldap.md
Co-authored-by: olgarev <56617294+olgarev@users.noreply.github.com>
2021-03-16 21:03:21 +03:00
gyuton
e0d4487528
Update docs/ru/operations/external-authenticators/ldap.md
Co-authored-by: olgarev <56617294+olgarev@users.noreply.github.com>
2021-03-16 21:03:03 +03:00
gyuton
eab348f139
Update docs/ru/operations/external-authenticators/ldap.md
Co-authored-by: olgarev <56617294+olgarev@users.noreply.github.com>
2021-03-16 21:02:46 +03:00
gyuton
38df6717c8
Update docs/ru/operations/external-authenticators/ldap.md
Co-authored-by: olgarev <56617294+olgarev@users.noreply.github.com>
2021-03-16 21:02:34 +03:00
gyuton
a38264a78d
Update docs/ru/operations/external-authenticators/ldap.md
Co-authored-by: olgarev <56617294+olgarev@users.noreply.github.com>
2021-03-16 21:02:27 +03:00
gyuton
9eee949e4a
Update docs/ru/operations/external-authenticators/ldap.md
Co-authored-by: olgarev <56617294+olgarev@users.noreply.github.com>
2021-03-16 21:02:19 +03:00
gyuton
09ee74f197
Update docs/ru/operations/external-authenticators/ldap.md
Co-authored-by: olgarev <56617294+olgarev@users.noreply.github.com>
2021-03-16 21:01:55 +03:00
gyuton
d5a0f58c0f
Update docs/ru/operations/external-authenticators/ldap.md
Co-authored-by: olgarev <56617294+olgarev@users.noreply.github.com>
2021-03-16 21:01:48 +03:00
gyuton
06b01bed17
Update docs/ru/operations/external-authenticators/ldap.md
Co-authored-by: olgarev <56617294+olgarev@users.noreply.github.com>
2021-03-16 21:01:34 +03:00
gyuton
ad92537251
Update docs/ru/operations/external-authenticators/ldap.md
Co-authored-by: olgarev <56617294+olgarev@users.noreply.github.com>
2021-03-16 21:01:15 +03:00
gyuton
916c50017a
Update docs/ru/operations/external-authenticators/ldap.md
Co-authored-by: olgarev <56617294+olgarev@users.noreply.github.com>
2021-03-16 21:01:10 +03:00
gyuton
225aa5c3fb
Update docs/ru/operations/external-authenticators/ldap.md
Co-authored-by: olgarev <56617294+olgarev@users.noreply.github.com>
2021-03-16 21:01:04 +03:00
gyuton
19d989c687
Update docs/ru/operations/external-authenticators/ldap.md
Co-authored-by: olgarev <56617294+olgarev@users.noreply.github.com>
2021-03-16 21:00:47 +03:00
gyuton
dc18ad6359
Update docs/ru/operations/external-authenticators/ldap.md
Co-authored-by: olgarev <56617294+olgarev@users.noreply.github.com>
2021-03-16 21:00:31 +03:00
gyuton
3c61e7d3f9
Update docs/ru/operations/external-authenticators/index.md
Co-authored-by: olgarev <56617294+olgarev@users.noreply.github.com>
2021-03-16 20:59:28 +03:00
George
94da7f422c updated translation 2021-03-16 20:57:17 +03:00
alexey-milovidov
02a06eb448
Update mergetree.md 2021-03-16 18:39:39 +03:00
Mikhail
5e4ac25ff4 расширено описание настройки 2021-03-16 18:01:40 +03:00
Mikhail
665b6006ab Minor 2021-03-16 17:30:23 +03:00
michon470
fbfba86348
Update docs/ru/operations/settings/settings.md
Co-authored-by: olgarev <56617294+olgarev@users.noreply.github.com>
2021-03-16 16:55:41 +03:00
alexey-milovidov
f9bead5f33
Merge pull request #21768 from VitaliyMF/patch-1
Update gui.md: add SeekTable
2021-03-16 15:50:39 +03:00
Anton Popov
172f668fa3
fix doc 2021-03-16 15:45:08 +03:00
Maksim Kita
3b6857a3dd
Merge pull request #21775 from depyronick/patch-1
docs(fix): typo
2021-03-16 15:43:29 +03:00
Anton Popov
06b7d17148
Merge pull request #21675 from MichaelMonashev/patch-4
DOC Fix ORDER BY syntax
2021-03-16 15:43:13 +03:00
Nikita Mikhaylov
1d15ed34ce
Merge pull request #21737 from excitoon-favorites/reverts3connectionpools
Reverted S3 connection pools
2021-03-16 14:40:54 +03:00
Ali Demirci
27b8d10bd8
docs(fix): typo 2021-03-16 13:30:05 +03:00
Vitaliy Fedorchenko
0bb665428d
Update gui.md: add SeekTable 2021-03-16 09:05:08 +02:00
George
60f125c2b5 translation draft 2021-03-15 21:36:42 +03:00
alexey-milovidov
9f67c52caa
Merge pull request #21185 from Slach/fix_invalid_links
fix indvalid links, sync ru and en
2021-03-15 20:27:47 +03:00
Mike Kot
406d037ebb Merge remote-tracking branch 'upstream/master' into feature/attach-partition-local 2021-03-15 18:41:47 +03:00
Slach
3f36613b46 Merge branch 'master' of github.com:ClickHouse/ClickHouse into fix_invalid_links 2021-03-15 19:18:53 +05:00
romanzhukov
e4bc5c8acb Update ru cake ) 2021-03-15 16:35:51 +03:00
Vladimir
b1f22e893e
Merge branch 'master' into sevirov-DOCSUP-7098-edit_translate_russian_docs_templates 2021-03-15 15:57:54 +03:00
Vladimir
67a24de661
Apply suggestions from code review 2021-03-15 15:54:51 +03:00
Alexey Milovidov
4028461c77 Whitespaces 2021-03-15 15:54:44 +03:00
alexey-milovidov
fba8d66f51
Merge pull request #21220 from Slach/add_postgresql_engine_docs
Add postgresql engine docs
2021-03-15 15:40:15 +03:00
Alexey Milovidov
da08d29955 Remove trash and fix broken links 2021-03-15 14:56:04 +03:00
Alexey Milovidov
7978320cc2 Fix tons of trash 2021-03-15 14:49:38 +03:00
Alexey Milovidov
c506356cc6 Fix trash links 2021-03-15 14:41:20 +03:00
Alexey Milovidov
6d6633eca4 Fix garbage 2021-03-15 14:38:28 +03:00
Alexey Milovidov
8850856276 Remove "Original article" (must be automated instead) 2021-03-15 14:32:26 +03:00
Alexey Milovidov
0a6a80fa52 Fix broken links 2021-03-15 14:30:56 +03:00
Alexey Milovidov
4ad6cc3313 Improve links matching 2021-03-15 14:28:37 +03:00
Alexey Milovidov
63bf066e2d Improve links matching 2021-03-15 14:27:49 +03:00
Vasily Nemkov
c2b398b39a Documnentation on OPTIMIZE DEDUPLICATE BY expression. 2021-03-15 13:25:22 +02:00
Vladimir Chebotarev
35e0d0f672 Reverted S3 connection pools. 2021-03-15 14:17:16 +03:00
Pysaoke
679b32ee54
Update query_log.md
Improve the translation of `query_log.md` in Chinese documents
2021-03-15 16:11:57 +08:00
Olga Revyakina
fca90fa940 Minor fixes 2021-03-15 04:30:42 +03:00
Olga Revyakina
b814987a22 Translated to Russian with some fixes in English 2021-03-15 04:18:54 +03:00
Olga Revyakina
6ccc923aa8 Space fixed 2021-03-15 03:21:10 +03:00
Olga Revyakina
3a67d5e545 Translated to Russian. 2021-03-15 03:04:06 +03:00
michon470
103ec1462b
Update docs/ru/operations/settings/settings.md
Co-authored-by: olgarev <56617294+olgarev@users.noreply.github.com>
2021-03-15 01:38:48 +03:00
George
8e86067d6d Some fixes 2021-03-15 01:05:58 +03:00
Mikhail
59a4d69826 Changes translated 2021-03-15 00:51:35 +03:00
George
0a27c81490 fixed index.md 2021-03-15 00:46:02 +03:00
George
dda25db1a9 Merge branch 'gyuton-DOCSUP-7106-Edit_and_translate_to_Russian' of https://github.com/gyuton/ClickHouse into gyuton-DOCSUP-7106-Edit_and_translate_to_Russian 2021-03-15 00:44:46 +03:00
George
832f041e23 Fixed toc 2021-03-15 00:44:36 +03:00
gyuton
a1f0ec0aec
Merge branch 'master' into gyuton-DOCSUP-7106-Edit_and_translate_to_Russian 2021-03-15 00:40:37 +03:00
George
6402b2c33c Small fixes 2021-03-15 00:39:24 +03:00
George
f092d22a25 Updated description 2021-03-15 00:25:21 +03:00
Alexey Milovidov
ce364955b7 Fix broken link 2021-03-14 23:19:53 +03:00
lehasm
844225b8ba more fix link 2021-03-14 22:56:36 +03:00
lehasm
0b98737daf Fixed link in runningDifferenceStartingWithFirstValue 2021-03-14 21:03:56 +03:00
lehasm
069f4ab5c4 Fixed link in runningDifferenceStartingWithFirstValue 2021-03-14 21:01:59 +03:00
Olga Revyakina
ea8074184a Merge branch 'revolg-DOCSUP-5920-PostgreSQL_function_dictionary_engine' of https://github.com/olgarev/ClickHouse into revolg-DOCSUP-5920-PostgreSQL_function_dictionary_engine 2021-03-14 20:52:24 +03:00
Olga Revyakina
49395cdd28 Delete postgresql.md 2021-03-14 20:48:23 +03:00
olgarev
bad099d15e
Merge branch 'master' into revolg-DOCSUP-5920-PostgreSQL_function_dictionary_engine 2021-03-14 20:35:22 +03:00
lehasm
0e2637b22a Warning moved close to function description
Order changed inside warning block
2021-03-14 20:33:12 +03:00
Olga Revyakina
bedb7c0376 Some fixes 2021-03-14 20:25:32 +03:00
lehasm
acf3d6ea7b Setting description minor changes 2021-03-14 20:23:23 +03:00
Olga Revyakina
7f2561b853 In russian 2021-03-14 20:11:26 +03:00
lehasm
08863a0252 Function description placed before syntax.
In in.md created header max_parallel_replica-subqueries with empty text. It is link target from runningConcurrency
2021-03-14 19:27:58 +03:00
Taleh Zaliyev
f0a857699f
Make statement shorter 2021-03-14 17:57:43 +03:00
Taleh Zaliyev
347a79360c
Add link to DROP VIEW for EN docs 2021-03-14 17:47:50 +03:00
Alexey Milovidov
c64892cdc8 Fix broken links 2021-03-14 17:36:45 +03:00
Taleh Zaliyev
4be4205200
Add link to DROP VIEW command 2021-03-14 17:36:18 +03:00
Alexey Milovidov
fd766a3519 Better than nothing 2021-03-14 16:31:16 +03:00
Alexey Milovidov
f617976571 Fix broken links 2021-03-14 15:55:11 +03:00
Alexey Milovidov
ecb686b0be Fix some broken links 2021-03-14 15:29:23 +03:00
Alexey Milovidov
8c9bd09e6c Remove broken "Original article" 2021-03-14 15:19:04 +03:00
Alexey Milovidov
bab7e9be9a Fix some broken links 2021-03-14 15:18:10 +03:00
Alexey Milovidov
3f35e686ed Add .gitignore 2021-03-14 15:01:03 +03:00
Alexey Milovidov
4820498231 Update gitignore 2021-03-14 14:53:27 +03:00
Alexey Milovidov
cb865ebe60 Removed strange file 2021-03-14 14:49:53 +03:00
Alexey Milovidov
78fba611e0 Remove trash 2021-03-14 14:48:36 +03:00
Alexey Milovidov
b65cc841e4 Remove a test that cannot be fixed - less garbage in CI check output 2021-03-14 14:45:47 +03:00
Alexey Milovidov
ef4913d184 Removed harmful code that was added due to misconduct 2021-03-14 14:41:04 +03:00
Alexey Milovidov
0dcf8b4d55 Add .gitignore 2021-03-14 14:39:14 +03:00
Alexey Milovidov
bbd6ac2d3a Merge branch 'master' into add_postgresql_engine_docs 2021-03-14 14:22:56 +03:00
George
57d1dc7a6c Work-in-progress 2021-03-14 00:33:55 +03:00
romanzhukov
7faf6698bb Update ru cake ) 2021-03-13 22:06:56 +03:00
romanzhukov
b316a0b45c Update ru cake ) 2021-03-13 21:44:42 +03:00
Dmitriy
9baaea9789 Merge remote-tracking branch 'remotes/clickhouse/master' into sevirov-DOCSUP-7098-edit_translate_russian_docs_templates 2021-03-13 21:37:13 +03:00
ana-uvarova
8a6872e978 ++ 2021-03-13 21:25:06 +03:00
Dmitriy
aad98b368e Edit and translate to Russian
Поправил шаблоны в английской и русской версиях.
2021-03-13 21:18:45 +03:00
romanzhukov
0c81270e6b Update ru cake ) 2021-03-13 21:11:24 +03:00
romanzhukov
1a698052a9 Update ru cake ) 2021-03-13 21:02:47 +03:00
romanzhukov
e6ddab1f59 Update ru cake ) 2021-03-13 20:06:32 +03:00
George
8cc0de8c4c Updated description 2021-03-13 15:41:47 +03:00
Michael Monashev
34915d0311
Fix ORDER BY syntax 2021-03-12 21:13:20 +03:00
Kruglov Pavel
ab9a99babf
Merge pull request #21391 from ka1bi4/romanzhukov-DOCSUP-7100-avg
DOCSUP-7100: Edit and translate to Russian (AVG function)
2021-03-12 19:48:01 +03:00
Roman Bug
1c0c5f4441
Update avg.md 2021-03-12 19:44:36 +03:00
George
f89247d7bd updated attach.md 2021-03-12 19:28:04 +03:00
George
53fd7cb8a8 Updated example 2021-03-12 19:14:40 +03:00
gyuton
ca5e20a57d
Update docs/en/sql-reference/statements/detach.md
Co-authored-by: olgarev <56617294+olgarev@users.noreply.github.com>
2021-03-12 19:11:27 +03:00
gyuton
ed87521fcf
Update docs/en/sql-reference/statements/detach.md
Co-authored-by: olgarev <56617294+olgarev@users.noreply.github.com>
2021-03-12 19:10:01 +03:00
gyuton
b3f8ac796c
Update docs/en/sql-reference/statements/detach.md
Co-authored-by: olgarev <56617294+olgarev@users.noreply.github.com>
2021-03-12 19:09:55 +03:00
George
8b27da2b81 first draft 2021-03-12 19:00:41 +03:00
Nikita Mikhaylov
a14110a9a5
Merge pull request #21497 from olgarev/DOCSUP-6545_edit_and_translate
DOSCUP-6545: Edit and translate
2021-03-12 16:04:31 +03:00
Olga Revyakina
099085bbd9 Merge branch 'DOCSUP-6545_edit_and_translate' of https://github.com/olgarev/ClickHouse into DOCSUP-6545_edit_and_translate 2021-03-12 13:00:51 +03:00
Olga Revyakina
5826432172 Headers order changed 2021-03-12 13:00:46 +03:00
Roman Bug
637aacdaa4
Update docs/en/sql-reference/aggregate-functions/reference/avg.md
Co-authored-by: olgarev <56617294+olgarev@users.noreply.github.com>
2021-03-12 11:49:38 +03:00
Roman Bug
1688b1a8ad
Update docs/ru/sql-reference/aggregate-functions/reference/avg.md
Co-authored-by: olgarev <56617294+olgarev@users.noreply.github.com>
2021-03-12 11:49:32 +03:00
alexey-milovidov
7a0ca6dddd
Update cloud.md 2021-03-12 08:36:03 +03:00
Xiang Zhou
ceae3f841c Add cloud MD in jp. 2021-03-12 11:30:47 +08:00
Xiang Zhou
56d615ea15 Add cloud MD in zh and en. 2021-03-12 11:16:02 +08:00
Xiang Zhou
8cf0828117 Update cloud doc zh. 2021-03-12 10:48:23 +08:00
olgarev
183868dfcb
Apply suggestions from code review
Co-authored-by: Nikita Mikhaylov <mikhaylovnikitka@gmail.com>
2021-03-12 05:12:28 +03:00
alexey-milovidov
494c6294b3
Merge pull request #21597 from qoega/fixes-clang-12-cmake-3.19
Prepare to use clang 12 and cmake 3.19
2021-03-11 23:45:53 +03:00
Denis Glazachev
290a6d273e
Add Kerberos support for authenticating existing users when accessing over HTTP 2021-03-11 23:41:10 +03:00
romanzhukov
280d86ea89 DOCSUP-5874: Add straw-cake topic in RU. 2021-03-11 19:40:10 +03:00
Anna
abe54b8dcb
Update s3.md 2021-03-11 13:11:00 +03:00
Anna
b908a27cae
Update s3.md 2021-03-11 13:09:45 +03:00
Anna
be47ad325e update 2021-03-11 13:06:32 +03:00
Ilya Yatsishin
e6379fc3cc
Merge pull request #21530 from lehasm/alexey-sm-DOCSUP-7197-navigation-title-ru-support
DOCSUP-7197: Escaped Unicode replaced with symbols
2021-03-11 12:51:57 +03:00
alesapin
cae9751961
Merge pull request #21493 from olgarev/revolg-DOCSUP-5854_show_settings
DOCSUP-5854: Documented the SHOW SETTINGS statement
2021-03-11 11:47:32 +03:00
Vladimir
0b34b00fca
Merge pull request #21570 from sevirov/sevirov-DOCSUP-7046-edit_translate_russian_date_functions 2021-03-11 11:04:30 +03:00
Yatsishin Ilya
abbf4b01c2 Merge remote-tracking branch 'origin/master' into fixes-clang-12-cmake-3.19 2021-03-11 09:44:30 +03:00
lehasm
bbb024b7b4 ru translation 2021-03-11 00:40:42 +03:00
lehasm
d901d00830 Fixes after review applied 2021-03-10 23:46:29 +03:00
lehasm
d1906d3c20 Merge branch 'master' of https://github.com/ClickHouse/ClickHouse into alexey-sm-DOCSUP-7197-navigation-title-ru-support 2021-03-10 22:32:05 +03:00
romanzhukov
4ac453baf5 DOCSUP-7042: Fix link ru. 2021-03-10 22:15:56 +03:00
romanzhukov
892589536c DOCSUP-7042: Add quotas doc. 2021-03-10 21:46:14 +03:00
romanzhukov
5174db29c1 DOCSUP-7042: Update deltaSum function doc. 2021-03-10 21:08:30 +03:00
sevirov
6ca4712c81
Update docs/ru/sql-reference/functions/date-time-functions.md
Co-authored-by: Anna <42538400+adevyatova@users.noreply.github.com>
2021-03-10 20:26:36 +03:00
sevirov
525ef8ff43
Update docs/ru/sql-reference/functions/date-time-functions.md
Co-authored-by: Anna <42538400+adevyatova@users.noreply.github.com>
2021-03-10 20:26:28 +03:00
sevirov
1040272001
Update docs/ru/sql-reference/functions/date-time-functions.md
Co-authored-by: Anna <42538400+adevyatova@users.noreply.github.com>
2021-03-10 20:26:13 +03:00
Dmitriy
ca87809985 Merge branch 'sevirov-DOCSUP-7046-edit_translate_russian_date_functions' of https://github.com/sevirov/ClickHouse into sevirov-DOCSUP-7046-edit_translate_russian_date_functions 2021-03-10 20:24:51 +03:00
Dmitriy
8f56ae3691 Update date-time-functions.md
Поправил пример.
2021-03-10 20:24:16 +03:00
sevirov
45a6e350d7
Update docs/ru/sql-reference/functions/date-time-functions.md
Co-authored-by: Anna <42538400+adevyatova@users.noreply.github.com>
2021-03-10 20:22:24 +03:00
sevirov
5e887b4c99
Update docs/en/operations/system-tables/trace_log.md
Co-authored-by: Anna <42538400+adevyatova@users.noreply.github.com>
2021-03-10 20:21:43 +03:00
Dmitriy
238a8265f2 Update trace_log.md
Поправил ссылку на оригинальную статью.
2021-03-10 20:18:25 +03:00
Yatsishin Ilya
68ef0c0b5b better linker flag 2021-03-10 18:06:32 +03:00
George
2da04f872c Updated and translated Index.md 2021-03-10 14:27:40 +03:00
George
a8d78f2916 translated column.md 2021-03-10 13:53:42 +03:00
George
5580ac596c Merge branch 'master' of https://github.com/ClickHouse/ClickHouse into gyuton-DOCSUP-6703-Document-the-insert_shard_id-setting 2021-03-10 13:10:55 +03:00
George
701fd2c54e Small update 2021-03-10 13:10:16 +03:00
George
592dbb8a51 Added example 2021-03-10 12:56:13 +03:00
Roman Bug
cebeef8487
Update docs/ru/operations/update.md
Co-authored-by: Anna <42538400+adevyatova@users.noreply.github.com>
2021-03-10 10:58:54 +03:00
Anna
61058c868a
Update s3.md 2021-03-10 10:24:13 +03:00
alesapin
e27715e55e
Merge pull request #21331 from godliness/master
Fix error configuration for cluster secret
2021-03-10 10:09:29 +03:00
Olga Revyakina
d7ee9da44b Mistake corrected 2021-03-10 10:03:03 +03:00
Anna
5f7f74aee0
Update s3.md 2021-03-10 09:29:50 +03:00
Anna
c8e87a6bb7
Update s3.md 2021-03-10 09:26:55 +03:00
Anna
6cbdd523a0
Update index.md 2021-03-10 09:23:19 +03:00
Anna
b4158ff23b
Update index.md 2021-03-10 09:22:56 +03:00
Anna
bebaceacfe
Update docs/ru/engines/table-engines/integrations/s3.md
Co-authored-by: olgarev <56617294+olgarev@users.noreply.github.com>
2021-03-10 09:20:31 +03:00
Anna
f4afebc19a
Update index.md 2021-03-10 09:19:58 +03:00
Anna
8923544b87
Update index.md 2021-03-10 09:15:20 +03:00
Anna
af2e8b6e37
Update docs/en/sql-reference/table-functions/s3.md
Co-authored-by: olgarev <56617294+olgarev@users.noreply.github.com>
2021-03-10 09:13:46 +03:00
Anna
f3dd9f6bbf
Update docs/en/sql-reference/table-functions/s3.md
Co-authored-by: olgarev <56617294+olgarev@users.noreply.github.com>
2021-03-10 09:13:40 +03:00
Anna
14b98cb903
Update docs/en/sql-reference/table-functions/s3.md
Co-authored-by: olgarev <56617294+olgarev@users.noreply.github.com>
2021-03-10 09:13:31 +03:00
Anna
aadbcb318e
Update docs/ru/engines/table-engines/integrations/s3.md
Co-authored-by: olgarev <56617294+olgarev@users.noreply.github.com>
2021-03-10 09:13:18 +03:00
Anna
4f1dcb99f1
Update docs/ru/engines/table-engines/integrations/s3.md
Co-authored-by: olgarev <56617294+olgarev@users.noreply.github.com>
2021-03-10 09:13:11 +03:00
Anna
45774b30b2
Update docs/ru/sql-reference/table-functions/s3.md
Co-authored-by: olgarev <56617294+olgarev@users.noreply.github.com>
2021-03-10 08:59:37 +03:00
Anna
4759e9ffbf
Update docs/ru/sql-reference/table-functions/s3.md
Co-authored-by: olgarev <56617294+olgarev@users.noreply.github.com>
2021-03-10 08:59:30 +03:00
Anna
b3725c7322
Update docs/ru/sql-reference/table-functions/s3.md
Co-authored-by: olgarev <56617294+olgarev@users.noreply.github.com>
2021-03-10 08:59:23 +03:00
Anna
4d2a7d0563
Update docs/ru/sql-reference/table-functions/s3.md
Co-authored-by: olgarev <56617294+olgarev@users.noreply.github.com>
2021-03-10 08:57:47 +03:00
Anna
2315b1b0c5
Update docs/ru/sql-reference/table-functions/s3.md
Co-authored-by: olgarev <56617294+olgarev@users.noreply.github.com>
2021-03-10 08:57:39 +03:00
Anna
6df6acb2cf
Update docs/ru/sql-reference/table-functions/s3.md
Co-authored-by: olgarev <56617294+olgarev@users.noreply.github.com>
2021-03-10 08:57:30 +03:00
Anna
956d86a592
Update docs/ru/sql-reference/table-functions/s3.md
Co-authored-by: olgarev <56617294+olgarev@users.noreply.github.com>
2021-03-10 08:57:23 +03:00
Anna
a42a728c44
Update docs/ru/engines/table-engines/integrations/s3.md
Co-authored-by: olgarev <56617294+olgarev@users.noreply.github.com>
2021-03-10 08:57:13 +03:00
Anna
4232f3b9a4
Update docs/ru/engines/table-engines/integrations/s3.md
Co-authored-by: olgarev <56617294+olgarev@users.noreply.github.com>
2021-03-10 08:51:42 +03:00
Anna
165c57bfa4
Update docs/ru/engines/table-engines/integrations/s3.md
Co-authored-by: olgarev <56617294+olgarev@users.noreply.github.com>
2021-03-10 08:51:29 +03:00
Anna
aa757a15a3
Update docs/ru/engines/table-engines/integrations/s3.md
Co-authored-by: olgarev <56617294+olgarev@users.noreply.github.com>
2021-03-10 08:51:13 +03:00
Anna
cf4d94ed65
Update docs/ru/engines/table-engines/integrations/s3.md
Co-authored-by: olgarev <56617294+olgarev@users.noreply.github.com>
2021-03-10 08:50:50 +03:00
Anna
fc13e92644
Update docs/ru/engines/table-engines/integrations/s3.md
Co-authored-by: olgarev <56617294+olgarev@users.noreply.github.com>
2021-03-10 08:50:42 +03:00
Anna
4a589aff5b
Update docs/ru/engines/table-engines/integrations/s3.md
Co-authored-by: olgarev <56617294+olgarev@users.noreply.github.com>
2021-03-10 08:49:37 +03:00
Anna
1da690a089
Update docs/ru/engines/table-engines/integrations/s3.md
Co-authored-by: olgarev <56617294+olgarev@users.noreply.github.com>
2021-03-10 08:49:24 +03:00
Anna
413d60e225
Update docs/en/sql-reference/table-functions/s3.md
Co-authored-by: olgarev <56617294+olgarev@users.noreply.github.com>
2021-03-10 08:49:05 +03:00
Anna
9de3e8d09f
Update docs/en/sql-reference/table-functions/s3.md
Co-authored-by: olgarev <56617294+olgarev@users.noreply.github.com>
2021-03-10 08:48:52 +03:00
Anna
b87e687444
Update docs/en/sql-reference/table-functions/s3.md
Co-authored-by: olgarev <56617294+olgarev@users.noreply.github.com>
2021-03-10 08:48:31 +03:00
Anna
805301dddb
Update docs/en/engines/table-engines/integrations/s3.md
Co-authored-by: olgarev <56617294+olgarev@users.noreply.github.com>
2021-03-10 08:48:15 +03:00
Anna
b186bf611b
Update docs/en/sql-reference/table-functions/s3.md
Co-authored-by: olgarev <56617294+olgarev@users.noreply.github.com>
2021-03-10 08:48:04 +03:00
Anna
621188d4d7
Update docs/en/engines/table-engines/integrations/s3.md
Co-authored-by: olgarev <56617294+olgarev@users.noreply.github.com>
2021-03-10 08:47:49 +03:00
Anna
5d254e32c6
Update docs/en/engines/table-engines/integrations/s3.md
Co-authored-by: olgarev <56617294+olgarev@users.noreply.github.com>
2021-03-10 08:47:35 +03:00
Anna
f6889ab49a
Update docs/en/engines/table-engines/integrations/s3.md
Co-authored-by: olgarev <56617294+olgarev@users.noreply.github.com>
2021-03-10 08:47:25 +03:00
olgarev
a4bd6939c9
Apply suggestions from code review
Co-authored-by: Anna <42538400+adevyatova@users.noreply.github.com>
2021-03-09 23:46:47 +03:00
Dmitriy
cf51574d82 Edit and translate to Russian
Исправил английскую версию и перевел на русский язык.
2021-03-09 23:31:48 +03:00
lehasm
c0630e2c90 en text improved. 2021-03-09 22:45:29 +03:00
lehasm
65c4cfd1fc Merge branch 'alexey-sm-DOCSUP-7197-navigation-title-ru-support' of https://github.com/lehasm/ClickHouse into alexey-sm-DOCSUP-7197-navigation-title-ru-support 2021-03-09 22:02:45 +03:00
lehasm
3d85ac6f40 Removed unnecessary symbols from TOC titles 2021-03-09 21:59:23 +03:00
Maksim Kita
0188c195b9
Update settings.md 2021-03-09 20:01:49 +03:00
romanzhukov
be929edd88 DOCSUP-7045: Add interserver replication https 2021-03-09 18:10:37 +03:00
nautaa
a5d4484e11 update query-complexity.md 2021-03-09 14:41:53 +08:00
alexey-milovidov
4125a78be6
Merge pull request #21523 from MikuSugar/patch-1
Update replication.md
2021-03-09 03:10:37 +03:00
alexey-milovidov
bcbf451f4c
Update index.md 2021-03-09 02:47:31 +03:00
alexey-milovidov
f5d9655416
Update index.md 2021-03-09 02:47:00 +03:00
lehasm
233ca6373e max_parallel_replicas description edited 2021-03-08 23:46:26 +03:00
lehasm
b538b2255b runningConcurrency() english description changed. 2021-03-08 22:44:45 +03:00
George
095ee81a4e Updated description 2021-03-08 19:40:05 +03:00
lehasm
62aa7bdd74 Экранированные кодовые позиции Unicode заменены на символы 2021-03-08 17:54:44 +03:00
Islam Israfilov
bf44ce675d
Update join.md 2021-03-08 17:43:07 +03:00
ana-uvarova
20dd448cd7 polishing 2021-03-08 15:16:01 +03:00
MikuSugar
4962f83dcd
Update replication.md
Repair of typos
2021-03-08 18:23:46 +08:00
Azat Khuzhin
16f4c02d42 Add optimize_skip_unused_shards_limit
Limit for number of sharding key values, turns off
optimize_skip_unused_shards if the limit is reached
2021-03-26 06:09:00 +03:00
alexey-milovidov
08081fe965 Update index.md 2021-03-08 03:40:29 +03:00
alexey-milovidov
9922d8e102 Update index.md 2021-03-08 03:40:29 +03:00
alexey-milovidov
7876415b8a Update external-dicts-dict-sources.md 2021-03-08 03:40:29 +03:00
alexey-milovidov
c1a96e977a Update kafka.md 2021-03-08 03:40:29 +03:00
alexey-milovidov
a165089ee3 Update odbc.md 2021-03-08 03:40:29 +03:00
Slach
5016b30209 replace posgresql to postgresql 2021-03-08 03:40:29 +03:00
Slach
ddd5acf251 try to fix "fake" nowhere links according to https://github.com/ClickHouse/ClickHouse/pull/21268#issuecomment-787106299 2021-03-08 03:40:29 +03:00
Slach
8763ac98fe fix multi dimensional array warning - https://github.com/ClickHouse/ClickHouse/pull/21078#discussion_r580829045
Signed-off-by: Slach <bloodjazman@gmail.com>
2021-03-08 03:40:29 +03:00
Eugene Klimov
c2e97c2951 Update docs/en/sql-reference/table-functions/postgresql.md
Co-authored-by: Kseniia Sumarokova <54203879+kssenii@users.noreply.github.com>
2021-03-08 03:40:29 +03:00
Slach
7c91b1d6e6 fix multi dimensional array warning - https://github.com/ClickHouse/ClickHouse/pull/21078#discussion_r580829045
Signed-off-by: Slach <bloodjazman@gmail.com>
2021-03-08 03:39:24 +03:00
Slach
5791cf5f2b fix review comments https://github.com/ClickHouse/ClickHouse/pull/21078#discussion_r580413875 and https://github.com/ClickHouse/ClickHouse/pull/21078#discussion_r580410204
Signed-off-by: Slach <bloodjazman@gmail.com>
2021-03-08 03:39:24 +03:00
Slach
831135432f add PostgreSQL engine and table function documentation
Signed-off-by: Slach <bloodjazman@gmail.com>
2021-03-08 03:39:24 +03:00
lehasm
08e34ee072 Перевод описания функции (WIP) 2021-03-07 19:51:48 +03:00
Simeon Emanuilov
eb1caf240d Language & Style improvements in "Distinctive features" 2021-03-07 09:00:09 +02:00
Olga Revyakina
1d0b63b652 Fixed back 2021-03-06 23:51:42 +03:00
Olga Revyakina
40c439f96f Fixes 2021-03-06 23:38:18 +03:00
Olga Revyakina
eae4a4aac9 Fixes 2021-03-06 23:33:56 +03:00
olgarev
2b9c9b28ef
Update docs/ru/engines/table-engines/mergetree-family/mergetree.md
Co-authored-by: Anna <42538400+adevyatova@users.noreply.github.com>
2021-03-06 23:30:22 +03:00
olgarev
f19bd8270d
Apply suggestions from code review
Co-authored-by: Anna <42538400+adevyatova@users.noreply.github.com>
2021-03-06 23:27:08 +03:00
Anna
933da37546
Update s3.md
important fixes
2021-03-06 22:58:54 +03:00
Olga Revyakina
a0887dc7fe Fix 2021-03-06 22:18:05 +03:00
olgarev
187327001a
Update docs/_description_templates/template-function.md
Co-authored-by: Anna <42538400+adevyatova@users.noreply.github.com>
2021-03-06 22:15:39 +03:00
olgarev
f9aa416f69
Update docs/_description_templates/template-engine.md
Co-authored-by: Anna <42538400+adevyatova@users.noreply.github.com>
2021-03-06 22:14:15 +03:00
Olga Revyakina
5ac8a6634a Fix 2021-03-06 15:37:52 +03:00
Olga Revyakina
529acce312 Minor fixes 2021-03-06 14:55:17 +03:00
Olga Revyakina
22518cb14b Links fixed. 2021-03-06 14:25:37 +03:00
Olga Revyakina
406f3f9a06 First commit 2021-03-06 14:13:14 +03:00
tavplubix
ec1d0c8e86
Merge pull request #21382 from sevirov/sevirov-DOCSUP-7043-edit_translate_russian_system_part_log_table
DOCSUP-7043: Edit and translate to Russian
2021-03-06 12:54:44 +03:00
Olga Revyakina
d0d85c73d0 Minor fixes 2021-03-06 12:26:55 +03:00
Olga Revyakina
ff76356fd1 Docs en,ru PLUS templates updates 2021-03-06 11:59:50 +03:00
romanzhukov
aa52c9e2e3 DOCSUP-7100: Add avg translation, argmax query fixes. 2021-03-05 17:58:08 +03:00
gyuton
627cde7c64
DOCSUP-6387: Updated the toIPv6 and IPv6StringToNum functions (#20577)
Co-authored-by: olgarev <56617294+olgarev@users.noreply.github.com>
Co-authored-by: George <gyuton@yandex-team.ru>
2021-03-05 17:50:43 +03:00
zvonand
024f13420d Merge branch 'master' of github.com:ClickHouse/ClickHouse into docs_kerberos_support 2021-03-05 17:04:29 +03:00
Kruglov Pavel
5597da968c
Merge pull request #21441 from DIAOZHAFENG/patch-1
Update in.md
2021-03-05 16:55:35 +03:00
gyuton
e996e2be8e
Update docs/en/sql-reference/statements/detach.md
Co-authored-by: olgarev <56617294+olgarev@users.noreply.github.com>
2021-03-05 15:37:34 +03:00
gyuton
59b16ecb3c
Update docs/en/sql-reference/statements/detach.md
Co-authored-by: olgarev <56617294+olgarev@users.noreply.github.com>
2021-03-05 15:36:31 +03:00
gyuton
9ac39dcda9
Update docs/en/sql-reference/statements/detach.md
Co-authored-by: olgarev <56617294+olgarev@users.noreply.github.com>
2021-03-05 15:36:19 +03:00
Anna
b1b5812330 minor fix 2021-03-05 13:16:36 +03:00
Anna
78ebeab9b9 edit adopters.md 2021-03-05 13:13:07 +03:00
Anna
061f1bbe6b minor fixed 2021-03-05 12:54:17 +03:00
Anna
62db68e3da fix link 2021-03-05 12:43:51 +03:00
Anna
6e6c0069e2 fixed links 2021-03-05 12:36:05 +03:00
Anna
bb2061dd8f revert some changes 2021-03-05 12:22:15 +03:00
Anna
c9cdde9983 Minor fixed 2021-03-05 12:10:35 +03:00
Anna
7ccbd63e25 minor fixed 2021-03-05 11:59:06 +03:00
Anna
1bceed4984 casting to template 2021-03-05 11:31:16 +03:00
Anna
178134ba23 edit en text 2021-03-05 11:00:49 +03:00
Alexander Kuzmenkov
81dc94bca7
Merge pull request #19836 from sevirov/sevirov-DOCSUP-4707-edit_translate_russian_date_time
DOCSUP-4707: Edit and translate to Russian
2021-03-05 05:11:26 +03:00
alexey-milovidov
643b065849
Update datetime.md 2021-03-05 02:55:12 +03:00
alexey-milovidov
1985364c8f
Update datetime.md 2021-03-05 02:35:54 +03:00
Dmitriy
fbc4791db7 Add the links
Добавил ссылки на продукты, убрал кавычки со стандарта.
2021-03-04 20:13:22 +03:00
Ivan
218542589a
Merge pull request #19673 from azat/distributed-bytes_to_throw_insert
Add ability to throttle INSERT into Distributed
2021-03-04 13:28:23 +03:00
DIAOZHAFENG
35aaac84b8
Update in.md 2021-03-04 16:58:09 +08:00
DIAOZHAFENG
587014217c
Update in.md
update untranslated line
2021-03-04 16:47:59 +08:00
olgarev
134eaa55e5
DOCSUP-6258: FAQ edit and translate (#21109)
Co-authored-by: ana-uvarova <ana-uvarova@yandex-team.ru>
Co-authored-by: AnaUvarova <64017504+AnaUvarova@users.noreply.github.com>
Co-authored-by: vdimir <vdimir@yandex-team.ru>
Co-authored-by: Olga Revyakina <revolg@yandex-team.ru>
Co-authored-by: Anna <42538400+adevyatova@users.noreply.github.com>
2021-03-04 10:50:14 +03:00
Azat Khuzhin
6965ac26c3 Distributed: Add ability to delay/throttle INSERT until pending data will be reduced
Add two new settings for the Distributed engine:
- bytes_to_delay_insert
- max_delay_to_insert

If at the beginning of INSERT there will be too much pending data, more
then bytes_to_delay_insert, then the INSERT will wait until it will be
shrinked, and not more then max_delay_to_insert seconds.

If after this there will be still too much pending, it will throw an
exception.

Also new profile events were added (by analogy to the MergeTree):
- DistributedDelayedInserts (although you can use system.errors instead
  of this, but still)
- DistributedRejectedInserts
- DistributedDelayedInsertsMilliseconds
2021-03-03 23:30:23 +03:00
Azat Khuzhin
b5a5778589 Distributed: Add ability to limit amount of pending bytes for async INSERT
Right now with distributed_directory_monitor_batch_inserts=1 and
insert_distributed_sync=0 INSERT into Distributed table will store
blocks that should be sent to remote (and in case of
prefer_localhost_replica=0 to the localhost too) on the local
filesystem, and sent it in background.

However there is no limit for this storage, and if the remote is
unavailable (or some other error), these pending blocks may take
significant space, and this is not always desired behaviour.

Add new Distributed setting - bytes_to_throw_insert, that will set the
limit for how much pending bytes is allowed, if the limit will be
reached an exception will be throw.

By default was set to 0, to avoid surprises.
2021-03-03 23:30:00 +03:00
ana-uvarova
7434022b89 still draft needs check 2021-03-03 22:33:01 +03:00
Mike Kot
6ea574525c Small fixes regarding the review 2021-03-03 16:51:41 +03:00
romanzhukov
3d3639b99a DOCSUP-7100: Add avg translation, argmax query fixes. 2021-03-03 01:59:12 +03:00
romanzhukov
dbd91442e0 DOCSUP-7100: Add avg translation, argmax query fixes. 2021-03-03 01:46:37 +03:00
Dmitriy
fec0cf5f09 Edit and translate to Russian
Поправил английскую версию и выполнил перевод на русский язык.
2021-03-02 20:59:33 +03:00
Anna
85dc5b8a74 Add ru translation 2021-03-01 23:07:09 +03:00
sevirov
9d98c8ea2e
Update docs/en/operations/opentelemetry.md
Co-authored-by: Anna <42538400+adevyatova@users.noreply.github.com>
2021-03-01 21:47:02 +03:00
sevirov
f47bd5fae8
Update docs/en/operations/opentelemetry.md
Co-authored-by: Anna <42538400+adevyatova@users.noreply.github.com>
2021-03-01 21:46:52 +03:00
sevirov
02ebe453a5
Update docs/ru/operations/opentelemetry.md
Co-authored-by: Anna <42538400+adevyatova@users.noreply.github.com>
2021-03-01 21:46:39 +03:00
sevirov
c912c966d8
Update docs/ru/operations/opentelemetry.md
Co-authored-by: Anna <42538400+adevyatova@users.noreply.github.com>
2021-03-01 21:46:21 +03:00
Mike Kot
4e1ac185b5 Merge remote-tracking branch 'upstream/master' into feature/attach-partition-local 2021-03-01 20:58:07 +03:00
Mike Kot
f088dd445d Extended the test to check both the ALTER PARTITION and PART
Added some notes about the SYSTEM SYNC REPLICA and ALTER ... DROP /
ATTACH.
2021-03-01 20:41:31 +03:00
Dmitriy
08a49dd28a Update opentelemetry.md
Исправил небольшую опечатку.
2021-03-01 20:24:18 +03:00
zvonand
29d191322a Merge branch 'master' of github.com:ClickHouse/ClickHouse into docs_kerberos_support 2021-03-01 20:11:28 +03:00
sevirov
b3095d0ba0
Update docs/ru/operations/opentelemetry.md
Co-authored-by: Anna <42538400+adevyatova@users.noreply.github.com>
2021-03-01 20:05:24 +03:00
sevirov
25ff24dfee
Update docs/ru/operations/opentelemetry.md
Co-authored-by: Anna <42538400+adevyatova@users.noreply.github.com>
2021-03-01 20:05:04 +03:00
sevirov
51af0bd2d1
Update docs/ru/operations/opentelemetry.md
Co-authored-by: Anna <42538400+adevyatova@users.noreply.github.com>
2021-03-01 20:04:43 +03:00
sevirov
281b18827b
Update docs/ru/operations/opentelemetry.md
Co-authored-by: Anna <42538400+adevyatova@users.noreply.github.com>
2021-03-01 20:04:25 +03:00
sevirov
5b638653e4
Update docs/ru/operations/opentelemetry.md
Co-authored-by: Anna <42538400+adevyatova@users.noreply.github.com>
2021-03-01 20:03:44 +03:00
sevirov
a43ce6dc16
Update docs/ru/operations/opentelemetry.md
Co-authored-by: Anna <42538400+adevyatova@users.noreply.github.com>
2021-03-01 20:02:48 +03:00
olgarev
15b3f379a5
DOCSUP-4915: documented geo data types (#21294)
* Initial

* Fix links

* Fix master

* Mistakes corrected

* Minor fix

* Fixes and intro.

* Update geo.md

* Apply suggestions from code review

Co-authored-by: Anton Popov <pad11rus@gmail.com>

Co-authored-by: Olga Revyakina <revolg@yandex-team.ru>
Co-authored-by: Anton Popov <pad11rus@gmail.com>
2021-03-01 19:41:16 +03:00
Roman Bug
a4f2ee0752
DOCSUP-6144: Edit and translate PR to Russian (#19780)
Co-authored-by: Anna <42538400+adevyatova@users.noreply.github.com>
Co-authored-by: romanzhukov <romanzhukov@yandex-team.ru>
Co-authored-by: Vladimir <vdimir@yandex-team.ru>
2021-03-01 16:51:38 +03:00
Nikita Mikhaylov
cb2a26308f
Merge pull request #20347 from gyuton/gyuton-DOCSUP-6549-Edit_and_translate
DOCSUP-6549: Edited and translated to Russian
2021-03-01 16:49:06 +03:00
Anna
f5f1752f44 add files in ru docs 2021-03-01 16:35:59 +03:00
Chao Ma
c2b8612525 Fix error configuration for cluster secret 2021-03-01 16:30:42 +08:00
zvonand
5677ff9b0a Merge branch 'master' of github.com:ClickHouse/ClickHouse into docs_kerberos_support 2021-03-01 11:04:56 +05:00
alexey-milovidov
9b633ac564
Update ontime.md 2021-02-28 23:27:01 +03:00
zvonand
652899e631 Semi-final kerberos + ldap (ru) 2021-03-01 00:11:29 +05:00
Vladimir
6aa72bcd43
Merge pull request #19591 from ka1bi4/romanzhukov-DOCSUP-5266-PR-translate 2021-02-28 20:40:04 +03:00
Dmitriy
187eb837db Add the links
Добавил ссылки.
2021-02-28 20:10:44 +03:00
Alexey Milovidov
01ef06a42c Fix broken links 2021-02-28 02:31:47 +03:00
alexey-milovidov
528f1d9a39
Merge pull request #21266 from Sin4wd/patch-1
Fix broken links in "See Also"
2021-02-28 02:29:18 +03:00
alexey-milovidov
7d8ddbb813
Merge pull request #21278 from ClickHouse/cell-towers
Add new dataset: Cell Towers
2021-02-27 23:42:58 +03:00
Nikita Mikhaylov
ad72a83711
Merge pull request #20325 from gyuton/gyuton-DOCSUP-6073-Document_mapContains_mapKeys_mapValues_functions
DOCSUP-6073: Documented mapContains, mapKeys, mapValues functions
2021-02-27 23:16:45 +03:00
Nikolay
bb5a8241b9
Add information about my ClickHouse PHP extension
I made a native PHP extension for ClickHouse using the clickhouse-cpp library.
My goal is to make a fast extension for ClickHouse with interface similar to mysqli.
2021-02-27 21:05:04 +03:00
Alexey Milovidov
5e3c9a5deb Rename 2021-02-27 17:44:12 +03:00
Alexey Milovidov
2cafd54c17 Add new dataset: Cell Towers 2021-02-27 17:42:31 +03:00
Olga Revyakina
720bef8ae2 Links in index.md files 2021-02-27 04:14:56 +03:00
Olga Revyakina
106772af33 Fixes 2021-02-27 03:59:03 +03:00
Olga Revyakina
b6b98bd09a Updates for Readme and master fixes 2021-02-27 03:42:45 +03:00
Olga Revyakina
c11824b156 Dictionary 2021-02-27 03:29:56 +03:00
Olga Revyakina
64322d2212 Table engine and function 2021-02-27 03:01:02 +03:00
Sina
df95411d51
Fix broken links in "See Also"
The link was transformed into "https://clickhouse.tech/docs/en/sql-reference/sql-reference/statements/create/table#ttl-expression" which did not exist and got 404.
2021-02-27 01:04:35 +03:30
Maksim Kita
e83f360ada
Merge pull request #21195 from johnhummelAltinity/patch-1
Update encryption-functions.md
2021-02-26 23:47:52 +03:00
tavplubix
d2cba7581f
Merge pull request #20478 from sevirov/sevirov-DOCSUP-6544-edit_translate_russian_insert_query_support
DOCSUP-6544: Edit and translate to Russian
2021-02-26 22:47:19 +03:00
Dmitriy
e79c308194 Fix the link
Пытаюсь поправить битую ссылку.
2021-02-26 21:49:33 +03:00
tavplubix
b8418533a3
Update docs/en/sql-reference/table-functions/url.md 2021-02-26 17:28:56 +03:00
Vladimir
9038fb3861
Merge pull request #20540 from lehasm/alexey-sm-DOCSUP-4328-document-xz-compression 2021-02-26 15:44:47 +03:00
Vladimir
17d9406501
Apply suggestions from code review 2021-02-26 15:13:41 +03:00
Vladimir
0c5e48df9c
Merge pull request #20556 from gyuton/gyuton-DOCSUP-6234-Add_aliases_to_functions 2021-02-26 15:01:15 +03:00
Olga Revyakina
d331954f16 DB engine 2021-02-26 01:57:20 +03:00
Dmitriy
83cf614c55 Fix the link
Правлю битые ссылки.
2021-02-26 00:37:22 +03:00
Dmitriy
efb17c0f31 Merge remote-tracking branch 'remotes/clickhouse/master' into sevirov-DOCSUP-6544-edit_translate_russian_insert_query_support 2021-02-25 23:34:36 +03:00
Dmitriy
90527556ad Fix by the comments
Поправил на основании комментарий разработчика.
2021-02-25 22:21:11 +03:00
John Hummel
64327eafc8
Update encryption-functions.md
Updated Optinal to Optional line 136.
2021-02-25 10:50:22 -05:00
Roman Bug
168e6c63ea
Merge branch 'master' into romanzhukov-DOCSUP-5822-update-accurateCastOrNull 2021-02-25 14:40:49 +03:00
Nikita Mikhaylov
d4e48f44f5
Update encryption-functions.md 2021-02-25 14:20:42 +03:00
Nikita Mikhaylov
70b8d6d565
Update encryption-functions.md 2021-02-25 14:19:26 +03:00
Slach
b331b03d3a fix indvalid links, add some
PR re-created from scratch
https://github.com/ClickHouse/ClickHouse/pull/21122
2021-02-25 16:07:09 +05:00
Maksim Kita
200d81cea7
Merge pull request #19993 from benbiti/master
[Docs]fix mistype in avg
2021-02-24 23:26:16 +03:00
Maksim Kita
56ce7dfa4c
Merge pull request #20294 from sevirov/sevirov-DOCSUP-6294-document_parseDateTimeBestEffortUSOrZero_parseDateTimeBestEffortUSOrNull_functions
DOCSUP-6294: Document the parseDateTimeBestEffortUSOrZero and parseDateTimeBestEffortUSOrNull functions
2021-02-24 21:52:50 +03:00
Maksim Kita
af13c36a4b
Updated documentation 2021-02-24 21:49:56 +03:00
Maksim Kita
32f10f402c
Updated documentation 2021-02-24 21:48:28 +03:00
Kruglov Pavel
6dc683dce6
Merge pull request #19815 from otrazhenia/evgsudarikova-DOCSUP-6149
DOCSUP-6149: Edit and translate to Russian
2021-02-24 16:15:56 +03:00
zvonand
fbb6a931cc Upd ldap translation 2021-02-24 17:59:47 +05:00
zvonand
b8fc216c71 Merge branch 'master' of github.com:ClickHouse/ClickHouse into docs_kerberos_support 2021-02-24 15:20:06 +05:00
zvonand
ada96c8ff1 Added En and Ru Kerberos docs 2021-02-24 15:10:37 +05:00
Denny Crane
c25ea35099
Update settings.md 2021-02-23 18:22:47 -04:00
Denny Crane
613854df0d
Update settings.md
fix hyperlink
2021-02-23 17:43:52 -04:00
lehasm
7ee4492823 Fixed link 2021-02-23 17:24:15 +03:00
lehasm
bb2ee9609f Compression mentioned in File engine 2021-02-23 16:43:40 +03:00
lehasm
0b82889740 Translated to ru 2021-02-23 16:00:41 +03:00
lehasm
9e052ae178 Examples moved to section end 2021-02-23 15:23:26 +03:00
gyuton
9f169aa13e
Update docs/ru/sql-reference/functions/tuple-map-functions.md
Co-authored-by: olgarev <56617294+olgarev@users.noreply.github.com>
2021-02-23 15:08:39 +03:00
gyuton
c223a87658
Update docs/ru/sql-reference/functions/tuple-map-functions.md
Co-authored-by: olgarev <56617294+olgarev@users.noreply.github.com>
2021-02-23 15:08:34 +03:00
gyuton
07e4cbcc06
Update docs/ru/sql-reference/functions/tuple-map-functions.md
Co-authored-by: olgarev <56617294+olgarev@users.noreply.github.com>
2021-02-23 15:08:29 +03:00
Maksim Kita
468dd76595
Merge pull request #20625 from Taschenbergerm/patch-1
Update argmax.md
2021-02-23 13:46:11 +03:00
alexey-milovidov
bfcf78e9cb
Merge pull request #21090 from den-crane/patch-11
Update lowcardinality.md
2021-02-23 12:38:02 +03:00
Maksim Kita
609c35a49c
Added special case in documentation example 2021-02-23 12:36:26 +03:00
Denny Crane
2aee897243
Update lowcardinality.md 2021-02-22 18:21:30 -04:00
Maksim Kita
99875c23bc Documentation low cardinality fix 2021-02-22 21:34:23 +03:00
zvonand
01cf460287 New file 2021-02-22 21:18:59 +05:00
tavplubix
5aed41fd81
Merge pull request #20217 from vzakaznikov/live-view-docs
Adding documentation for LIVE VIEWs
2021-02-22 16:08:06 +03:00
alexey-milovidov
50639b7dba
Merge pull request #21052 from ClickHouse/file-engine-settings
Merging #20620
2021-02-22 13:10:31 +03:00
ana-uvarova
7fa72f238a draft 2021-02-22 12:49:49 +03:00
idfer
2159344628
Fixed words typo in the setting-users doc. 2021-02-22 11:17:05 +08:00
Alexey Milovidov
46ac365629 Merge branch 'master' into topvisor/file-engine-settings 2021-02-21 23:10:26 +03:00
Vitaliy Zakaznikov
c2a71dda1f Merge branch 'master' of https://github.com/ClickHouse/ClickHouse into live-view-docs 2021-02-21 09:50:02 -05:00
Vitaliy Zakaznikov
46f67fa8ac Adding examples to live view docs. 2021-02-21 09:45:20 -05:00
Michael Monashev
f93b450da9
Update lowcardinality.md 2021-02-21 16:00:52 +03:00
Michael Monashev
75edfd0549
Update lowcardinality.md 2021-02-21 15:56:47 +03:00
gyuton
743b705952
Merge branch 'master' into gyuton-DOCSUP-6234-Add_aliases_to_functions 2021-02-21 15:31:29 +03:00
gyuton
0a58fd2eb2
Merge branch 'master' into gyuton-DOCSUP-6549-Edit_and_translate 2021-02-21 15:28:06 +03:00
George
bff08e32bf updates 2021-02-21 15:22:48 +03:00
George
159c619407 Merge branch 'master' of https://github.com/ClickHouse/ClickHouse into gyuton-DOCSUP-6073-Document_mapContains_mapKeys_mapValues_functions 2021-02-21 15:16:11 +03:00
George
cfb0dbb9e5 updated and added links 2021-02-21 15:01:10 +03:00
Evgeniia Sudarikova
d723f25fbd delete extra text 2021-02-20 16:51:31 +03:00
Anton Popov
6ca51c2b8d
Merge pull request #20450 from lehasm/alexey-sm-DOCSUP-5974-document-decodeXMLComponent
DOCSUP-5974: documented decodeXMLComponent function
2021-02-20 03:03:18 +03:00
alexey-milovidov
a78523cf01
Merge pull request #20208 from vzakaznikov/ldap_docs
Adding documentation on how to use LDAP server as external user authenticator or directory
2021-02-19 20:56:01 +03:00
alexey-milovidov
2299930c31
Merge pull request #20545 from kssenii/rabbit-format-settings
rabbitmq: add missing format factory settings
2021-02-19 20:24:17 +03:00
Maksim Kita
71c65b5d82
Merge pull request #20611 from kitaisreal/rename-untyped-function-reinterpret-as
Rename untyped function reinterpretAs into reinterpret
2021-02-19 14:35:00 +03:00
Maksim Kita
5bbd6f7480 Fixed documentation 2021-02-19 12:37:00 +03:00
sevirov
5eb5180ef8
Update docs/ru/sql-reference/table-functions/url.md
Co-authored-by: olgarev <56617294+olgarev@users.noreply.github.com>
2021-02-18 21:49:33 +03:00
sevirov
31e78ef998
Update docs/ru/sql-reference/table-functions/url.md
Co-authored-by: olgarev <56617294+olgarev@users.noreply.github.com>
2021-02-18 21:48:54 +03:00
sevirov
3222a9aecd
Update docs/ru/sql-reference/table-functions/url.md
Co-authored-by: olgarev <56617294+olgarev@users.noreply.github.com>
2021-02-18 21:48:32 +03:00
sevirov
234ec940be
Update docs/ru/sql-reference/table-functions/remote.md
Co-authored-by: olgarev <56617294+olgarev@users.noreply.github.com>
2021-02-18 21:48:13 +03:00
sevirov
d10c9f1bd3
Update docs/ru/sql-reference/table-functions/remote.md
Co-authored-by: olgarev <56617294+olgarev@users.noreply.github.com>
2021-02-18 21:47:50 +03:00
sevirov
3ba3faa156
Update docs/ru/sql-reference/table-functions/remote.md
Co-authored-by: olgarev <56617294+olgarev@users.noreply.github.com>
2021-02-18 21:47:28 +03:00
sevirov
ef263d0356
Update docs/ru/sql-reference/table-functions/remote.md
Co-authored-by: olgarev <56617294+olgarev@users.noreply.github.com>
2021-02-18 21:46:56 +03:00
sevirov
ce6263220a
Update docs/ru/sql-reference/table-functions/remote.md
Co-authored-by: olgarev <56617294+olgarev@users.noreply.github.com>
2021-02-18 21:46:35 +03:00
sevirov
95c07b19ec
Update docs/ru/sql-reference/table-functions/remote.md
Co-authored-by: olgarev <56617294+olgarev@users.noreply.github.com>
2021-02-18 21:46:13 +03:00
sevirov
ee168507db
Update docs/ru/sql-reference/table-functions/remote.md
Co-authored-by: olgarev <56617294+olgarev@users.noreply.github.com>
2021-02-18 21:45:48 +03:00
sevirov
fe4419b220
Update docs/ru/sql-reference/table-functions/remote.md
Co-authored-by: olgarev <56617294+olgarev@users.noreply.github.com>
2021-02-18 21:45:25 +03:00
sevirov
44bd6670da
Update docs/ru/sql-reference/table-functions/file.md
Co-authored-by: olgarev <56617294+olgarev@users.noreply.github.com>
2021-02-18 21:44:40 +03:00
sevirov
d79ea4f383
Update docs/ru/sql-reference/table-functions/file.md
Co-authored-by: olgarev <56617294+olgarev@users.noreply.github.com>
2021-02-18 21:44:03 +03:00
sevirov
4b4c37a719
Update docs/en/sql-reference/table-functions/file.md
Co-authored-by: olgarev <56617294+olgarev@users.noreply.github.com>
2021-02-18 21:42:38 +03:00
sevirov
500d3561cf
Update docs/ru/sql-reference/table-functions/file.md
Co-authored-by: olgarev <56617294+olgarev@users.noreply.github.com>
2021-02-18 21:41:47 +03:00
sevirov
0e8a951ac5
Update docs/ru/operations/caches.md
Co-authored-by: olgarev <56617294+olgarev@users.noreply.github.com>
2021-02-18 21:38:54 +03:00
Dmitriy
03640221a8 Add the zero date
Добавил нулевую дату.
2021-02-18 21:33:30 +03:00
sevirov
1626833987
Update docs/ru/sql-reference/functions/type-conversion-functions.md
Co-authored-by: olgarev <56617294+olgarev@users.noreply.github.com>
2021-02-18 21:21:25 +03:00
sevirov
5cfe245e22
Update docs/ru/sql-reference/functions/type-conversion-functions.md
Co-authored-by: olgarev <56617294+olgarev@users.noreply.github.com>
2021-02-18 21:21:12 +03:00
alesapin
45119fce4f
Merge pull request #20306 from bharatnc/ncb/docs-rename-column
Document ALTER RENAME Column
2021-02-18 15:46:28 +03:00
Maksim Kita
4278098f9a Reinterpret function added Decimal, DateTim64 support 2021-02-18 13:09:01 +03:00
Dmitriy
b4c7c3702d Merge remote-tracking branch 'remotes/clickhouse/master' into sevirov-DOCSUP-6294-document_parseDateTimeBestEffortUSOrZero_parseDateTimeBestEffortUSOrNull_functions 2021-02-17 21:56:05 +03:00
Kseniia Sumarokova
20ff183549
Merge branch 'master' into rabbit-format-settings 2021-02-17 19:01:53 +03:00
Marvin Taschenberger
8cecb533ca
Update argmax.md 2021-02-17 15:03:09 +01:00
Evgeniia Sudarikova
e350891405 resolved conflict 2021-02-17 16:50:58 +03:00
Evgeniia Sudarikova
ee4d3f7aa4 edited ; in queries, edited after review 2021-02-17 16:23:10 +03:00
alesapin
0de1535b23
Merge pull request #20596 from kssenii/rabbitmq-add-vhost
Support vhost for rabbitmq engine
2021-02-17 15:18:22 +03:00
Maksim Kita
e52cc1ac1f Updated documentation 2021-02-17 11:31:20 +03:00
Vladimir
2c560d8e3b
Merge pull request #20544 from adevyatova/annadevyatova-DOCSUP-6762-templates 2021-02-17 10:17:01 +03:00
kssenii
d79f7c04f6 Merge branch 'master' of https://github.com/ClickHouse/ClickHouse into rabbit-format-settings 2021-02-17 06:03:19 +00:00
gyuton
23754e46e8
Update docs/ru/engines/table-engines/integrations/kafka.md
Co-authored-by: olgarev <56617294+olgarev@users.noreply.github.com>
2021-02-17 01:41:47 +03:00
kssenii
29362bb483 Support vhost 2021-02-16 22:05:14 +00:00
George
e15a080104 First draft 2021-02-17 00:36:18 +03:00
gyuton
2858151d09
Update kafka.md 2021-02-17 00:25:34 +03:00
gyuton
f2c7c38c18
Update docs/ru/sql-reference/functions/encryption-functions.md
Co-authored-by: olgarev <56617294+olgarev@users.noreply.github.com>
2021-02-16 22:38:20 +03:00
gyuton
236b9cfeff
Update docs/ru/sql-reference/functions/encryption-functions.md
Co-authored-by: olgarev <56617294+olgarev@users.noreply.github.com>
2021-02-16 22:36:01 +03:00
gyuton
c10485d21a
Update docs/ru/sql-reference/functions/encryption-functions.md
Co-authored-by: olgarev <56617294+olgarev@users.noreply.github.com>
2021-02-16 22:35:55 +03:00
gyuton
b82e564076
Update docs/ru/sql-reference/functions/encryption-functions.md
Co-authored-by: olgarev <56617294+olgarev@users.noreply.github.com>
2021-02-16 22:35:48 +03:00
gyuton
579f8a95bc
Update docs/ru/sql-reference/functions/encryption-functions.md
Co-authored-by: olgarev <56617294+olgarev@users.noreply.github.com>
2021-02-16 22:35:43 +03:00
gyuton
07795335ce
Update docs/ru/sql-reference/functions/encryption-functions.md
Co-authored-by: olgarev <56617294+olgarev@users.noreply.github.com>
2021-02-16 22:35:23 +03:00
gyuton
7a910d38a1
Update docs/ru/sql-reference/functions/encryption-functions.md
Co-authored-by: olgarev <56617294+olgarev@users.noreply.github.com>
2021-02-16 22:35:12 +03:00
gyuton
a26f2b77cb
Update docs/ru/sql-reference/functions/encryption-functions.md
Co-authored-by: olgarev <56617294+olgarev@users.noreply.github.com>
2021-02-16 22:35:07 +03:00
gyuton
5edba42865
Update docs/ru/sql-reference/functions/encryption-functions.md
Co-authored-by: olgarev <56617294+olgarev@users.noreply.github.com>
2021-02-16 22:34:43 +03:00
gyuton
66d6b7a3a0
Update docs/ru/sql-reference/functions/encryption-functions.md
Co-authored-by: olgarev <56617294+olgarev@users.noreply.github.com>
2021-02-16 22:34:33 +03:00
gyuton
d213039fe5
Update docs/ru/sql-reference/functions/encryption-functions.md
Co-authored-by: olgarev <56617294+olgarev@users.noreply.github.com>
2021-02-16 22:33:57 +03:00
gyuton
22ab639287
Update docs/ru/sql-reference/functions/encryption-functions.md
Co-authored-by: olgarev <56617294+olgarev@users.noreply.github.com>
2021-02-16 22:33:32 +03:00
gyuton
a642dbce46
Update docs/ru/sql-reference/functions/encryption-functions.md
Co-authored-by: olgarev <56617294+olgarev@users.noreply.github.com>
2021-02-16 22:33:19 +03:00
gyuton
b8be90cdf9
Update docs/ru/sql-reference/functions/encryption-functions.md
Co-authored-by: olgarev <56617294+olgarev@users.noreply.github.com>
2021-02-16 22:32:59 +03:00
gyuton
a1cd07b9a0
Update docs/ru/sql-reference/aggregate-functions/parametric-functions.md
Co-authored-by: olgarev <56617294+olgarev@users.noreply.github.com>
2021-02-16 22:24:49 +03:00
Dmitriy
e93e1911ee Translate to Russian
Выполнил перевод на русский язык.
2021-02-16 21:01:36 +03:00
Dmitriy
a154ad914d Merge remote-tracking branch 'remotes/clickhouse/master' into sevirov-DOCSUP-6294-document_parseDateTimeBestEffortUSOrZero_parseDateTimeBestEffortUSOrNull_functions 2021-02-16 19:10:49 +03:00
M0r64n
75117389ec Add a couple of QOL file engine settings 2021-02-16 18:50:11 +04:00
Sergi Almacellas Abellana
e37e48b324
Fix typo and ReplicatedMergeTree link on tutorial
I was reading your online documentation and I found that there was a typo on the sql command and there was some missing link. 
Not quite familiar with the clickhouse contribution process, I just edited the files fix directly from github, let me know if there is something else missing from my side. 

Hope this helps!
2021-02-16 14:31:04 +01:00
Nikita Mikhaylov
94c733bac7
Merge pull request #20190 from damozhaeva/dmozhaeva-DOCSUP-2042-edit-and-translate
DOCSUP-3539 Отработать замечания по переводу
2021-02-16 15:47:16 +03:00
George
243ca5fe58 Added aliases for type conversion functions 2021-02-16 14:48:28 +03:00
George
4315cd8d26 fixed a typo 2021-02-16 14:34:24 +03:00
George
8a7d59f0fe Added aliases for string function 2021-02-16 14:31:24 +03:00
George
c661760113 fixed a typo 2021-02-16 14:27:52 +03:00
Vladimir
dc32d1fa41
Make Arguments bold in doc 2021-02-16 14:21:23 +03:00
George
3603fbd46a added aliases for ip-address functions 2021-02-16 14:13:17 +03:00
George
1bd1a97716 added aliases for string functions 2021-02-16 14:13:01 +03:00
George
33e12f7b4a added aliases for encoding functions 2021-02-16 14:12:44 +03:00
George
bc6fdc7d4b added aliases for date-time functions 2021-02-16 14:12:12 +03:00
gyuton
0b0b481825
DOCSUP-5602: Edited and translated to russian (#20302)
* Edited and added translation

* Minor fixes

* Fix typo

Co-authored-by: George <gyuton@yandex-team.ru>
Co-authored-by: Ivan <5627721+abyss7@users.noreply.github.com>
2021-02-16 14:02:33 +03:00
George
a632280011 added alias for nulls 2021-02-16 13:53:44 +03:00
George
17d7a49106 Fixed typos 2021-02-16 13:33:20 +03:00
George
341e7bc848 Fixed links 2021-02-16 13:23:52 +03:00
kssenii
d9f66d8d30 Better doc 2021-02-15 23:25:19 +00:00
kssenii
2a887b9772 Add missing format factory settings 2021-02-15 22:06:10 +00:00
Dmitriy
21f80a9367 Add examples
Добавил примеры.
2021-02-16 00:42:16 +03:00
Anna
d7db44c911 Other replacement 2021-02-16 00:38:32 +03:00
Anna
97d7a53962 Replacement Parameters to Arguments for aggregate functions 2021-02-16 00:33:53 +03:00
George
6eeef74d43 first draft 2021-02-16 00:32:39 +03:00
Anna
ce1f10904e Global replacement Parameters to Arguments 2021-02-16 00:22:10 +03:00
Anna
5a5542dd5c Minor fixes 2021-02-16 00:03:02 +03:00
Dmitriy
c9a6b21fc8 Fix the English version
Поправил английскую версию согласно комментариям в PR.
2021-02-15 23:47:12 +03:00
Anna
7bc6368776 Add template for engine desc 2021-02-15 23:46:13 +03:00
sevirov
f6cbad65e8
Update docs/en/sql-reference/functions/type-conversion-functions.md
Co-authored-by: olgarev <56617294+olgarev@users.noreply.github.com>
2021-02-15 23:33:35 +03:00
sevirov
a09c9be48b
Update docs/en/sql-reference/functions/type-conversion-functions.md
Co-authored-by: olgarev <56617294+olgarev@users.noreply.github.com>
2021-02-15 23:30:39 +03:00
sevirov
5eda616990
Update docs/en/sql-reference/functions/type-conversion-functions.md
Co-authored-by: olgarev <56617294+olgarev@users.noreply.github.com>
2021-02-15 23:14:01 +03:00
sevirov
e7bbb6cb23
Update docs/en/sql-reference/functions/type-conversion-functions.md
Co-authored-by: olgarev <56617294+olgarev@users.noreply.github.com>
2021-02-15 23:09:06 +03:00
Alexander Kuzmenkov
c9dd1aa58b
Update index.md 2021-02-15 22:56:26 +03:00
Alexander Kuzmenkov
2de6d550cc
Update index.md 2021-02-15 22:42:10 +03:00
Alexander Kuzmenkov
7f21a21694
Update index.md 2021-02-15 22:40:55 +03:00
Alexander Kuzmenkov
cd944cb1e3
Merge pull request #20154 from sevirov/sevirov-DOCSUP-6438-document_opentelemetry_start_trace_probability_setting
DOCSUP-6438: Document the opentelemetry_start_trace_probability setting
2021-02-15 22:36:02 +03:00
Alexander Kuzmenkov
d08dcb1958
Update docs/en/operations/settings/settings.md 2021-02-15 22:35:49 +03:00
Alexander Kuzmenkov
22a5ef3635
Merge pull request #20095 from sevirov/sevirov-DOCSUP-6437-document_system_opentelemetry_span_log
DOCSUP-6437: Document the system.opentelemetry_span_log system table
2021-02-15 22:34:48 +03:00
lehasm
6734df2a01 Unnecessary new lines removed 2021-02-15 21:25:32 +03:00
Roman Bug
e8889463a6
Update docs/ru/operations/utilities/clickhouse-local.md
Co-authored-by: Anna <42538400+adevyatova@users.noreply.github.com>
2021-02-15 21:25:31 +03:00
Roman Bug
e34d6b0f37
Update docs/ru/sql-reference/functions/date-time-functions.md
Co-authored-by: Anna <42538400+adevyatova@users.noreply.github.com>
2021-02-15 21:25:10 +03:00