Commit Graph

582 Commits

Author SHA1 Message Date
Ivan Blinkov
5588f5db8a
Merge pull request #9252 from BayoNet/docs/CLICKHOUSEDOCS-446-alter-ttl
DOCS-446: ALTER TTL
2020-02-22 14:38:48 +03:00
Andrew Onyshchuk
cc3f3ed596 Add AvroConfluent docs 2020-02-21 13:44:35 -06:00
alexey-milovidov
fc9fe91331
Merge pull request #9245 from Felixoid/docs_replicas
Update documentation for system.replicas
2020-02-20 19:20:32 +03:00
alexey-milovidov
96b39be564
Merge pull request #9228 from yohannj/updates_collapsing_algorithm_doc
Update collapsing algorithm doc to match actual code
2020-02-20 19:17:14 +03:00
Sergei Shtykov
7d28805815 CLICKHOUSEDOCS-446: Added ALTER MODIFY TTL 2020-02-20 17:13:19 +03:00
Mikhail f. Shiryaev
7cf6506534
Update documentation for system.replicas 2020-02-20 11:01:31 +01:00
Yohann Jardin
30322f3b4a Update collapsing algorithm doc to match actual code 2020-02-19 16:35:50 +01:00
Oskar Wojciski
7b7c1d8e37
Fix typo in decumentation 2020-02-19 14:25:23 +01:00
Eugene Klimov
bcd2406d85
Update docs/en/operations/system_tables.md
Co-Authored-By: Ilya Yatsishin <2159081+qoega@users.noreply.github.com>
2020-02-18 16:30:02 +05:00
alexey-milovidov
dbeb50583e
Update system_tables.md 2020-02-18 12:31:42 +03:00
Slach
486494aba5 add documentation for system.metric_log table
Signed-off-by: Slach <bloodjazman@gmail.com>
2020-02-18 12:41:45 +05:00
BayoNet
fb3ec146d6
DOCS-443: merge_max_block_size for MergeTree description (#9112)
* CLICKHOUSEDOCS-443: merge_max_block_size setting for MergeTree.
2020-02-17 09:48:06 +03:00
alexey-milovidov
e9af153819
Merge pull request #9126 from Melancholic/change_http_status
Fixed #5104. Return 503 status in /replicas_status if not ok
2020-02-15 02:59:18 +03:00
nagorny
c39e2f89ea #5104. Add documentation about 503 response in /replicas_status if not ok 2020-02-14 23:53:27 +03:00
Ivan Blinkov
12b80225a0
Update settings.md 2020-02-03 22:39:57 +03:00
alexey-milovidov
59ef2b2009
Merge pull request #8963 from millb/CRLF_in_TSV
CRLF in TSV output format
2020-02-03 15:44:59 +03:00
Ivan Blinkov
befcecc3bb Docs fixes 2020-02-03 15:00:10 +03:00
millb
1a126299dc docs added 2020-02-03 11:10:41 +03:00
Alexey Milovidov
d11f3cb78f Changed thread_id to UInt64 to support more OS 2020-02-02 23:01:13 +03:00
Alexey Milovidov
45be504bdf Merge branch 'BayoNet-en-docs/CLICKHOUSEDOCS-272-query-profiler' 2020-02-02 06:22:16 +03:00
Alexey Milovidov
b06ef1735a Merge branch 'en-docs/CLICKHOUSEDOCS-272-query-profiler' of https://github.com/BayoNet/ClickHouse into BayoNet-en-docs/CLICKHOUSEDOCS-272-query-profiler 2020-02-02 06:21:31 +03:00
alexey-milovidov
a691747129
Update sampling_query_profiler.md 2020-02-02 06:20:49 +03:00
alexey-milovidov
0e4258f7cf
Update jdbc.md 2020-02-02 06:13:08 +03:00
alexey-milovidov
60510a653a
Merge pull request #8739 from godfreyd/CLICKHOUSEDOCS-498-DOCSUP-787
Docs: joinGet function description
2020-02-02 05:51:17 +03:00
alexey-milovidov
b4b30202b1
Merge pull request #8949 from oandrew/avro-fixes
Avro format improvements
2020-02-02 03:33:20 +03:00
Andrew Onyshchuk
3c4f23f842 Add Avro docs 2020-02-01 10:59:04 -06:00
alexey-milovidov
8253134739
Merge pull request #8935 from millb/CRLF_in_CSV_2
CRLF in CSV output format
2020-02-01 01:52:44 +03:00
alexey-milovidov
885fec4702
Update settings.md 2020-02-01 01:47:33 +03:00
Mikhail Korotov
3bbe094707 docs added 2020-01-31 21:50:57 +03:00
Baudouin Giard
fbbf026277 String keys in SummingMergeTree maps
Accept String or FixedString data types as key for maps in the
SummingMergeTree now that sumMap supports these two types (introduced in
bc0fbd688a).

Signed-off-by: Baudouin Giard <bgiard@bloomberg.net>
2020-01-31 14:37:28 +00:00
Ivan Blinkov
18538f5c65 Domain change in docs 2020-01-30 13:34:55 +03:00
Sergei Shtykov
67dc8f2422 Links fixed. 2020-01-28 18:27:44 +03:00
alexey-milovidov
45dce57a8c
Merge pull request #8830 from zlobober/storage_properties
Explicitly specify storage features
2020-01-28 01:49:53 +03:00
Maxim Akhmedov
675d0f549f Add replication and deduplication properties. 2020-01-27 17:14:49 +03:00
alexey-milovidov
2df93a6d21
Merge pull request #8756 from azat/distributed_storage_configuration
Multiple disks/volumes for storing data for send in Distributed engine
2020-01-26 02:19:28 +03:00
Maxim Akhmedov
d89eef6bac Add documentation draft for storage features. 2020-01-25 23:23:17 +03:00
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
44c0eef2f3 Fixes after review 2020-01-24 13:52:57 +03:00
Sergei Bocharov
0ea906baca Fixes 2020-01-24 13:52:57 +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