alexey-milovidov
908cd241a3
Merge pull request #7978 from Felixoid/doc_kill_http
...
Add cancel_http_readonly_queries_on_client_close description
2019-12-03 02:33:51 +03:00
alexey-milovidov
946f3ed657
Update system_tables.md
2019-12-03 01:44:32 +03:00
alexey-milovidov
e85223ce5e
Update system_tables.md
2019-12-03 01:32:19 +03:00
alexey-milovidov
4bfa0117fc
Update settings.md
2019-12-03 01:22:11 +03:00
alexey-milovidov
81cae9274f
Update settings.md
2019-12-03 01:21:06 +03:00
alexey-milovidov
88f2fbbe4b
Update settings.md
2019-12-03 01:20:33 +03:00
Mikhail f. Shiryaev
05687b56cd
Fix description of ProfileEvents.Names
2019-12-02 12:48:52 +01:00
Mikhail f. Shiryaev
d94718a8e1
Fix quota_key description
2019-12-02 12:48:52 +01:00
Mikhail f. Shiryaev
3e2093ca43
Fix os_user column description
2019-12-02 12:48:52 +01:00
Mikhail f. Shiryaev
8f154ecbdd
Fix thread_name column
2019-12-02 12:48:52 +01:00
Mikhail f. Shiryaev
0c1f5bd7fb
Fix event names, peak_memory_usage
2019-12-02 12:48:52 +01:00
Mikhail f. Shiryaev
3f4faf9c9b
Fix ports columns documentation
2019-12-02 12:48:52 +01:00
Mikhail f. Shiryaev
1d56709656
Fix the client_* columns documentation
2019-12-02 12:48:52 +01:00
Mikhail f. Shiryaev
71c8879c13
Adjust russian thread
, fix memory_usage
description
2019-12-02 12:48:52 +01:00
alexey-milovidov
cb5e20da5b
Update system_tables.md
2019-12-02 12:48:52 +01:00
Mikhail f. Shiryaev
da629e09e5
Add documentation for system.query_thread_log
2019-12-02 12:48:52 +01:00
Mikhail f. Shiryaev
2d2cae5cee
Fix unpaired asterisk
2019-12-02 12:45:34 +01:00
Mikhail f. Shiryaev
109028b643
Add cancel_http_readonly_queries_on_client_close description
2019-12-02 11:25:45 +01:00
sundy-li
e50a5ad3a4
fixup replicas monitor url path
2019-12-01 22:36:30 +08:00
Vladimir Chebotarev
a99c6382d6
Fixed documentation according to new logic of checking TTL expressions.
2019-11-27 13:11:17 +03:00
Nikita Mikhaylov
fc055fc7a1
better documentation
2019-11-22 16:56:59 +03:00
Nikita Mikhaylov
762d295ab0
Merge pull request #7780 from ClickHouse/aku/parallel-parsing
...
Merging parallel format parsing
2019-11-22 01:54:47 +03:00
alexey-milovidov
6621fb852f
Update settings.md
2019-11-21 15:25:07 +03:00
BayoNet
53e701dba3
DOCS-462: trace_log system table and trace_log configuration section docs. ( #7842 )
...
* CLICKHOUSEDOCS-462: Started to write.
* CLICKHOUSEDOCS-462: EN docs for trace_log system table and trace_log section of server configuration parameters.
* CLICKHOUSEDOCS-462: Query syntax fix.
* Update docs/en/operations/server_settings/settings.md
Co-Authored-By: Ivan Blinkov <github@blinkov.ru>
* Update docs/en/operations/system_tables.md
Co-Authored-By: Ivan Blinkov <github@blinkov.ru>
* Update docs/en/operations/system_tables.md
Co-Authored-By: Ivan Blinkov <github@blinkov.ru>
* CLICKHOUSEDOCS-462: Clarification.
2019-11-20 12:33:29 +03:00
Alexander Kuzmenkov
9a2b864940
Cleanup
2019-11-19 21:42:51 +03:00
Alexander Kuzmenkov
f8f6de836a
remove separate control for threads
2019-11-18 22:45:28 +03:00
Alexander Kuzmenkov
168e15b2ae
chunk size -> chunk bytes
2019-11-18 22:45:26 +03:00
Alexander Kuzmenkov
7f34c0089c
Merge remote-tracking branch 'origin/master' into HEAD
2019-11-14 18:53:36 +03:00
BayoNet
5cf36f66ea
Doc links fix ( #7682 )
...
* Doc links fix.
* More links fix.
2019-11-08 11:51:01 +03:00
alexey-milovidov
7f01fd13b3
Merge pull request #7624 from azat/_shard_num
...
[RFC] Add _shard_num virtual column for the Distributed engine
2019-11-08 00:55:41 +03:00
BayoNet
58cd0eccac
DOCS-439: RU review. EN translation. Data storage policies. ( #7597 )
...
* CLICKHOUSEDOCS-439: RU review. EN translation.
* Update docs/en/operations/table_engines/mergetree.md
Co-Authored-By: Ivan Blinkov <github@blinkov.ru>
* Update docs/en/operations/table_engines/mergetree.md
Co-Authored-By: Ivan Blinkov <github@blinkov.ru>
* Update docs/en/operations/table_engines/mergetree.md
Co-Authored-By: Ivan Blinkov <github@blinkov.ru>
* Update docs/en/query_language/alter.md
Co-Authored-By: Ivan Blinkov <github@blinkov.ru>
* CLICKHOUSEDOCS-439: The RU version is syncronized with EN.
2019-11-07 15:24:42 +03:00
Azat Khuzhin
81aeff2d2a
Add _shard_num virtual column for the Distributed engine
...
With JOIN from system.clusters one can figure out from which server data
came.
TODO:
- optimization to avoid communicating with unrelated shards (for queries
like "AND _shard_num = n")
- fix aliases (see tests with serverError expected)
v0: AddingConstColumnBlockInputStream
v2: VirtualColumnUtils::rewriteEntityInAst
v3: fix remote(Distributed) by appending _shard_num only if has been requested
2019-11-06 15:26:12 +03:00
BayoNet
99210b24a9
DOCS-4146: Updated the description of the DateTime data type. ( #7429 )
...
* Typo fix.
* elenbaskakova-DOCSUP-52 (#66 )
The article "Time Zones" has been expanded.
* DOCAPI-4146: DateTime rewrited.
* DOCAPI-4146: Update after the review.
2019-11-06 13:03:06 +03:00
BayoNet
db299dacd9
DOCAPI-6422: EN review, RU translation. Docs for adaptive index granularity and some settings ( #7381 )
...
* Typo fix.
* Links fix.
* Fixed links in docs.
* More fixes.
* Link fixes.
* Update settings.md (#64 )
* Update mergetree.md (#65 )
* DOCAPI-6422: EN review. RU translation.
* Update docs/en/operations/settings/settings.md
Co-Authored-By: Ivan Blinkov <github@blinkov.ru>
* Update docs/en/operations/settings/settings.md
Co-Authored-By: Ivan Blinkov <github@blinkov.ru>
* DOCAPI-6422: Update.
2019-11-06 08:24:33 +03:00
BayoNet
472cf81c3c
DOCAPI-7459: EN review, RU translation for skip_unavailable_shards docs ( #6996 )
...
* Typo fix.
* Update settings.md (#46 )
* DOCAPI-7459: RU translation.
* DOCAPI-7459: Translation.
* DOCAPI-7459: Fix.
* DOCAPI-7459: Rewrited the whole text after Alexey's review.
* Update docs/en/operations/settings/settings.md
Co-Authored-By: Ivan Blinkov <github@blinkov.ru>
* Update docs/en/operations/settings/settings.md
Co-Authored-By: Ivan Blinkov <github@blinkov.ru>
* Update docs/en/operations/settings/settings.md
Co-Authored-By: Ivan Blinkov <github@blinkov.ru>
2019-11-05 22:15:54 +03:00
Nikita Mikhaylov
817b52314e
Merge branch 'master' of github.com:ClickHouse/ClickHouse into parallel_parsing
2019-11-05 12:32:26 +03:00
alexey-milovidov
dda93e2275
Merge pull request #7561 from ClickHouse/achimbab-master
...
Merge for #7363
2019-11-02 00:57:13 +03:00
BayoNet
6d2c5d61a1
DOCS-8799: EN review, RU translation. SHOW TABLES update and toc restructurization. ( #7367 )
2019-11-01 17:20:28 +03:00
BayoNet
92da4ddf49
CLICKHOUSEDOCS-191: Updated query_log description. ( #7559 )
2019-11-01 17:18:37 +03:00
BayoNet
e2bceb4b01
CLICKHOUSEDOCS-443: Fixes in translation and markup.
2019-10-30 15:46:22 +03:00
Nikita Mikhaylov
08f1930e76
Merge branch 'master' of github.com:ClickHouse/ClickHouse into parallel_parsing
2019-10-29 20:04:32 +03:00
Nikita Mikhaylov
756a10707d
Merge branch 'master' of github.com:ClickHouse/ClickHouse into parallel_parsing
2019-10-28 13:51:52 +03:00
Mikhail f. Shiryaev
0cdd7ca6b9
Add user setting mark_cache_min_lifetime documentation
2019-10-25 23:10:04 +02:00
Nikita Mikhaylov
980528ed75
docs
2019-10-25 17:32:57 +03:00
BayoNet
04a6c6ac4d
Docs links fix ( #7448 )
...
* Typo fix.
* Links fix.
* Fixed links in docs.
* More fixes.
* Link fixes.
* Fixed links.
2019-10-23 13:51:06 +03:00
alexey-milovidov
4b9e9cea56
Merge pull request #7389 from azat/count_distinct_implementation_uniqCombined64
...
docs: enumerate uniqCombined64 for count_distinct_implementation
2019-10-23 07:31:14 +03:00
alexey-milovidov
5286d0afb2
Merge pull request #7375 from kopysov/patch-1
...
Fix docs on the tiered storage and add its translation into english
2019-10-20 19:26:21 +03:00
alexey-milovidov
ee81caebe0
Update mergetree.md
2019-10-20 19:24:46 +03:00
Azat Khuzhin
5e299a46bb
docs: enumerate uniqCombined64 for count_distinct_implementation
2019-10-18 23:07:20 +03:00
achimbab
73e7131051
Fixd mergetree.md about types and a function for bloom_filter.
2019-10-18 22:29:42 +09:00