alesapin
9acb8fe196
Merge pull request #14620 from simPod/dictX-doc
...
Mention db requirement in dictionary functions
2020-09-09 19:59:58 +03:00
Ilya Yatsishin
0a0f794874
Merge pull request #14510 from yulu86/update-docs
...
Update Chinese tutorial documentation to make it more human readable
2020-09-09 17:08:06 +03:00
Simon Podlipsky
97616f2982
Mention db requirement in dictionary functions
2020-09-09 13:33:34 +02:00
olgarev
de9f1f4c94
DOCSUP-924: Higher-order functions moved to Array functions ( #14092 )
...
* Higher-order functions description moved to Array functions (English).
* Bad anchor fixed.
* Update docs/en/sql-reference/functions/array-functions.md
Co-authored-by: Ivan Blinkov <github@blinkov.ru>
* Higher-order functions description moved to Array functions (Russian).
* Update array-functions.md
Minor fixes in Russian text.
Co-authored-by: Olga Revyakina <revolg@yandex.ru>
Co-authored-by: Ivan Blinkov <github@blinkov.ru>
2020-09-08 18:55:00 +03:00
Ilya Yatsishin
149732aa52
Merge pull request #14529 from em0t/fix-zh-translate
...
fix zh translate
2020-09-08 18:22:15 +03:00
Roman Bug
f364d86b2b
DOCSUP-2037: Edit and translate PR to RU ( #14439 )
...
* DOCSUP-2037: Updated by PR#12010.
* DOCSUP-2037: Updated by PR#11865
* DOCSUP-2037: Update by PR#11032.
* DOCSUP-2037: Update by PR#11433.
* Update docs/ru/engines/table-engines/mergetree-family/mergetree.md
Co-authored-by: BayoNet <da-daos@yandex.ru>
* Update docs/ru/engines/table-engines/mergetree-family/mergetree.md
Co-authored-by: BayoNet <da-daos@yandex.ru>
* Update docs/ru/operations/system-tables/index.md
Co-authored-by: BayoNet <da-daos@yandex.ru>
* Update docs/ru/operations/system-tables/index.md
Co-authored-by: BayoNet <da-daos@yandex.ru>
Co-authored-by: romanzhukov <romanzhukov@yandex-team.ru>
Co-authored-by: BayoNet <da-daos@yandex.ru>
2020-09-08 18:20:02 +03:00
Nikita Mikhaylov
80f193f615
Merge pull request #14252 from bharatnc/ncb/time-query-log-in-ms
...
add query_start_time_microseconds field to system.query_log & system.query_thread_log tables
2020-09-08 15:11:50 +04:00
Anna
0a9f6b1805
DOCSUP-2193: Describe SHOW queries for RBAC ( #14515 )
...
* Documentation for #10387 , upd syntax by issues #12311 , #12312
* Update docs/ru/sql-reference/statements/show.md
Co-authored-by: Anna Devyatova <annadevyatova@yandex-team.ru>
Co-authored-by: BayoNet <da-daos@yandex.ru>
2020-09-08 10:35:24 +03:00
alesapin
4364bff3bc
Merge pull request #12761 from kssenii/rabbitmq-improvements
...
RabbitMQ improvements
2020-09-08 09:38:25 +03:00
alexey-milovidov
83a89fe858
Update tips.md
2020-09-07 20:22:39 +03:00
alexey-milovidov
aa48162e81
Update tips.md
2020-09-07 20:22:17 +03:00
kssenii
40c8290dde
Tiny fixes, better tests
2020-09-07 14:48:50 +00:00
alesapin
4ce975c512
Merge branch 'master' into kssenii-rabbitmq-improvements
2020-09-07 11:36:08 +03:00
zhangshengyu
d666d4c449
fix zh translate
2020-09-07 15:00:47 +08:00
Peng Jian
ac25c41f22
Update docs for Kafka engine
2020-09-06 11:17:19 +08:00
Peng Jian
fd82272cfe
Fix code style, and update docs for Kafka engine
2020-09-06 11:17:19 +08:00
yulu86
439bcab6d6
update chinese tutorial to make it more human readable
2020-09-05 10:36:35 +08:00
yulu86
dbeeb7d141
optimize chinese tutorial docs to make it more human readable
2020-09-05 01:52:23 +08:00
bharatnc
d0c33dc653
docs for query_thread_log - query_start_time_microseconds
2020-09-04 09:48:32 -07:00
bharatnc
bddfa03631
add docs for query_start_time_microseconds
2020-09-04 09:42:18 -07:00
alexey-milovidov
9167846cc7
Merge pull request #14457 from ClickHouse/allow-to-test-website
...
Provide a way to quickly test the website
2020-09-04 09:14:49 +03:00
alexey-milovidov
4f9df21d3e
Merge pull request #10373 from azat/dist-SELECT-optimization
...
Optimize queries with LIMIT/LIMIT BY/ORDER BY for distributed with GROUP BY sharding_key
2020-09-04 01:38:56 +03:00
Alexey Milovidov
10798e1780
Provide a way to quickly test the website
2020-09-03 23:37:45 +03:00
olgarev
9851cd9a26
Minor update in English text and translation into Russian. ( #14240 )
...
Co-authored-by: Olga Revyakina <revolg@yandex.ru>
2020-09-03 21:11:46 +03:00
Kseniia Sumarokova
4b7c303eaf
Merge branch 'master' into rabbitmq-improvements
2020-09-03 17:26:04 +03:00
Azat Khuzhin
776688acc2
Add documentation for optimize_distributed_group_by_sharding_key
2020-09-03 00:54:11 +03:00
Azat Khuzhin
fffeeeba06
Force WithMergeableStateAfterAggregation via distributed_group_by_no_merge (convert to UInt64)
...
Possible values:
- 1 - Do not merge aggregation states from different servers for distributed query processing - in case it is for certain that there are different keys on different shards.
- 2 - same as 1 but also apply ORDER BY and LIMIT stages
2020-09-03 00:52:51 +03:00
Ilya Yatsishin
7c539cb974
Merge pull request #14348 from ka1bi4/romanzhukov-DOCSUP-2031-pr-translation
...
DOCSUP-2031: Edit and translate PR to Russian.
2020-09-02 16:13:16 +03:00
Ilya Yatsishin
e94a2f2489
Merge pull request #14349 from otrazhenia/evgsudarikova-DOCSUP-2003
...
DOCSUP-2003: Edit and translate to Russian RabbitMQ description
2020-09-02 16:07:18 +03:00
alesapin
12f76d9448
Merge pull request #14325 from azat/suppress-wget-output
...
Suppress superfluous wget (-nv) output
2020-09-02 14:59:28 +03:00
alexey-milovidov
b100d7a911
Merge pull request #14087 from 243f6a8885a308d313198a2e037/patch-1
...
fixed Japanese translation for data-types/date.md
2020-09-02 05:01:01 +03:00
alexey-milovidov
8a2b06af74
Merge pull request #14185 from dreamerfable/master
...
Update MergeTree.md
2020-09-02 04:59:41 +03:00
alexey-milovidov
8c394a9828
Merge pull request #14213 from BayoNet/docs/CLICKHOUSEDOCS-744-collapsing-merge-tree
...
DOCS-744: Fixed the CollapsingMerge description
2020-09-02 04:59:22 +03:00
Evgeniia Sudarikova
1259ded322
Add RU version
2020-09-01 22:02:11 +03:00
Evgeniia Sudarikova
f93edc5def
Edit more text in EN version
2020-09-01 21:59:27 +03:00
romanzhukov
9591ae59cc
DOCSUP-2031: Update by PR#11065 Disable ANY RIGHT and ANY FULL JOINs by default
2020-09-01 20:46:40 +03:00
romanzhukov
b67fde2b04
DOCSUP-2031: Update by PR#1130
...
Added description of the partial_merge_join_optimizations and partial_merge_join_rows_in_right_blocks settings.
2020-09-01 19:20:42 +03:00
Evgeniia Sudarikova
34a2beab7c
Edited EN description
2020-09-01 18:03:43 +03:00
kssenii
15f735bb24
Merge branch 'master' of https://github.com/ClickHouse/ClickHouse into rabbitmq-improvements
2020-09-01 10:51:34 +00:00
kssenii
7b0713b12d
Update docs
2020-09-01 08:29:05 +00:00
Azat Khuzhin
2d7cb03120
Suppress superfluous wget (-nv) output
...
Since for dowloading some of files wget logging may take 50% of overall
log [1].
[1]: https://clickhouse-builds.s3.yandex.net/14315/c32ff4c98cb3b83a12f945eadd180415b7a3b269/clickhouse_build_check/build_log_761119955_1598923036.txt
2020-09-01 10:25:13 +03:00
Ivan Blinkov
679afe5ff2
Revert "Documentation about ReplacingMergeTree extended with type DateTime64 for column ( #13498 )"
...
This reverts commit 896b561523
.
2020-09-01 10:06:23 +03:00
alesapin
e28b477f79
Merge pull request #14263 from bharatnc/ncb/disallow-codec-for-alias
...
Disallow codec for ALIAS columns types
2020-09-01 09:42:53 +03:00
alexey-milovidov
c78cc8d6b1
Update adopters.md
2020-08-31 21:14:00 +03:00
Anna
1a57d25cf0
DOCSUP-1395: Add desc for system tables. ( #13852 )
...
* Add desc for system tables.
* Fixed links, add comments from the developer
* Update docs/en/operations/system-tables/row_policies.md
Co-authored-by: BayoNet <da-daos@yandex.ru>
* Update docs/en/operations/system-tables/row_policies.md
Co-authored-by: BayoNet <da-daos@yandex.ru>
* Update docs/en/operations/system-tables/row_policies.md
Co-authored-by: BayoNet <da-daos@yandex.ru>
* Update docs/en/operations/system-tables/settings_profile_elements.md
Co-authored-by: BayoNet <da-daos@yandex.ru>
* Update docs/en/operations/system-tables/settings_profile_elements.md
Co-authored-by: BayoNet <da-daos@yandex.ru>
* Update docs/en/operations/system-tables/row_policies.md
Co-authored-by: BayoNet <da-daos@yandex.ru>
* Update docs/en/operations/system-tables/settings_profile_elements.md
Co-authored-by: BayoNet <da-daos@yandex.ru>
* Update docs/en/operations/system-tables/users.md
Co-authored-by: BayoNet <da-daos@yandex.ru>
* Link to Enum.
* Added translation to russian
* Update row_policies.md
* Add lost description
* Update docs/ru/operations/system-tables/grants.md
Co-authored-by: BayoNet <da-daos@yandex.ru>
* Update docs/ru/operations/system-tables/grants.md
Co-authored-by: BayoNet <da-daos@yandex.ru>
* Update docs/ru/operations/system-tables/row_policies.md
Co-authored-by: BayoNet <da-daos@yandex.ru>
* Update docs/ru/operations/system-tables/row_policies.md
Co-authored-by: BayoNet <da-daos@yandex.ru>
* Additions
* Fixed links
Co-authored-by: Anna Devyatova <annadevyatova@yandex-team.ru>
Co-authored-by: BayoNet <da-daos@yandex.ru>
2020-08-31 21:04:37 +03:00
bharatnc
c4e235b000
Merge remote-tracking branch 'upstream/master' into ncb/disallow-codec-for-alias
2020-08-31 09:01:07 -07:00
dfenelonov
ebbdaf41aa
DOCSUP-1352: [CLICKHOUSEDOCS] Edit and translate to Russian ( #13891 )
...
* first commit
* second commit
* Third commit
* Fourth commit
* array-functions.md
* Sixth commit
* Seventh commit
* Eigth commit
* Ninth commit
* tenth commit
* eleventh commit
* twelfth commit
2020-08-31 14:38:32 +03:00
bharatnc
59edda2e94
add note in docs about codec for ALIAS column type
2020-08-31 00:47:22 -07:00
alexey-milovidov
6ae05d70fe
Merge pull request #14226 from ClickHouse/functional-more-docs
...
Add more docs about functional tests
2020-08-29 00:48:29 +03:00
alexey-milovidov
124a242d9b
Merge pull request #14206 from smallfish/patch-1
...
Update hdfs.md
2020-08-29 00:40:21 +03:00