Nikolai Kochetov
c7aff19937
Merge pull request #14221 from hagen1778/settings-leaf-limits
...
[settings]: introduce new query complexity settings for leaf-nodes
2020-09-18 14:05:10 +03:00
alexey-milovidov
9b6c62e82b
Merge pull request #14867 from amosbird/lbo
...
Explicit define what first replica is.
2020-09-17 19:37:15 +03:00
Vitaly Baranov
3356d75b23
Merge pull request #13156 from azat/cluster-secure
...
Secure inter-cluster query execution (with initial_user as current query user) [v3]
2020-09-17 17:11:00 +03:00
Ilya Golshtein
2d5c31d588
test_storage_kerberized_kafka cleanup + negative test
2020-09-17 16:51:34 +03:00
roman
b41421cb1c
[settings]: introduce new query complexity settings for leaf-nodes
...
The new setting should allow to control query complexity on leaf nodes
excluding the final merging stage on the root-node. For example, distributed
query that reads 1k rows from 5 shards will breach the `max_rows_to_read=5000`,
while effectively every shard reads only 1k rows. With setting `max_rows_to_read_leaf=1500`
this limit won't be reached and query will succeed since every shard reads
not more that ~1k rows.
2020-09-17 10:37:05 +01:00
Alexander Kuzmenkov
6217dd77b5
Merge remote-tracking branch 'origin/master' into tmp
2020-09-17 12:35:10 +03:00
damozhaeva
4a094491f2
DOCSUP-2038 Edit and translate to Russian ( #14236 )
...
* Editing and translation.
* Editing and translation v2.
* Update docs/ru/getting-started/playground.md
Co-authored-by: BayoNet <da-daos@yandex.ru>
* Update docs/ru/getting-started/playground.md
Co-authored-by: BayoNet <da-daos@yandex.ru>
* Update docs/ru/getting-started/playground.md
Co-authored-by: BayoNet <da-daos@yandex.ru>
* Update docs/ru/getting-started/playground.md
Co-authored-by: BayoNet <da-daos@yandex.ru>
* Update docs/ru/getting-started/playground.md
Co-authored-by: BayoNet <da-daos@yandex.ru>
* Russian changes.
* Changed links.
* Update docs/ru/getting-started/playground.md
Co-authored-by: Ivan Blinkov <github@blinkov.ru>
* Update docs/ru/getting-started/playground.md
Co-authored-by: Ivan Blinkov <github@blinkov.ru>
* Changed odbc link
Co-authored-by: Sergei Shtykov <bayonet@yandex-team.ru>
Co-authored-by: emironyuk <em@don.ru>
Co-authored-by: Daria Mozhaeva <dmozhaeva@yandex-team.ru>
Co-authored-by: BayoNet <da-daos@yandex.ru>
Co-authored-by: Ivan Blinkov <github@blinkov.ru>
2020-09-16 21:54:55 +03:00
alexey-milovidov
9f5599858e
Merge pull request #14820 from vladimir-golovchenko/fix-sql-compatibility-doc
...
Fix SQL compatibility doc
2020-09-16 20:44:22 +03:00
Daria Mozhaeva
8dc3c9b239
Edit and translate.
2020-09-16 18:14:33 +04:00
Amos Bird
38d53c38f6
Explicit define what first replica is.
2020-09-16 17:54:41 +08:00
alexey-milovidov
6828e9bbc7
Merge pull request #14851 from den-crane/patch-1
...
ext-dict-functions.md note that id_expr can be Tuple
2020-09-16 00:53:43 +03:00
alexey-milovidov
b8ae25c546
Merge pull request #14857 from vladimir-golovchenko/fix-connection-odbc-to-mssql-doc
...
Improved the description of connecting to MS SQL Server by ODBC.
2020-09-16 00:41:36 +03:00
Vladimir Golovchenko
21bc856d61
Improved the description of connecting to MS SQL Server by ODBC.
2020-09-15 11:26:57 -07:00
Denis Zhuravlev
c4a90a9bc9
Update ext-dict-functions.md
2020-09-15 11:15:30 -03:00
Denis Zhuravlev
11fb255155
Update ext-dict-functions.md
2020-09-15 11:11:34 -03:00
Evgenia Sudarikova
99b220c3ed
Merge branch 'master' into evgsudarikova-DOCSUP-2039
2020-09-15 17:06:42 +03:00
olgarev
06fef7310c
Merge branch 'master' into revolg-DOCSUP-1675-Doc_the_cast_keep_nullable_setting
2020-09-15 06:44:27 +03:00
Olga Revyakina
8506fb20fe
Translated into Russian, and typo fixed in English.
2020-09-15 06:38:54 +03:00
olgarev
3617ae4e4b
Update docs/en/operations/settings/settings.md
...
Co-authored-by: BayoNet <da-daos@yandex.ru>
2020-09-15 06:12:23 +03:00
olgarev
72d27196a0
Apply suggestions from code review
...
Co-authored-by: BayoNet <da-daos@yandex.ru>
2020-09-15 06:10:07 +03:00
Azat Khuzhin
0159c74f21
Secure inter-cluster query execution (with initial_user as current query user) [v3]
...
Add inter-server cluster secret, it is used for Distributed queries
inside cluster, you can configure in the configuration file:
<remote_servers>
<logs>
<shard>
<secret>foobar</secret> <!-- empty -- works as before -->
...
</shard>
</logs>
</remote_servers>
And this will allow clickhouse to make sure that the query was not
faked, and was issued from the node that knows the secret. And since
trust appeared it can use initial_user for query execution, this will
apply correct *_for_user (since with inter-server secret enabled, the
query will be executed from the same user on the shards as on initator,
unlike "default" user w/o it).
v2: Change user to the initial_user for Distributed queries if secret match
v3: Add Protocol::Cluster package
v4: Drop Protocol::Cluster and use plain Protocol::Hello + user marker
v5: Do not use user from Hello for cluster-secure (superfluous)
2020-09-15 01:36:28 +03:00
Vladimir Golovchenko
adbd240417
Added missed section S011 according to SQL:2011.
2020-09-14 12:45:51 -07:00
Vladimir Golovchenko
eb0c1714fe
Extended section E081 according to SQL:2011.
2020-09-14 12:45:51 -07:00
Vladimir Golovchenko
14393a3329
Fixed the wrong version of SQL standard.
2020-09-14 12:45:09 -07:00
alexey-milovidov
4b79927825
Merge pull request #14803 from ClickHouse/filimonov-patch-1
...
Update clickhouse-benchmark.md
2020-09-14 22:20:57 +03:00
Ildus Kurbangaliev
67b49862d9
Add mapPopulateSeries function ( #13166 )
2020-09-14 19:11:50 +03:00
filimonov
709b0f138a
Update clickhouse-benchmark.md
2020-09-14 14:55:40 +02:00
alesapin
06575970aa
Merge pull request #14705 from amosbird/misc1
...
Add merge_algorithm to system.merges
2020-09-14 09:58:30 +03:00
Amos Bird
c2d79bc5cc
Add merge_algorithm to system.merges
2020-09-13 10:00:03 +08:00
Evgeniia Sudarikova
6ba9c107df
add EN changes
2020-09-12 20:34:08 +03:00
Evgeniia Sudarikova
7185b9a945
add changes in RU files
2020-09-12 19:59:03 +03:00
Nikita Mikhaylov
468089a4cd
Merge pull request #14514 from bharatnc/ncb/event_time_microseconds_metric_logs
...
add event_time_microseconds field to asynchronous_metric_log & metric_log system tables
2020-09-11 16:14:00 +04:00
alexey-milovidov
e73ca17ad3
Merge pull request #14725 from BooBSD/formatReadableQuantity
...
formatReadableQuantity() function
2020-09-11 12:09:18 +03:00
Artem Hnilov
726277adec
Update other-functions.md
2020-09-10 20:34:23 +03:00
Nikita Mikhaylov
f0a65522cc
Merge pull request #14333 from hczhcz/patch-0901
...
Add JSONStrings formats
2020-09-10 17:54:42 +04:00
bharatnc
05a80518a1
Merge remote-tracking branch 'upstream/master' into ncb/event_time_microseconds_metric_logs
2020-09-09 17:58:29 -07:00
Alexander Kuzmenkov
e729dc5552
Merge remote-tracking branch 'origin/master' into tmp
2020-09-09 17:33:11 +03:00
Simon Podlipsky
97616f2982
Mention db requirement in dictionary functions
2020-09-09 13:33:34 +02:00
olgarev
352d54fa6b
Merge branch 'master' into revolg-DOCSUP-1673-Doc_the_output_format_pretty_max_value_width_setting
2020-09-08 19:47:13 +03: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
Alexander Kuzmenkov
c62bf555d2
Merge origin/master into tmp (using imerge)
2020-09-08 16:26:38 +03:00
Alexander Kuzmenkov
d0a9926e7d
fixes and some docs
2020-09-08 16:19:27 +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
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
bharatnc
9de49d130f
AsynchronousMetricLog & MetricLog - update docs with examples
2020-09-06 08:31:27 -07: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
Olga Revyakina
a76139bc22
Minor fixes.
2020-09-05 01:00:07 +03:00
Olga Revyakina
88e5476dbe
Docs for the cast_keep_nullable setting (English).
2020-09-05 00:40:31 +03:00
olgarev
f757438e71
Update docs/en/operations/settings/settings.md
...
Co-authored-by: BayoNet <da-daos@yandex.ru>
2020-09-04 22:03:16 +03: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
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
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
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
hcz
a80c1adee8
Add JSONCompactStrings formats
2020-09-02 12:15:58 +08: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
f93edc5def
Edit more text in EN version
2020-09-01 21:59:27 +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
hcz
6d37c9d2a6
Update docs about formats
2020-09-01 17:48:03 +08: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
59edda2e94
add note in docs about codec for ALIAS column type
2020-08-31 00:47:22 -07:00
Olga Revyakina
045e4f8964
Minor fix.
2020-08-30 23:03:16 +03:00
Olga Revyakina
33a65063ce
Docs for the output_format_pretty_max_value_width setting (English).
2020-08-30 22:53:22 +03: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
Alexander Kuzmenkov
de8055835c
Add more docs about functional tests
2020-08-28 21:02:43 +03:00
alesapin
65c33f0802
Merge pull request #13280 from amosbird/as
...
ALTER MODIFY SAMPLE BY
2020-08-28 19:32:09 +03:00
Sergei Shtykov
00c8dce39c
CLICKHOUSEDOCS-744: Fixed VersionedCollapsingMergeTree description.
2020-08-28 14:01:33 +03:00
olgarev
5ecb1717a3
DOCSUP-712: Documented the ttl_only_drop_parts setting ( #13823 )
...
* Docs in English for the ttl_only_drop_parts setting.
* Docs in Russian.
* Update docs/ru/operations/settings/settings.md
Co-authored-by: BayoNet <da-daos@yandex.ru>
Co-authored-by: Olga Revyakina <revolg@yandex-team.ru>
Co-authored-by: BayoNet <da-daos@yandex.ru>
2020-08-28 13:29:56 +03:00
陈小玉
e3665ff09d
Update hdfs.md
2020-08-28 15:56:44 +08:00
alexey-milovidov
0cb7825b8b
Update adopters.md
2020-08-28 01:34:36 +03:00
alexey-milovidov
b93d0911d0
Update adopters.md
2020-08-28 01:29:51 +03:00
alexey-milovidov
484823a859
Update adopters.md
2020-08-28 01:28:41 +03:00
alexey-milovidov
bf0e4f621a
Update adopters.md
2020-08-28 01:23:30 +03:00
alexey-milovidov
a056ffe2f9
Update adopters.md
2020-08-28 01:23:06 +03:00
alexey-milovidov
b7a48df425
Update adopters.md
2020-08-28 01:22:43 +03:00
Amos Bird
05a5a13e08
specific ReplicatedMergeTree settings
2020-08-27 22:37:41 +08:00
Amos Bird
078b14610d
ALTER MODIFY SAMPLE BY
2020-08-27 22:31:30 +08:00
alesapin
afe4702c2c
Merge pull request #14139 from bharatnc/ncb/min_index_granularity_bytes
...
add setting min_index_granularity_bytes
2020-08-27 12:08:07 +03:00
alexey-milovidov
0f706c01ca
Merge pull request #13888 from vladimir-golovchenko/add-date-trunc-function
...
Added date_trunc function
2020-08-27 02:12:27 +03:00
bharatnc
22c3d5ec57
add docs
2020-08-26 15:31:48 -07:00
Alexander Kuzmenkov
c4fc434a13
Merge pull request #14060 from azat/parallel_distributed_insert_select-2
...
Extend parallel_distributed_insert_select to run INSERT into local table
2020-08-26 20:37:36 +03:00
alexey-milovidov
d3a9389465
Merge branch 'master' into bharatnc-ncb/timezones-table
2020-08-26 04:26:37 +03:00
alexey-milovidov
31460db37c
Merge pull request #14028 from ClickHouse/hczhcz-patch-0819-2
...
Merging #13877
2020-08-26 04:24:24 +03:00
alexey-milovidov
729f601601
Merge pull request #13849 from olgarev/revolg-DOCSUP-997-lock_acquire_timeout_setting
...
DOCSUP-997: Documented the lock_acquire_timeout setting
2020-08-26 03:03:47 +03:00
vladimir golovchenko
962dd04ec0
Added documentation for date_trunc function.
2020-08-25 16:41:23 -07:00
alexey-milovidov
7c3c18da92
Merge branch 'master' into bharatnc-ncb/timezones-table
2020-08-26 02:14:53 +03:00
Alexey Milovidov
e2721e95d8
Merge branch 'master' into hczhcz-patch-0819-2
2020-08-25 23:50:41 +03:00
alexey-milovidov
5405a258a4
Merge pull request #14038 from drag0nglass/patch-1
...
Update json-import.md
2020-08-25 23:36:06 +03:00
Azat Khuzhin
50a312534c
Extend parallel_distributed_insert_select to run INSERT into local table
...
Before this patch there was:
- parallel_distributed_insert_select=1, that executes:
INSERT INTO dist_out SELECT ... FROM underlying_dist_in
After this patch there will be:
- parallel_distributed_insert_select=2, that executes:
INSERT INTO underlying_dist_out SELECT ... FROM underlying_dist_in
And cover the behaviour w/o integration test, by using the following
techincs:
- SYSTEM STOP DISTRIBUTED SENDS
- prefer_localhost_replica=0
2020-08-25 22:49:13 +03:00
Sergey Mirvoda
d6ae1a80bf
fixed formatting
2020-08-25 23:14:59 +05:00
Sergey Mirvoda
906d94f727
Yet another .net core client library
...
Tested and used in production.
Windows\Linux supported.
Supported new advanced memory management dotnet core features like Span<> and Memory<>
Almost all CH types supported
Full support for Compression
Nullable types fully tested and supported
2020-08-25 22:15:54 +05:00
Roman Bug
899f93356f
romanzhukov-DOCSUP-2192: Split ALTER to separate files (ru) ( #13905 )
...
* DOCSUP-2192: Split alter section to separete files.
* DOCSUP-2192: Test.
* DOCSUP-2192: Fixed cross links.
* DOCSUP-2192: Fix links.
* DOCSUP-2192: Fix links.
* DOCSUP-2192: Fix links.
* DOCSUP-2192: Added alter delete and alter update topics.
* DOCSUP-2192: Fix one layout mistake and update links.
* DOCSUP-2192: Added delete and update sections. Updated alter index.md
* DOCSUP-2192: Fix links.
Co-authored-by: romanzhukov <romanzhukov@yandex-team.ru>
2020-08-25 18:38:36 +03:00
kssenii
31b1b6fe9f
Merge branch 'master' of https://github.com/ClickHouse/ClickHouse into rabbitmq-improvements
2020-08-25 14:47:03 +00:00
Eugene Klimov
e519e836bf
sync EN and RU version operations/server-configuration-parameters/settings.md
add text_log
description, translate to RU trace_log.md
( #13923 )
...
* fix docs link checks
recreate as new PR
https://github.com/ClickHouse/ClickHouse/pull/13190#issuecomment-676435412
Signed-off-by: Slach <bloodjazman@gmail.com>
* fix links after docs_check https://clickhouse-test-reports.s3.yandex.net/13923/0ce13be72e83665b7269c291f9efdf30c8533338/docs_check/docs_output.txt
Signed-off-by: Slach <bloodjazman@gmail.com>
* try to remove nowhere links in RU, EN, FA, ZN, FR, JA, TR version after https://clickhouse-test-reports.s3.yandex.net/13923/8a4bdfdc57b6b92cdae0651513d190e3f8ebcb23/docs_check/docs_output.txt
Signed-off-by: Slach <bloodjazman@gmail.com>
* fix link after https://clickhouse-test-reports.s3.yandex.net/13923/bc89725b138a8c8bdfa7f1e63698ec1957031cfe/docs_check/docs_output.txt
Signed-off-by: Slach <bloodjazman@gmail.com>
2020-08-25 10:41:59 +03:00
Y Lu
3560736a22
Update json-import.md
...
The format spec shall be 'JSONEachRow' rather than '20JSONEachRow'
2020-08-25 11:39:38 +08:00
bharatnc
13852301ae
Docs for system.time_zones table
2020-08-24 23:31:21 +03:00
Alexey Milovidov
846cdd70fc
Merge branch 'patch-0819' of https://github.com/hczhcz/ClickHouse into hczhcz-patch-0819-2
2020-08-24 23:01:59 +03:00
Nikita Mikhaylov
e4fc48254a
Merge pull request #13818 from bharatnc/ncb/quantileExactLowHigh
...
add functions for quantileExactLow & quantileExactHigh
2020-08-24 23:51:30 +04:00
olgarev
97094a212a
DOCSUP-928: Doc groupArraySample function, updated and translated into Russian ( #13979 )
...
* Updated docs in English and docs in Russian.
* Updated docs in English and docs in Russian.
* Docs in Russian.
Co-authored-by: Olga Revyakina <revolg@yandex-team.ru>
2020-08-24 12:43:13 +03:00
Anton Popov
93d49e5815
Merge pull request #13237 from vdimir/string-locate-startpos-3776
...
Support start_pos argument in `position` function
2020-08-24 12:23:19 +03:00
bharatnc
da7fbfd1c6
doc fix {#quantileexactHigh} -> {#quantileexacthigh}
2020-08-23 10:09:41 -07:00
bharatnc
6782f5de1d
add documentation for quatileExactLow & quantileExactHigh
2020-08-23 10:09:41 -07:00
alexey-milovidov
a2b0dd34f8
Update adopters.md
2020-08-21 14:13:16 +03:00
alexey-milovidov
bc69d75983
Update adopters.md
2020-08-21 13:26:57 +03:00
Alexander Kuzmenkov
2a2775b378
Merge pull request #13615 from myrrc/docs/ci
...
CI checks md file
2020-08-20 23:48:51 +03:00
Alexander Kuzmenkov
74b62b3e3b
review fixes
2020-08-20 22:45:39 +03:00
Alexander Kuzmenkov
cac3fa3e45
review fixes
2020-08-20 22:44:00 +03:00
Alexander Kuzmenkov
58f1b73554
Update build.md
2020-08-20 21:56:22 +03:00
alexey-milovidov
c3699d7026
Merge pull request #13909 from vladimir-golovchenko/fix-dev-instruction
...
Actualized that just one standard library libc++ is being used
2020-08-20 12:31:19 +03:00
alexey-milovidov
1db2675288
Update adopters.md
2020-08-20 12:21:54 +03:00
alexey-milovidov
7445ab94bf
Update adopters.md
2020-08-20 12:18:14 +03:00
vladimir golovchenko
fa4cb79a5a
Actualized the using just one standard library libc++ (before supported both libstdc++ and libc++).
2020-08-20 01:41:04 -07:00
Ivan Blinkov
c0f8fb10bc
Update docs/en/operations/settings/settings.md
...
Co-authored-by: Ilya Yatsishin <2159081+qoega@users.noreply.github.com>
2020-08-19 17:20:59 +03:00
hcz
be2ffe07ee
Add docs and tests
2020-08-19 16:07:51 +08:00
Mike
3b914ce76e
Update docs/en/development/CI.md
...
Co-authored-by: Ivan Blinkov <github@blinkov.ru>
2020-08-18 18:08:33 +03:00
Mike
2d1013b849
Update docs/en/development/CI.md
...
Co-authored-by: Ivan Blinkov <github@blinkov.ru>
2020-08-18 18:08:18 +03:00
Olga Revyakina
ca95341823
English docs for the lock_acquire_timeout setting.
2020-08-18 09:32:40 +03:00
alexey-milovidov
8e5fb10dac
Update adopters.md
2020-08-17 23:07:58 +03:00
alexey-milovidov
d8ddb011b4
Merge pull request #13825 from ClickHouse/blinkov-patch-22
...
fix #13819
2020-08-17 15:37:40 +03:00
alexey-milovidov
c3e82c67ff
Update adopters.md
2020-08-17 14:06:52 +03:00
alexey-milovidov
d8dcd6d2e9
Update adopters.md
2020-08-17 14:01:36 +03:00
alexey-milovidov
5815b5c855
Update adopters.md
2020-08-17 13:58:27 +03:00
alexey-milovidov
5c936e3ba2
Update adopters.md
2020-08-17 13:57:35 +03:00
Ivan Blinkov
ef6a7b2578
fix #13819
2020-08-17 12:05:34 +03:00
Evgenia Sudarikova
225c84a0b3
DOCSUP-1888: Documented the input_format_avro_allow_missing_fields setting ( #13671 )
...
* add EN description
* changes after review
* add RU version
* Update docs/en/operations/settings/settings.md
Co-authored-by: Ivan Blinkov <github@blinkov.ru>
2020-08-17 11:20:37 +03:00
olgarev
7a8b1f064b
DOCSUP-928: Documented the groupArraySample function ( #13791 )
...
* En docs for groupArraySample function.
* Bug fixed.
* Update docs/en/sql-reference/aggregate-functions/reference/grouparraysample.md
Co-authored-by: Olga Revyakina <revolg@yandex-team.ru>
Co-authored-by: Ivan Blinkov <github@blinkov.ru>
2020-08-17 11:00:24 +03:00
emakarov
896b561523
Documentation about ReplacingMergeTree extended with type DateTime64 for column ( #13498 )
...
Co-authored-by: Evgeni Makarov <evgeni@swatmobile.io>
2020-08-17 10:45:10 +03:00
Fullstop000
ade6e38069
doc: update quotas.md ( #13400 )
...
I hereby agree to the terms of the CLA available at: https://yandex.ru/legal/cla/?lang=en
2020-08-17 10:42:46 +03:00
kssenii
9a409db5c0
Merge branch 'master' of https://github.com/ClickHouse/ClickHouse into rabbitmq-improvements
2020-08-15 06:51:22 +00:00
Denis Zhuravlev
53422fe239
Update settings.md
...
removed remark about default's profile for max_server_memory_usage
2020-08-14 16:57:44 -03:00
Mike
c478733303
Added the style checker link
2020-08-14 22:37:43 +03:00
alexey-milovidov
09a72d0c64
Update adopters.md
2020-08-14 08:43:57 +03:00
alexey-milovidov
7f547b9486
Update adopters.md
2020-08-14 08:41:34 +03:00
alexey-milovidov
4dc12873b9
Merge pull request #13616 from hagen1778/max-insert-block-size-docs
...
[docs]: explicitly mention unit of measurement for `max_insert_block_size`
2020-08-14 03:14:49 +03:00
Alexander Kuzmenkov
ab9597fd66
Update CI.md
2020-08-13 22:46:34 +03:00
Alexander Kuzmenkov
0349b75cb4
some updates
2020-08-13 21:45:55 +03:00
alexey-milovidov
d341ec8c3d
Fix misleading, bad and wrong documentation.
2020-08-12 02:23:11 +03:00
alexey-milovidov
2ee6f1484c
Fix bad documentation (progress: 1%)
2020-08-12 02:22:00 +03:00
Roman Bug
4bf3a3e704
DOCSUP-711: Add description for setting output_format_json_quote_denormals ( #13391 )
...
* DOCSUP-711: (en) In settings added description for output_format_json_quote_denormals.
* DOCSUP-711: Fix invalid anchor.
* DOCSUP-711: (ru) In settings added description for output_format_json_quote_denormals.
* DOCSUP-711: Change values styles.
* DOCSUP-711: Add a link from the setting description to the JSON format description. (by pr comment)
Add a link from the JSON format description to the setting description. (by pr comment)
* DOCSUP-711: Rewrite sentence.
* DOCSUP-711: (ru) Added link from settings.md to JSON format.
* DOCSUP-711: (en) Added example of output with the setting (by pr comment).
* DOCSUP-711: Add example of output with the setting.
* DOCSUP-711: Minor fix.
* DOCSUP-711: Update example of settings using.
* DOCSUP-711: Minor fix.
* Update docs/en/interfaces/formats.md by pr
Co-authored-by: BayoNet <da-daos@yandex.ru>
* [wip]Update docs/en/operations/settings/settings.md
Co-authored-by: BayoNet <da-daos@yandex.ru>
* DOCSUP-711: (en) Add sample table and fix pr comments.
* DOCSUP-711: (ru) Updated from en and by pr comments.
* DOCSUP-711: (ru) Updated from en and by pr comments.
* DOCSUP-711: Added name for sample table.
* Update docs/ru/operations/settings/settings.md by pr comment
Co-authored-by: BayoNet <da-daos@yandex.ru>
* Update docs/ru/interfaces/formats.md by pr comment
Co-authored-by: BayoNet <da-daos@yandex.ru>
* Update settings.md
* Update settings.md
Co-authored-by: romanzhukov <romanzhukov@yandex-team.ru>
Co-authored-by: BayoNet <da-daos@yandex.ru>
2020-08-11 18:28:42 +03:00
roman
f18c1ce03e
[docs]: explicitly mention unit of measurement for max_insert_block_size
...
Without explicitly defined unit of measurement the description for
setting `max_insert_block_size` may result into confusion and mistakenly
interpret as bytes.
2020-08-11 14:55:36 +01:00
olgarev
6164e7373d
DOCSUP-791: Docs for optimize_read_in_order setting ( #12611 )
...
* Docs in English for optimize_read_in_order setting.
* Link misspelling fixed.
* Usage section moved to the ORDER BY topic.
* Link fixed.
* Update docs/en/sql-reference/statements/select/order-by.md
Co-authored-by: BayoNet <da-daos@yandex.ru>
* Update docs/en/sql-reference/statements/select/order-by.md
Co-authored-by: BayoNet <da-daos@yandex.ru>
* Apply suggestions from code review
Co-authored-by: BayoNet <da-daos@yandex.ru>
* Apply suggestions from code review
Co-authored-by: BayoNet <da-daos@yandex.ru>
* Update docs/en/sql-reference/statements/select/order-by.md
Co-authored-by: Ivan Blinkov <github@blinkov.ru>
* Small fix in English and translation into Russian.
Co-authored-by: Olga Revyakina <revolg@yandex-team.ru>
Co-authored-by: BayoNet <da-daos@yandex.ru>
Co-authored-by: Ivan Blinkov <github@blinkov.ru>
2020-08-10 16:33:39 +03:00
alexey-milovidov
7de9c2183a
Merge pull request #13517 from vladimir-golovchenko/fix-time-interval-for-create-alter-quota-queries
...
Fixed docs, document blocks and tests: added the missed types of interval (WEEK, MONTH, QUARTER, YEAR) to CREATE/ALTER QUOTA statements
2020-08-09 02:12:13 +03:00
alexey-milovidov
3d0116ec86
Merge pull request #13367 from zingdle/patch-2
...
Update architecture.md
2020-08-09 01:43:00 +03:00
alexey-milovidov
0e341a6f80
Merge pull request #13451 from vladimir-golovchenko/fix-developer-instruction
...
Fixed developer instruction
2020-08-09 01:36:05 +03:00
kssenii
139a19d583
Merge
2020-08-08 17:20:50 +00:00
kssenii
eff0233184
Update docs
2020-08-08 13:36:35 +00:00
vladimir golovchenko
84a8ad7da9
Fixed docs: added the missed types of interval (WEEK, MONTH, QUARTER, YEAR) to CREATE/ALTER QUOTA statements.
2020-08-08 01:16:56 -07:00
alexey-milovidov
8f16c542b6
Update gui.md
2020-08-07 23:47:16 +03:00
alexey-milovidov
98e09028b8
Add Grafana.
2020-08-07 23:46:37 +03:00
alexey-milovidov
1bad2f1b89
Fix bash, CC @qoega
2020-08-07 23:41:57 +03:00
vladimir golovchenko
336a6155d8
Actualized the versions of compilers and Standard Library.
2020-08-07 06:49:15 -07:00
vladimir golovchenko
057a596aa2
Fixed the wrong command to run clickhouse-client.
2020-08-07 06:48:54 -07:00
vladimir golovchenko
568b8d31b4
Fixed the link to a list of tasks: it points to open issues marked as 'easy'.
2020-08-07 06:48:41 -07:00
vladimir golovchenko
987b420709
Fixed the wrong link to Git Cheat Sheet.
2020-08-07 06:48:25 -07:00
vladimir golovchenko
95f95b1f37
Fixed misspelling links.
2020-08-07 06:47:57 -07:00
Alexander Millin
b7f08f447a
[docs] Fix system.md ( #13332 )
...
Co-authored-by: Alexander Millin <a.millin@city-mobil.ru>
2020-08-07 11:48:38 +03:00
alexey-milovidov
cece629145
Fix documentation
2020-08-07 01:14:31 +03:00
alexey-milovidov
5df187783e
Fix data corruption @blinkov
2020-08-06 23:59:19 +03:00
Anna
a6fb067a75
DOCSUP-1915: Split system-table.md into separate files. ( #13160 )
...
* Corrected en files
* Split system-tables.md into separate files
* Fixed links.
* Fixed links.
* Fixed links.
* Fixed links.
* Add ref to original article
* Fixed links
* Add toc_folder_title and translate
* Add stack_trace.md, correct toc-title
* Fixed links
* Hypothesis testing
* Hypothesis testing
* Update run.sh, thanks @azat
Co-authored-by: Anna Devyatova <annadevyatova@yandex-team.ru>
Co-authored-by: Sergei Shtykov <bayonet@yandex-team.ru>
Co-authored-by: alexey-milovidov <milovidov@yandex-team.ru>
2020-08-06 11:50:29 +03:00
Ivan Blinkov
4e08b60b5e
fix #13380 ( #13381 )
2020-08-05 16:06:31 +03:00
Jiading Guo
5e21a59071
Update architecture.md
2020-08-05 18:09:20 +08:00
kssenii
add698a86b
Merge
2020-08-04 21:44:33 +00:00
alexey-milovidov
5cc886b5ba
Update tips.md
2020-08-03 22:08:15 +03:00
kssenii
60124b769c
Merge
2020-08-03 09:17:23 +00:00
vdimir
32f26bcde7
Add start_pos argument for position to documentation, case insensitive tests
2020-08-02 13:29:10 +00:00
Alexey Milovidov
b7ec7be296
Update docs
2020-08-02 01:02:46 +03:00
Alexey Milovidov
2dc74a8a54
Update documentation
2020-08-02 00:47:10 +03:00
BayoNet
2041a8df54
CLICKHOUSEDOCS-721: Removed Avro uuid from the list of usupported logical types. ( #13062 )
...
Co-authored-by: Sergei Shtykov <bayonet@yandex-team.ru>
Co-authored-by: emironyuk <em@don.ru>
2020-07-31 17:52:45 +03:00
BayoNet
09448811df
DOCS-503: system.stack_trace ( #13010 )
...
* CLICKHOUSEDOCS-503: Added stack_trace.md. Restored ru grant.md. Updated ru geo/index.md.
* CLICKHOUSEDOCS-503: Fixed the Original article page.
* Update docs/en/operations/system-tables/stack_trace.md
Co-authored-by: Ivan Blinkov <github@blinkov.ru>
* Update docs/en/operations/system-tables/stack_trace.md
Co-authored-by: Ivan Blinkov <github@blinkov.ru>
Co-authored-by: Sergei Shtykov <bayonet@yandex-team.ru>
Co-authored-by: Ivan Blinkov <github@blinkov.ru>
2020-07-31 14:46:58 +03:00
Nikolai Kochetov
a767b59f41
Merge pull request #12981 from hczhcz/patch-0728
...
Add http headers X-ClickHouse-Database and X-ClickHouse-Format
2020-07-31 14:19:54 +03:00
BayoNet
c1b71ab06e
DOCS-733: Fixed broken links in Russian version ( #13106 )
...
* CLICKHOUSEDOCS-733: Fixed some broken links. Updated introduction and TOC in aggregate functions.
* CLICKHOUSEDOCS-733: Fixed files endings.
* CLICKHOUSEDOCS-733: Returned the list of functions back to reference index.
Co-authored-by: Sergei Shtykov <bayonet@yandex-team.ru>
Co-authored-by: emironyuk <em@don.ru>
2020-07-30 15:49:19 +03:00
alexey-milovidov
7c84c3a9ed
Merge pull request #13083 from emironyuk/emironyuk-DOCSUP-1914-adopters
...
DOCSUP-1914: updated adopters.md
2020-07-30 05:26:21 +03:00
Elizaveta Mironyuk
4ed0c46145
fixed link in a table
2020-07-29 14:45:25 +03:00
Elizaveta Mironyuk
07c06bdc39
added youtube timecodes
2020-07-29 14:36:04 +03:00
Elizaveta Mironyuk
3c793002da
fixed link
2020-07-29 13:46:32 +03:00
Elizaveta Mironyuk
bdb43c32e3
fixed link in operations/system-tables/asynchronous_metric_log.md
2020-07-29 13:38:23 +03:00
Ildus Kurbangaliev
fdf4fd337a
add mapAdd and mapSubtract functions ( #11735 )
2020-07-29 11:50:30 +03:00
Elizaveta Mironyuk
2cebd98767
updated adopters, fixed alphabetical order
2020-07-29 09:46:22 +03:00
olgarev
2aefe5fb77
DOCSUP-790: docs for mutations_sync setting ( #12639 )
...
* Docs in English.
* Fixed links bug.
* Update docs/en/sql-reference/statements/alter/delete.md
Co-authored-by: Ivan Blinkov <github@blinkov.ru>
* Translated into Russian. Anchors in links syncronized with English text. One minor change in English text to unify two similar descriptions.
Co-authored-by: Olga Revyakina <revolg@yandex-team.ru>
Co-authored-by: Ivan Blinkov <github@blinkov.ru>
2020-07-29 09:43:24 +03:00
hcz
486d63864b
Add X-ClickHouse-Database and X-ClickHouse-Format
2020-07-29 14:03:57 +08:00
Ivan Blinkov
9e62fa1c5a
[docs] maybe fix build
2020-07-28 22:38:52 +03:00
alexey-milovidov
8225bc13fe
Fix terrible unbearable data rot. CC @blinkov
2020-07-28 21:42:30 +03:00
BayoNet
6dd731dd00
DOCS-590: parallel_distributed_insert_select ( #12980 )
...
* DOCSUP-987: parallel_distributed_insert_select setting (#145 )
* add EN version
* add EN version
* changes after review in EN version
* add RU version
* CLICKHOUSEDOCS-590: Updated text
Co-authored-by: Evgenia Sudarikova <56156889+otrazhenia@users.noreply.github.com>
Co-authored-by: Sergei Shtykov <bayonet@yandex-team.ru>
2020-07-28 15:25:49 +03:00
olgarev
e2287959a8
DOCSUP-1585: Edit and sync geo functions ( #12584 )
...
* Geo functions - en/ru sync.
* Fixed bug with levels.
* Apply suggestions from code review
Co-authored-by: Ivan Blinkov <github@blinkov.ru>
Co-authored-by: BayoNet <da-daos@yandex.ru>
* Geo functions splitted into 3 files.
* Links fixed.
* Link fixed.
* Anchor fixed.
* Add into TOC.
* Temporarily removed anchors.
* Working on TOC.
* Links to original article.
* TOC and links in English and Russian.
* TOC in English, content in index.
* Link fixed.
* TOC in Russian, with content in index file.
* Added index file to geo functions
* fixed links in ru
Co-authored-by: Olga Revyakina <revolg@yandex-team.ru>
Co-authored-by: Ivan Blinkov <github@blinkov.ru>
Co-authored-by: BayoNet <da-daos@yandex.ru>
Co-authored-by: Sergei Shtykov <bayonet@yandex-team.ru>
2020-07-28 10:57:28 +03:00
alexey-milovidov
795c09fdbb
Merge pull request #12662 from ildus/simple_aggr_for_minmap_maxmap
...
Add minMap and maxMap support to SimpleAggregateFunction
2020-07-28 00:03:34 +03:00
Vladimir Chebotarev
81636eb69e
Update asynchronous_metric_log.md
2020-07-27 00:43:03 +03:00
Vladimir Chebotarev
f655270ec3
Update asynchronous_metric_log.md
2020-07-27 00:39:04 +03:00
kssenii
92efb84753
Update docs
2020-07-25 17:06:38 +00:00
alexey-milovidov
742b8729b8
Update asynchronous_metrics.md
2020-07-24 12:09:30 +03:00
Ivan Blinkov
0a2cd20570
Update detach.md
2020-07-23 23:02:54 +03:00
Ivan Blinkov
720cd5ca69
Update system.md
2020-07-23 23:02:47 +03:00
Ivan Blinkov
3ea7d8e5cd
Update describe-table.md
2020-07-23 23:02:18 +03:00
Ivan Blinkov
26b7ea0ad9
Update check-table.md
2020-07-23 23:01:28 +03:00
Ivan Blinkov
2fe8b8c65e
Update attach.md
2020-07-23 23:01:14 +03:00
Ivan Blinkov
9a8836a542
Update drop.md
2020-07-23 16:06:50 +03:00
Ivan Blinkov
6e77ef1052
Update exists.md
2020-07-23 16:06:24 +03:00
Ivan Blinkov
d89325fb19
Update kill.md
2020-07-23 16:06:02 +03:00
Ivan Blinkov
ea592c93f8
Update optimize.md
2020-07-23 16:05:37 +03:00
Ivan Blinkov
94b4c504d4
Update rename.md
2020-07-23 16:05:07 +03:00
Ivan Blinkov
fb93a911a6
Update set.md
2020-07-23 16:04:52 +03:00
Ivan Blinkov
9d8a96ea1b
Update set-role.md
2020-07-23 16:04:34 +03:00
Ivan Blinkov
a7b0210638
Update truncate.md
2020-07-23 16:04:13 +03:00
Ivan Blinkov
46e1dbfbd6
Update use.md
2020-07-23 16:03:56 +03:00
BayoNet
6999a757e3
DOCS-652: randomFixedString ( #12712 )
...
* DOCSUP-1249 fixedRandomString description was added (#137 )
* fixedRandomString description was added
* Update docs/en/sql-reference/functions/other-functions.md
Co-authored-by: BayoNet <da-daos@yandex.ru>
* Update docs/en/sql-reference/functions/other-functions.md
Co-authored-by: BayoNet <da-daos@yandex.ru>
* Update docs/en/sql-reference/functions/other-functions.md
Co-authored-by: BayoNet <da-daos@yandex.ru>
* I added the information about symbols class.
* Ive translated function description to Russian.
* Fixes.
* Type of the result added.
* Type of the result added in two languages.
* Fixes.
Co-authored-by: BayoNet <da-daos@yandex.ru>
* CLICKHOUSEDOCS-652: Fixed text.
Co-authored-by: AnaUvarova <64017504+AnaUvarova@users.noreply.github.com>
Co-authored-by: Sergei Shtykov <bayonet@yandex-team.ru>
2020-07-23 15:19:14 +03:00
AnaUvarova
d3e02a2e1b
DOCSUP-1838: Description of the system.asynchronous_metric_log table ( #12711 )
...
* Draft for table description.
* async_metric_log was described in two langs
* Fixes.
* Fixes.
* Update docs/en/operations/system-tables/asynchronous_metric_log.md
Co-authored-by: Ivan Blinkov <github@blinkov.ru>
* Update docs/en/operations/system-tables/asynchronous_metric_log.md
Co-authored-by: Ivan Blinkov <github@blinkov.ru>
* Update docs/en/operations/system-tables/asynchronous_metric_log.md
Co-authored-by: Ivan Blinkov <github@blinkov.ru>
* Update docs/en/operations/system-tables/asynchronous_metric_log.md
Co-authored-by: Ivan Blinkov <github@blinkov.ru>
Co-authored-by: Ivan Blinkov <github@blinkov.ru>
2020-07-23 15:15:01 +03:00
alexey-milovidov
456bf4461b
Merge branch 'master' into br1
2020-07-23 13:26:41 +03:00
alexey-milovidov
89f2a8ea7b
Merge pull request #12668 from ClickHouse/aku/local-docs
...
Add `file()` example to clickhouse-local docs
2020-07-23 11:49:48 +03:00
Ivan Blinkov
1d3c2e8340
Update docs/en/operations/utilities/clickhouse-local.md
2020-07-23 10:20:40 +03:00
Alexander Kuzmenkov
8b4de77cf6
Add file()
example to clickhouse-local docs
2020-07-22 16:39:13 +03:00
alexey-milovidov
838c329966
Update adopters.md
2020-07-22 16:20:22 +03:00
Ildus Kurbangaliev
0d82c02710
add minMap and maxMap support to SimpleAggregateFunction
2020-07-22 12:21:10 +02:00
Dmitrii Raev
2a575fd5c8
Update external-dicts-dict-lifetime.md ( #12657 )
...
duplicated line
2020-07-22 11:26:04 +03:00
Ivan Blinkov
39ead5a405
[docs] change syntax highlight mode
2020-07-21 23:28:23 +03:00
Ivan Blinkov
5eefd3792d
fix mistype
2020-07-21 23:26:28 +03:00
Denis Zhuravlev
813f5d3265
Doc. Update drop.md ( #12644 )
...
* Update drop.md
DROP VIEW added
* Update drop.md
* Update drop.md
* Update docs/en/sql-reference/statements/drop.md
Co-authored-by: Ivan Blinkov <github@blinkov.ru>
2020-07-21 22:24:08 +03:00
Denis Zhuravlev
ae8c6e57c1
Doc change. Update view.md ( #12643 )
...
* Update view.md
OR REPLACE / ON CLUSTER
* Update docs/en/sql-reference/statements/create/view.md
Co-authored-by: Ivan Blinkov <github@blinkov.ru>
2020-07-21 22:22:33 +03:00
BayoNet
1d0be5495c
DOCS-663: RBAC roles system tables ( #12605 )
...
* DOCSUP-1394 (#139 )
* Added descriptions: system.roles, system.role_grants, system.current_roles, system.enabled_roles
* Add columns
* Add description for system.roles, system.role_grants, system.current_roles, system.enabled_roles
* Update docs/en/operations/system-tables.md
Co-authored-by: BayoNet <da-daos@yandex.ru>
* Update docs/en/operations/system-tables.md
Co-authored-by: BayoNet <da-daos@yandex.ru>
* Update docs/en/operations/system-tables.md
Co-authored-by: BayoNet <da-daos@yandex.ru>
* Update docs/en/operations/system-tables.md
Co-authored-by: BayoNet <da-daos@yandex.ru>
* Update docs/en/operations/system-tables.md
Co-authored-by: BayoNet <da-daos@yandex.ru>
* Update docs/en/operations/system-tables.md
Co-authored-by: BayoNet <da-daos@yandex.ru>
* Update docs/en/operations/system-tables.md
Co-authored-by: BayoNet <da-daos@yandex.ru>
* Update system-tables.md
* Update docs/en/operations/system-tables.md
Co-authored-by: BayoNet <da-daos@yandex.ru>
* Update system-tables.md
* Update docs/en/operations/system-tables.md
Co-authored-by: BayoNet <da-daos@yandex.ru>
* Translate system.roles, system.role_grants, etc...
* Update docs/ru/operations/system-tables.md
Co-authored-by: BayoNet <da-daos@yandex.ru>
* Update docs/ru/operations/system-tables.md
Co-authored-by: BayoNet <da-daos@yandex.ru>
* Update docs/ru/operations/system-tables.md
Co-authored-by: BayoNet <da-daos@yandex.ru>
* Update docs/en/operations/system-tables.md
Co-authored-by: BayoNet <da-daos@yandex.ru>
* Update docs/ru/operations/system-tables.md
Co-authored-by: BayoNet <da-daos@yandex.ru>
Co-authored-by: Anna Devyatova <annadevyatova@yandex-team.ru>
Co-authored-by: BayoNet <da-daos@yandex.ru>
* CLICKHOUSEDOCS-663: Fixed links.
* CLICKHOUSEDOCS-663: Fixed markup.
Co-authored-by: Anna <42538400+adevyatova@users.noreply.github.com>
Co-authored-by: Anna Devyatova <annadevyatova@yandex-team.ru>
Co-authored-by: Sergei Shtykov <bayonet@yandex-team.ru>
2020-07-21 15:59:28 +03:00
BayoNet
52f95e53fb
DOCS-229: insert_distributed_sync ( #12579 )
...
* Revolg docsup 727 insert distributed sync setting (#130 )
* Add insert_distributed_sync setting
* insert_distributed_sync en doc upd
* Translated to russian.
* Update docs/ru/operations/settings/settings.md
Co-authored-by: BayoNet <da-daos@yandex.ru>
* Added the link to the setting in the russian version.
Co-authored-by: Olga Revyakina <revolg@yandex-team.ru>
Co-authored-by: BayoNet <da-daos@yandex.ru>
* Update settings.md
* Update docs/ru/operations/settings/settings.md
Co-authored-by: olgarev <56617294+olgarev@users.noreply.github.com>
Co-authored-by: Olga Revyakina <revolg@yandex-team.ru>
Co-authored-by: Sergei Shtykov <bayonet@yandex-team.ru>
Co-authored-by: alexey-milovidov <milovidov@yandex-team.ru>
2020-07-21 15:40:03 +03:00
BayoNet
6af122aade
asiana21-DOCSUP-713 ( #147 ) ( #12620 )
...
* docs(connection_pool_max_wait_ms): added the setting description
* docs(kafka_max_wait_ms): added the setting description
* docs(replace_running_query_max_wait_ms): added the setting description
* Update docs/en/operations/settings/settings.md
Co-authored-by: BayoNet <da-daos@yandex.ru>
* Update docs/en/operations/settings/settings.md
Co-authored-by: BayoNet <da-daos@yandex.ru>
* Update docs/en/operations/settings/settings.md
Co-authored-by: BayoNet <da-daos@yandex.ru>
* Update docs/en/operations/settings/settings.md
Co-authored-by: BayoNet <da-daos@yandex.ru>
* Update docs/en/operations/settings/settings.md
Co-authored-by: BayoNet <da-daos@yandex.ru>
* docs(kafka_max_wait_ms): added RU translation
* docs(connection_pool_max_wait_ms): added RU translation
* removed extra spaces
* docs(replace_running_query_max_wait_ms): added RU translation
Co-authored-by: asiana21 <asiana21@yandex-team.ru>
Co-authored-by: BayoNet <da-daos@yandex.ru>
Co-authored-by: Sergei Shtykov <bayonet@yandex-team.ru>
Co-authored-by: AsiaKorushkina <43650329+AsiaKorushkina@users.noreply.github.com>
Co-authored-by: asiana21 <asiana21@yandex-team.ru>
2020-07-21 14:56:18 +03:00
BayoNet
c0942b7d07
DOCS-492: system.mutations ( #12608 )
...
* DOCSUP-785 Update the system.mutations description. (#144 )
* Description updated, 1 field added (en).
* Translated into Russian.
Co-authored-by: Olga Revyakina <revolg@yandex-team.ru>
* CLICKHOUSEDOCS-492: Fixed links.
Co-authored-by: olgarev <56617294+olgarev@users.noreply.github.com>
Co-authored-by: Olga Revyakina <revolg@yandex-team.ru>
Co-authored-by: Sergei Shtykov <bayonet@yandex-team.ru>
2020-07-21 14:52:23 +03:00
alexey-milovidov
8a23874a90
Update other-functions.md
2020-07-21 14:28:46 +03:00
Sergei Shtykov
d472c9b5e3
Merge branch 'master' of github.com:ClickHouse/ClickHouse into docs/CLICKHOUSEDOCS-654-randomStringUTF8
2020-07-21 13:14:34 +03:00
AnaUvarova
0d0ce4b760
I described function randomStringUTF8 ( #146 )
...
* I described function randomStringUTF8
* Update docs/en/sql-reference/functions/other-functions.md
Co-authored-by: BayoNet <da-daos@yandex.ru>
* Update docs/en/sql-reference/functions/other-functions.md
Co-authored-by: BayoNet <da-daos@yandex.ru>
* Update docs/en/sql-reference/functions/other-functions.md
Co-authored-by: BayoNet <da-daos@yandex.ru>
* Ive edited en-version and translated function description to Russian.
Co-authored-by: BayoNet <da-daos@yandex.ru>
2020-07-21 13:08:11 +03:00
BayoNet
b9e4e91842
DOCS-645: system.licenses ( #12607 )
...
* system-license table description with examples (#140 )
* system-license table description with examples
* Update docs/en/operations/system-tables.md
Co-authored-by: BayoNet <da-daos@yandex.ru>
* Update docs/en/operations/system-tables.md
Co-authored-by: BayoNet <da-daos@yandex.ru>
* Update docs/en/operations/system-tables.md
Co-authored-by: BayoNet <da-daos@yandex.ru>
* Update docs/en/operations/system-tables.md
Co-authored-by: BayoNet <da-daos@yandex.ru>
* System licenses description.
* ++
* Update docs/ru/operations/system-tables.md
Co-authored-by: BayoNet <da-daos@yandex.ru>
* Update docs/ru/operations/system-tables.md
Co-authored-by: BayoNet <da-daos@yandex.ru>
* Update docs/en/operations/system-tables.md
Co-authored-by: BayoNet <da-daos@yandex.ru>
* Update docs/ru/operations/system-tables.md
Co-authored-by: BayoNet <da-daos@yandex.ru>
* Update docs/ru/operations/system-tables.md
Co-authored-by: BayoNet <da-daos@yandex.ru>
Co-authored-by: BayoNet <da-daos@yandex.ru>
* CLICKHOUSEDOCS-645: Fixed links.
* Update docs/en/operations/system-tables/licenses.md
* Update docs/ru/operations/system-tables.md
Co-authored-by: AnaUvarova <64017504+AnaUvarova@users.noreply.github.com>
Co-authored-by: Sergei Shtykov <bayonet@yandex-team.ru>
Co-authored-by: Ivan Blinkov <github@blinkov.ru>
2020-07-20 22:17:04 +03:00
Ivan Blinkov
be97e6f6ae
[docs] rearrange ToC for build on Linux guide ( #12603 )
2020-07-20 22:12:31 +03:00
Ivan Blinkov
f325f8cf4a
[docs] remove blank lines to make it a correct numbered list ( #12591 )
2020-07-20 22:12:02 +03:00
Ivan Blinkov
586872674b
[docs] markdown fix
2020-07-20 18:20:20 +03:00
Ivan Blinkov
3070989983
[docs] minor refactoring
2020-07-20 18:19:08 +03:00
Ivan Blinkov
eb894eff9d
Update contrib.md
2020-07-20 18:09:08 +03:00
Ivan Blinkov
390f0c73f3
Update tests.md
2020-07-20 17:40:00 +03:00
Ivan Blinkov
55586234dc
Update browse-code.md
2020-07-20 17:36:35 +03:00
Ivan Blinkov
fc80d25ef2
Update style.md
2020-07-20 17:35:49 +03:00
Ivan Blinkov
99be0de795
Update build-cross-arm.md
2020-07-20 17:34:44 +03:00
Ivan Blinkov
96223a4c37
Update build-cross-osx.md
2020-07-20 17:33:54 +03:00