Commit Graph

1687 Commits

Author SHA1 Message Date
Azat Khuzhin
e5a43d2751 Add ability to use multiple disks/volumes for Distributed engine
Now Distributed() has gain the 5-th argument -- policy name (for storing
data to send):

  CREATE TABLE foo (key Int) Engine=Distributed(test_shard_localhost, currentDatabase(), some_table, key%2, 'default');
2020-01-25 20:52:31 +03:00
alexey-milovidov
df4f0c7379
Merge pull request #8805 from azat/force_optimize_skip_unused_shards
force_optimize_skip_unused_shards setting to throw if skipping is not possible
2020-01-25 17:37:59 +03:00
Azat Khuzhin
a53c391dd1 Document system.text_log table 2020-01-25 14:04:56 +03:00
Azat Khuzhin
6939ffeabf force_optimize_skip_unused_shards setting to throw if skipping is not possible 2020-01-24 21:15:40 +03:00
Azat Khuzhin
6f6916bafb Document optimize_skip_unused_shards 2020-01-24 21:15:40 +03:00
Sergei Bocharov
997b89887a Fixed toc 2020-01-24 16:59:33 +03:00
Sergei Bocharov
01e422b716 Fixed links 2020-01-24 15:34:21 +03:00
Sergei Bocharov
71d2e567f4 Fixed links 2020-01-24 15:30:00 +03:00
Sergei Bocharov
a1d12b4964 Fixed links 2020-01-24 15:26:31 +03:00
Sergei Bocharov
843eea1351 Fixes after review 2020-01-24 14:38:29 +03:00
Sergei Bocharov
44c0eef2f3 Fixes after review 2020-01-24 13:52:57 +03:00
Sergei Bocharov
0ea906baca Fixes 2020-01-24 13:52:57 +03:00
elenaspb2019
a2e8e8ec0a docs(joinGet):The description of joinGet function was added. 2020-01-24 13:52:57 +03:00
Sergei Bocharov
2a994eede1 Fixes after review 2020-01-24 11:07:21 +03:00
Sergei Bocharov
b9a610fe03 Fixed after review 2020-01-24 10:52:33 +03:00
Sergei Shtykov
512dea7406 Merge branch 'master' of github.com:ClickHouse/ClickHouse into en-docs/CLICKHOUSEDOCS-272-query-profiler 2020-01-24 08:58:29 +03:00
Sergei Shtykov
a952584e66 CLICKHOUSEDOCS-272: Ready for review. 2020-01-24 08:48:49 +03:00
Azat Khuzhin
4f868614d5 Document tmp_policy 2020-01-23 21:10:33 +03:00
Yuriy
b7ca26b0fb fixed docs 2020-01-22 01:42:52 +03:00
hcz
3f0d1e21c0
Remove a duplicated document entry 2020-01-21 11:26:26 +08:00
Sergei Bocharov
a77e071bd6 Added topKWeighted description 2020-01-20 14:53:04 +03:00
Sergei Bocharov
2d32ff9c92 Fixes 2020-01-20 13:52:02 +03:00
asiana21
dc1c283f1c docs(hex): the argument's hexadecimal representation 2020-01-20 13:52:02 +03:00
Sergei Bocharov
e45f03215f Fixes 2020-01-20 13:29:30 +03:00
asiana21
b17425b997 docs(char):returns a string of the characters given by the code values of corresponding argument 2020-01-20 13:29:30 +03:00
Sergei Shtykov
05efd463ff CLICKHOUSEDOCS-496: Added --format option to clickhouse-client. 2020-01-20 13:22:30 +03:00
Sergei Shtykov
a062845df6 CLICKHOUSEDOCS-496: Clarification. 2020-01-20 12:19:57 +03:00
Sergei Shtykov
78a4de7bce CLICKHOUSEDOCS-465: Updated Holistics description. 2020-01-20 08:17:35 +03:00
Yuriy
7895966804 initial MySQL compatibility server docs 2020-01-19 08:57:21 +03:00
alexey-milovidov
2ba89d169e
Merge branch 'master' into readline-to-replxx-docs-and-corrections 2020-01-18 20:58:24 +03:00
alexey-milovidov
e51450ec74
Merge pull request #8660 from BayoNet/l10n/CLICKHOUSEDOCS-395-ORC-format
DOCS-395: ORC format support. EN review. RU translation.
2020-01-18 20:23:31 +03:00
alexey-milovidov
39bcbde8f1
Merge pull request #8662 from BayoNet/l10n/CLICKHOUSEDOCS-508-faq-export-to-file
DOCS-508: FAQ: How export to file? EN review, RU translation.
2020-01-18 20:21:31 +03:00
alexey-milovidov
7e1084f42f
Merge pull request #8691 from BayoNet/en-docs/CLICKHOUSEDOCS-496-roundBankers
DOCS-496: roundBankers
2020-01-18 20:15:49 +03:00
alexey-milovidov
33cbe86faa
Merge pull request #8700 from lalex/master
Docs: add X-ClickHouse-User header auth example
2020-01-18 20:14:33 +03:00
Alexey Milovidov
c0a5c664a9 Replace readline to replxx: docs and corrections 2020-01-18 18:44:08 +03:00
Alexey Milovidov
1fcf3ae749 Improved markdown syntax 2020-01-18 00:42:18 +03:00
lalex
0409de2bd6 Docs: add X-ClickHouse-User header auth example 2020-01-17 16:11:25 +02:00
BayoNet
3a8dbf4341
DOCS-4146: DateTime. EN review, RU translation for #7429 (#7738)
* DOCAPI-4146: Updated examples.

* DOCAPI-4146: Fix.

* DOCAPI-4146: Clarifications about dictionaries.

* Update datetime.md (#69)

* DOCAPI-4146: EN review, RU translation

* DOCAPI-4146: Fix.

* DOCAPI-4146: Attempted to clarify.

* DOCAPI-4146: More clarifications

* DOCAPI-4146: Extended example.

* Update docs/en/data_types/datetime.md

Co-Authored-By: Ivan Blinkov <github@blinkov.ru>

* Update docs/en/data_types/datetime.md

Co-Authored-By: Ivan Blinkov <github@blinkov.ru>

* Update docs/en/data_types/datetime.md

Co-Authored-By: Ivan Blinkov <github@blinkov.ru>

* Fix.

* DOCAPI-4146: Clarifications and fixes.

Co-authored-by: FeehanG <51821376+FeehanG@users.noreply.github.com>
Co-authored-by: Ivan Blinkov <github@blinkov.ru>
2020-01-17 10:13:00 +03:00
Sergei Shtykov
2f9c7e8de7 CLICKHOUSEDOCS-496: fix. 2020-01-17 09:56:17 +03:00
Sergei Shtykov
e6d9dc79f6 CLICKHOUSEDOCS-496: fix. 2020-01-17 09:50:31 +03:00
Sergei Shtykov
0f2511678c CLICKHOUSEDOCS-496: Fixes. 2020-01-17 09:42:18 +03:00
elenaspb2019
3f2d782dc2 elenbaskakova-DOCSUP-784 (#79)
* docs(roundbankers):The description of `roundBankers` function was added.

* docs(roundbankers):The description of `roundBankers` function was edited.

* docs(roundbankers):The description of `roundBankers` function was edited.

* docs(roundbankers):The description of `roundBankers` function was edited.

* docs(roundbankers):The description of `roundBankers` function was edited.
2020-01-17 09:12:43 +03:00
Sergei Shtykov
afba1805cd CLICKHOUSEDOCS-272: More info. 2020-01-16 19:53:56 +03:00
Sergei Shtykov
f6810da5fb Merge branch 'master' of github.com:ClickHouse/ClickHouse into en-docs/CLICKHOUSEDOCS-272-query-profiler 2020-01-16 11:20:21 +03:00
Sergei Shtykov
cb28abd769 CLICKHOUSEDOCS-272: Removed the obsolete file. 2020-01-16 11:05:29 +03:00
Sergei Shtykov
3574c12ba0 Merge branch 'en-docs/DOCAPI-7790-query-profiler' into en-docs/CLICKHOUSEDOCS-272-query-profiler 2020-01-16 10:58:21 +03:00
Sergei Shtykov
7ab1007e05 CLICKHOUSEDOCS-272: Furher edditing. 2020-01-16 10:55:18 +03:00
Sergei Shtykov
2c959004a9 CLICKHOUSEDOCS-508: EN review. RU translation. 2020-01-15 15:37:15 +03:00
FeehanG
378557a983 Update general.md (#81) 2020-01-15 15:24:57 +03:00
Sergei Shtykov
823c601081 CLICKHOUSEDOCS-395: EN review. RU translation. 2020-01-15 14:37:10 +03:00
Olga Khvostikova
53ae368d9c
Add virtual columns to hdfs and file table functions (#8489)
* Add virtual column _path to hdfs and file table functions with test

* Fix const of headers

* Add column _file with tests

* Add docs

* Fix improper resolve conflicts

* Fix links in docs

* Better condition for virtual columns proccessing in StorageFile

* better condition for virtual columns processing in StorageHDFS
2020-01-15 10:52:45 +03:00
Nikita Mikhaylov
0e0dd80abf
Merge pull request #6168 from PerformanceVision/move_partition
Alter command for move a specific partition from MergeTree table
2020-01-14 22:32:10 +04:00
alexey-milovidov
ec7955c187
Merge pull request #8633 from Slach/patch-1
describe corner case for POPULATE and Materialize View
2020-01-14 21:28:19 +03:00
alexey-milovidov
3eb969365e
Update select.md 2020-01-13 23:33:45 +03:00
Eugene Klimov
27eebeea16
describe corner case for POPULATE and Materialize View
fix https://github.com/ClickHouse/ClickHouse/issues/2707
2020-01-13 20:02:37 +05:00
Sergei Bocharov
4efd4362cd Fixes 2020-01-13 12:47:12 +03:00
elenaspb2019
8f734252a4 docs(merge_tree_min_bytes_for_concurrent_read, merge_tree_max_bytes_to_use_cache):The description of merge_tree_min_bytes_for_concurrent_read, merge_tree_max_bytes_to_use_cache function was edited. 2020-01-13 12:47:12 +03:00
Guillaume Tassery
377d20185e Merge branch 'master' of github.com:ClickHouse/ClickHouse into move_partition 2020-01-13 04:16:27 +01:00
Pradeep Chhetri
4941fdfe4b Fix some spelling mistakes 2020-01-11 17:51:33 +08:00
alesapin
ca1d934cda Remove redundant step 2020-01-10 17:29:56 +03:00
alexey-milovidov
03e53f026a
Update install.md 2020-01-10 17:02:13 +03:00
alexey-milovidov
020ab5d17f
Update install.md 2020-01-10 16:58:26 +03:00
alesapin
f3b291c282 Slightly improve script and add docs 2020-01-10 16:50:39 +03:00
alexey-milovidov
972a3b32e2
Merge pull request #8496 from ramazanpolat/patch-4
Much comprehensive documentation
2020-01-10 11:24:27 +03:00
alexey-milovidov
87a87096ae
Merge pull request #8596 from syominsergey/patch-1
fix typo in tutorial.md
2020-01-09 19:47:19 +03:00
alexey-milovidov
583c32f51d
Merge pull request #8575 from draev/patch-1
Update apply_catboost_model.md
2020-01-09 19:43:13 +03:00
alexey-milovidov
38bcc5996b
Update apply_catboost_model.md 2020-01-09 19:42:20 +03:00
Sergei Semin
e594bc1061
fix typo in tutorial.md
replace ant with want (forgotten w)
2020-01-09 19:39:27 +03:00
Yatsishin Ilya
e3f0ea526a update security changelog 2020-01-09 12:52:40 +03:00
Dmitrii Raev
79e9a1e3cb
Update apply_catboost_model.md
Fix
2020-01-08 17:07:01 +02:00
Dmitrii Raev
189be69630
Update apply_catboost_model.md 2020-01-08 17:06:06 +02:00
Guillaume Tassery
d176abb7c0 Check the storage policy of table on the move partition table 2020-01-08 10:57:27 +01:00
Guillaume Tassery
4a04a1a2ec Merge branch 'master' of github.com:ClickHouse/ClickHouse into move_partition 2020-01-08 08:11:53 +01:00
alexey-milovidov
98b0f1624d
Merge pull request #8560 from Felixoid/graphite-ch-optimizer
Add graphite-ch-optimizer to third-party integration
2020-01-07 17:10:27 +03:00
Mikhail f. Shiryaev
5b5c5b3286
Add graphite-ch-optimizer to third-party integration 2020-01-07 13:58:13 +01:00
alexey-milovidov
4dc9671e69
Fixed incorrect wording 2020-01-07 15:00:43 +03:00
Guillaume Tassery
8b2938a8fb
Merge branch 'master' into move_partition 2020-01-07 13:25:35 +07:00
Sergei Shtykov
ccc2ef396d Merge branch 'master' of github.com:ClickHouse/ClickHouse into l10n/CLICKHOUSEDOCS-282-directory-monitor-limits 2020-01-06 23:31:30 +03:00
Sergei Shtykov
8cec267fbc CLICKHOUSEDOCS-282: Fixed description of clickhouse-client -n functioning. 2020-01-06 23:27:16 +03:00
Alexey Milovidov
a0bd6f13ef Added quick instruction on how to test a server with clickhouse 2020-01-06 05:29:37 +03:00
Artemeey
48332dafc0 Documentation: trim() SQL Syntax (#8532)
* Update string_functions.md

Описание trim(TRIM([[LEADING|TRAILING|BOTH] trim_character FROM ] input_string))

* Update string_functions.md

* Update string_functions.md

Trim: alternative SQL syntax

* Update string_functions.md

* Update string_functions.md

* Update string_functions.md

* Update string_functions.md

* Update string_functions.md

* Update string_functions.md

* Update string_functions.md

* Update string_functions.md

* Update string_functions.md

* Update string_functions.md

* Update string_functions.md
2020-01-06 01:50:16 +03:00
Pradeep Chhetri
946d49c932 Documentation: Updated --multiquery flag usage 2020-01-05 22:06:33 +08:00
Ramazan Polat
fb8903259e
typo fixed. hyperlink added. 2020-01-04 23:16:43 +03:00
Denis Zhuravlev
f5c0255954 Doc change. mergetree.md Added storage_configuration tag into examples (#8518)
* Update mergetree.md

added storage_configuration tag into examples

* Update mergetree.md

added storage_configuration tag to examples
2020-01-04 18:43:15 +03:00
Denis Zhuravlev
141ff30263
Update star_schema.md
make sql prettier
2020-01-03 20:58:00 -04:00
Denis Zhuravlev
f63401ae2b
Update star_schema.md
added missed semicolons
2020-01-03 20:28:25 -04:00
Denis Zhuravlev
173b7a0525
Update star_schema.md
fix star schema ddl for modern CH 19.17 - 19.19 and fix any_join_distinct_right_table_keys issue
2020-01-03 20:22:24 -04:00
Ramazan Polat
ab80f70cff
Much comprehensive documentation
Added:
- Usage of NULL values in conditionals
- Using conditional results directly
- Better examples
2020-01-01 19:43:17 +03:00
Alexey Milovidov
3339b8e0e5 Make "mark_cache_min_lifetime" setting obsolete 2019-12-31 05:47:10 +03:00
alexey-milovidov
a80d7618f1
Merge pull request #8478 from DarkWanderer/feature/docs/add-clickhouse-client
Adding ClickHouse.Client to list of 3rd party client libraries
2019-12-30 23:27:40 +03:00
alexey-milovidov
17021e8b7b
Update jdbc.md 2019-12-29 16:57:26 +03:00
Alexey Milovidov
d42b50456f Merging randomPrintableASCII #8401 2019-12-29 02:11:02 +03:00
Alexey Milovidov
4faf2f5485 Merge branch 'feature/randomASKII-function' of https://github.com/BayoNet/ClickHouse into BayoNet-feature/randomASKII-function 2019-12-29 00:14:18 +03:00
alexey-milovidov
9d651526ca
Merge pull request #8343 from Felixoid/inherit_multiple_profiles
Inherit multiple profiles
2019-12-28 06:53:54 +03:00
Mikhail f. Shiryaev
06fb37dd42
Add tests and documentation for settings and constraints order 2019-12-27 18:15:55 +01:00
alexey-milovidov
6e0d7b7d02
Merge pull request #8430 from BayoNet/en-docs/CLICKHOUSEDOCS-395-ORC-format
DOCS-395: ORC format support
2019-12-27 19:50:23 +03:00
alexey-milovidov
fc197d7747
Update formats.md 2019-12-27 19:49:02 +03:00
Sergei Shtykov
c228cffade CLICKHOUSEDOCS-508: Added question about how to export data to a file. 2019-12-27 15:46:41 +03:00
Sergei Shtykov
fa2d7ae082 CLICKHOUSEDOCS-395: Fix. 2019-12-27 12:16:02 +03:00
Sergei Shtykov
8792f70a67 CLICKHOUSEDOCS-395: ORC format support 2019-12-27 12:12:01 +03:00