Alexey Milovidov
ff07ffbbae
Merge branch 'merging_redis' of https://github.com/CurtizJ/ClickHouse into CurtizJ-merging_redis
2019-09-25 02:27:05 +03:00
Denis Zhuravlev
30136fa4ad
Doc change. Added description for interserver_http_credentials ( #6927 )
...
* Update settings.md
Added description for interserver_http_credentials
* Update settings.md
Added description for interserver_http_credentials
* Update settings.md
* Update settings.md
* Update settings.md
* Update settings.md
2019-09-25 02:14:23 +03:00
Sergei Bocharov
4761436a52
Docs(hash_functions): fix xxHash32
, xxHash64
( #6992 )
...
* docs(hash_functions): fix xxHash32, xxHash64
* Fixes after review
* Fixes after review
* Update hash_functions.md
* Update hash_functions.md
2019-09-24 03:50:58 +03:00
BayoNet
f26fdc63a0
DOCAPI-7415: EN review, RU translation. Docs for the -Resample aggregate function combinator. ( #7017 )
...
* Update combinators.md (#39 )
* DOCAPI-7415: RU translation
* DOCAPI-7415: fix.
2019-09-24 03:04:52 +03:00
BayoNet
6db4cb8117
DOCAPI-7430: EN review, RU translation. MergeTree INDEX bloom filter docs. ( #7025 )
...
* Update mergetree.md (#38 )
* DOCAPI-7430: RU translation.
2019-09-24 03:02:36 +03:00
BayoNet
5b38a7f441
DOCAPI-7438: EN review, RU translation. Update of quantileTiming docs ( #7033 )
...
* Typo fix.
* Update reference.md (#45 )
* DOCAPI-7438: RU translation
2019-09-24 03:01:19 +03:00
BayoNet
3d20675529
DOCAPI-7460: EN review. RU translation. Histogram function description ( #7034 )
...
* Typo fix.
* Update parametric_functions.md (#42 )
* DOCAPI-7460: RU translation.
* Update parametric_functions.md
2019-09-24 02:59:49 +03:00
BayoNet
317e57bbc0
DOCAPI-7984: EN review, RU translation. ASOF JOIN ON docs ( #7035 )
...
* Typo fix.
* Update select.md (#41 )
* DOCAPI-7984: RU translation
2019-09-24 02:57:32 +03:00
BayoNet
1143eefda6
DOCAPI-7991: EN review, RU translation for the update of Log engines docs ( #7040 )
...
* Typo fix.
* Update log_family.md (#43 )
* Update tinylog.md (#44 )
* DOCAPI-7991: RU translation.
2019-09-24 02:55:50 +03:00
BayoNet
779648f7cc
DOCAPI-7695: EN review, RU translation. Functions support for indexes ( #7045 )
...
* Typo fix.
* DOCAPI-7695: Typo fixed
* Update mergetree.md (#49 )
* DOCAPI-7695: RU translation
* Update mergetree.md
2019-09-24 02:50:26 +03:00
BayoNet
2f580c2bbb
DOCAPI-7745: EN review, RU translation for optimize_throw_if_noop docs ( #7051 )
...
* Typo fix.
* Update settings.md (#50 )
* Update misc.md (#51 )
* DOCAPI-7745: RU translation.
* DOCAPI-7745: Fixes.
2019-09-24 02:45:47 +03:00
dasmfm
ff9682cc32
Doc fix for SELECT ... FINAL ( #6157 )
...
* Update select.md
* Update select.md
2019-09-24 02:42:52 +03:00
BayoNet
b46e31d198
DOCAPI-7743: EN review, RU translation for CREATE TABLE AS table_function() docs ( #7056 )
...
* Typo fix.
* Links fix.
* Fixed links in docs.
* More fixes.
* Update index.md (#57 )
* DOCAPI-7743: RU translation.
* Update select.md
* Update index.md
2019-09-24 02:32:02 +03:00
BayoNet
37481d8019
DOCAPI-7437: EN review, RU translation for os_thread_priority docs ( #7055 )
...
* Typo fix.
* Links fix.
* Fixed links in docs.
* More fixes.
* Update settings.md (#55 )
* DOCAPI-7437: RU translation
* DOCAPI-7437: Fix.
2019-09-24 02:28:53 +03:00
alexey-milovidov
108ea4a330
Merge pull request #6995 from godfreyd/godfrey-javahash-hivehash
...
Docs(hash_functions): fix javaHash & hiveHash functions
2019-09-24 02:27:49 +03:00
alexey-milovidov
56bd02cf3a
Merge pull request #7016 from ClickHouse/yet-another-minor-changes-and-docs-for-hdfs
...
Cleanup hdfs docs (instead of #6876 for #5371 )
2019-09-24 02:23:59 +03:00
Alexey Milovidov
d8b8c779d2
Changed repository URL, part 2
2019-09-23 19:21:18 +03:00
Alexey Milovidov
8579c26efb
Changed repository URL
2019-09-23 19:18:19 +03:00
BayoNet
2d2bc052e1
DOCAPI-8530: Code blocks markup fix ( #7060 )
...
* Typo fix.
* Links fix.
* Fixed links in docs.
* More fixes.
* docs/en: cleaning some files
* docs/en: cleaning data_types
* docs/en: cleaning database_engines
* docs/en: cleaning development
* docs/en: cleaning getting_started
* docs/en: cleaning interfaces
* docs/en: cleaning operations
* docs/en: cleaning query_lamguage
* docs/en: cleaning en
* docs/ru: cleaning data_types
* docs/ru: cleaning index
* docs/ru: cleaning database_engines
* docs/ru: cleaning development
* docs/ru: cleaning general
* docs/ru: cleaning getting_started
* docs/ru: cleaning interfaces
* docs/ru: cleaning operations
* docs/ru: cleaning query_language
* docs: cleaning interfaces/http
* Update docs/en/data_types/array.md
decorated ```
Co-Authored-By: BayoNet <da-daos@yandex.ru>
* Update docs/en/getting_started/example_datasets/nyc_taxi.md
fixed typo
Co-Authored-By: BayoNet <da-daos@yandex.ru>
* Update docs/en/getting_started/example_datasets/ontime.md
fixed typo
Co-Authored-By: BayoNet <da-daos@yandex.ru>
* Update docs/en/interfaces/formats.md
fixed error
Co-Authored-By: BayoNet <da-daos@yandex.ru>
* Update docs/en/operations/table_engines/custom_partitioning_key.md
Co-Authored-By: BayoNet <da-daos@yandex.ru>
* Update docs/en/operations/utils/clickhouse-local.md
Co-Authored-By: BayoNet <da-daos@yandex.ru>
* Update docs/en/query_language/dicts/external_dicts_dict_sources.md
Co-Authored-By: BayoNet <da-daos@yandex.ru>
* Update docs/en/operations/utils/clickhouse-local.md
Co-Authored-By: BayoNet <da-daos@yandex.ru>
* Update docs/en/query_language/functions/json_functions.md
Co-Authored-By: BayoNet <da-daos@yandex.ru>
* Update docs/en/query_language/functions/json_functions.md
Co-Authored-By: BayoNet <da-daos@yandex.ru>
* Update docs/en/query_language/functions/other_functions.md
Co-Authored-By: BayoNet <da-daos@yandex.ru>
* Update docs/en/query_language/functions/other_functions.md
Co-Authored-By: BayoNet <da-daos@yandex.ru>
* Update docs/en/query_language/functions/date_time_functions.md
Co-Authored-By: BayoNet <da-daos@yandex.ru>
* Update docs/en/operations/table_engines/jdbc.md
Co-Authored-By: BayoNet <da-daos@yandex.ru>
* docs: fixed error
* docs: fixed error
2019-09-23 18:31:46 +03:00
Olga Khvostikova
a6296b2eb0
Merge branch 'master' into yet-another-minor-changes-and-docs-for-hdfs
2019-09-23 18:16:01 +03:00
stavrolia
fbe3270dfb
need to mention...
2019-09-23 17:50:33 +03:00
Sergei Bocharov
c051964fee
fixes after review
2019-09-23 13:48:21 +03:00
Sergei Bocharov
052c1a562d
Fixes
2019-09-23 13:10:59 +03:00
Sergei Bocharov
6a4a4b5674
Docs(hash_functions): fix javaHash & hiveHash functions
2019-09-23 13:10:59 +03:00
Alexey Milovidov
70bc89557f
Updates for #6969
2019-09-23 01:57:06 +03:00
alexey-milovidov
ef61e3e27d
Merge pull request #6969 from azat-archive/graphite-events-send-absolute-values
...
Add ability to send events with absolute values to graphite
2019-09-23 01:51:48 +03:00
Azat Khuzhin
59763cbb3a
Add ability to send events with absolute values to graphite
...
<events> sends only deltas for events, while sometimes it is more
convenient to get absolute values (for example to calculate rate).
This patch introduces another directive -- <events_absolute> that will handle
this.
v0: use <events> as bool/string
v2: use <events_absolute>true</events_absolute> over <events>absolute</events>
2019-09-21 02:46:47 +03:00
Alexey Milovidov
42b739550b
Renamed "storage_policy_name" to "storage_policy"
2019-09-20 23:35:50 +03:00
stavrolia
7309e813bc
cleanup hdfs docs
2019-09-20 14:26:00 +03:00
alexey-milovidov
9edad23576
Update system_tables.md
2019-09-19 14:00:11 +03:00
Sergei Bocharov
dd1af8c2ff
docs(system_tables): fixes after review
2019-09-19 13:46:14 +03:00
Sergei Bocharov
4be887a803
docs(system_tables): Added info about system.contributors
2019-09-19 12:16:10 +03:00
alexey-milovidov
ba492274e2
Update settings.md
2019-09-19 02:03:29 +03:00
CurtizJ
79a08ef8ea
Merge remote-tracking branch 'upstream/master' into merging_redis
2019-09-18 12:58:22 +03:00
alesapin
541f85b58a
Fix links in docs
2019-09-13 17:09:11 +03:00
alesapin
e95223aa07
Better docs
2019-09-13 16:15:19 +03:00
alesapin
ad8aac896e
Update docs/ru/operations/table_engines/mergetree.md
...
Co-Authored-By: Ivan Blinkov <github@blinkov.ru>
2019-09-13 14:55:18 +03:00
alesapin
02cff38fef
Merge with master
2019-09-13 13:58:23 +03:00
alesapin
47c0b124d2
Better docs
2019-09-13 13:44:10 +03:00
alesapin
9d227b29aa
Add ru docs (first version)
2019-09-12 20:31:19 +03:00
Denis Zhuravlev
886efb1794
Doc change. Added description for disable_internal_dns_cache, dns_cache_update_period ( #6926 )
2019-09-12 19:58:19 +03:00
Ivan Blinkov
8d5a08743a
Add link to clickhouse-flamegraph ( #6901 )
2019-09-11 12:06:50 +03:00
BayoNet
aa0e3fd0d1
Docs links fix ( #6885 )
...
* Typo fix.
* Links fix.
* Fixed links in docs.
* More fixes.
2019-09-10 14:58:26 +03:00
alexey-milovidov
ce47e707c1
Merge pull request #6849 from den-crane/patch-8
...
Doc change. TTL examples
2019-09-10 02:41:46 +03:00
alexey-milovidov
892959033f
Merge pull request #6857 from den-crane/patch-9
...
Doc change. Added some system queries (1st attempt).
2019-09-10 02:41:11 +03:00
alexey-milovidov
76459a4f57
Update system.md
2019-09-10 02:41:03 +03:00
alexey-milovidov
84eafda093
Merge pull request #6875 from den-crane/patch-10
...
Doc Change. Fixed rowbinary RU translation and added rowbinarywithnamesandtypes
2019-09-10 02:39:01 +03:00
Denis Zhuravlev
282e24975b
Update formats.md
2019-09-09 15:42:12 -03:00
Denis Zhuravlev
1275ed4641
Update system.md
2019-09-09 15:35:41 -03:00
Denis Zhuravlev
851daebe4c
Update docs/ru/query_language/system.md
...
Co-Authored-By: Ivan Blinkov <github@blinkov.ru>
2019-09-09 15:34:32 -03:00