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
Yuriy
b7ca26b0fb
fixed docs
2020-01-22 01:42:52 +03:00
Yuriy
7895966804
initial MySQL compatibility server docs
2020-01-19 08:57:21 +03:00
Alexey Milovidov
1fcf3ae749
Improved markdown syntax
2020-01-18 00:42:18 +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
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
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
Pradeep Chhetri
4941fdfe4b
Fix some spelling mistakes
2020-01-11 17:51:33 +08: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
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
Alexey Milovidov
a0bd6f13ef
Added quick instruction on how to test a server with clickhouse
2020-01-06 05:29:37 +03:00