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
Denis Zhuravlev
0c6d583a15
Doc change. less confusing description for pointInEllipses ( #6790 )
2019-09-09 20:51:58 +03:00
Denis Zhuravlev
e8cf800c6e
Update formats.md
...
Fixed rowbinary RU translation and added rowbinarywithnamesandtypes
2019-09-09 14:12:43 -03:00
Denis Zhuravlev
10011d1483
Update formats.md
...
Fixed rowbinary translation and added rowbinarywithnamesandtypes
2019-09-09 14:05:18 -03:00
CurtizJ
3b3657ff1e
Merge branch 'add-ext-dict-redis' of https://github.com/comunodi/ClickHouse into merging_redis
2019-09-09 13:51:50 +03:00
Denis Zhuravlev
2287c590f1
Update system.md
...
Added some system queries (1st attempt).
2019-09-06 17:56:39 -03:00
Denis Zhuravlev
115edf343d
Update system.md
...
Added some system queries (1st attempt).
2019-09-06 17:40:50 -03:00
Denis Zhuravlev
a38911d4df
Update mergetree.md
...
TTL examples / Requested change
2019-09-06 13:57:23 -03:00
Denis Zhuravlev
873689b7d5
Update mergetree.md
...
TTL examples
2019-09-06 12:26:51 -03:00
Denis Zhuravlev
4c1073bd3c
Update mergetree.md
...
TTL examples
2019-09-06 12:18:24 -03:00
Denis Zhuravlev
2c9081768b
Update mergetree.md
...
TTL examples
2019-09-06 12:16:14 -03:00
Anton Popov
69da4f30b3
Merge branch 'master' into merging_input_function
2019-09-06 16:20:00 +03:00
BayoNet
76c84d1d63
DOCAPI-7695: Functions support for indexes ( #6784 )
2019-09-06 12:07:23 +03:00
Denis Zhuravlev
3f40cd7eef
Update array_functions.md
...
added note about ArrayElement index 0 case.
2019-09-05 19:33:36 -03:00
Olga Khvostikova
4129d8cf60
Merge pull request #6092 from yandex/globs-in-file-one-more-attempt
...
Globs in storage file and HDFS
2019-09-05 23:05:37 +03:00
stavrolia
5d6959173c
Improvement
2019-09-04 22:55:56 +03:00
CurtizJ
7accc09066
Merge branch 'palasonic-add-input-function' of https://github.com/palasonic1/ClickHouse into merging_input_function
2019-09-04 15:25:20 +03:00
stavrolia
32bf915610
More docs
2019-09-04 14:11:30 +03:00
alexey-milovidov
c5ccce3c71
Merge pull request #6789 from den-crane/patch-4
...
Doc change. FROM FINAL can be used not only with CollapsingMergeTree
2019-09-03 21:34:04 +03:00
stavrolia
97ac979645
Add docs for hdfs and fix some review comments
2019-09-03 17:23:51 +03:00
alexey-milovidov
bc37ede1e6
Merge pull request #6788 from den-crane/patch-3
...
Doc change. identity function + translation to russian for throwIf / modelEvaluate
2019-09-03 14:48:37 +03:00
alexey-milovidov
ec02ade403
Merge pull request #6791 from yandex/blinkov-patch-8
...
fix note markdown
2019-09-03 14:31:32 +03:00
Ivan Blinkov
5932460d8f
add to ru as well
2019-09-03 12:15:51 +03:00
Ivan Blinkov
cd688792b3
more fixes
2019-09-03 11:57:24 +03:00
Ivan Blinkov
7541a39325
fix ru as well
2019-09-03 11:54:19 +03:00
Denis Zhuravlev
a438408428
Update select.md
...
FROM FINAL can be used not only with CollapsingMergeTree
2019-09-02 23:17:59 -03:00
Denis Zhuravlev
a38b3b369c
Update other_functions.md
...
throwIf second parameter
2019-09-02 22:23:07 -03:00
Denis Zhuravlev
b1c6decafd
Update other_functions.md
...
перевод для modelEvaluate / throwIf
2019-09-02 21:28:22 -03:00
Denis Zhuravlev
1cc2603711
Update other_functions.md
...
added description for identity function
2019-09-02 21:12:14 -03:00
Denis Zhuravlev
b305295d3c
Update other_functions.md
...
Changed C comment to SQL comment
2019-09-02 20:59:17 -03:00
alexey-milovidov
b831f2f636
Merge pull request #6786 from den-crane/patch-3
...
Doc change. Example of max_block_size impact on runningDifference.
2019-09-03 02:24:59 +03:00
Denis Zhuravlev
9ec91df964
Update other_functions.md
...
Example of max_block_size impact on runningDifference. + runningDifferenceStartingWithFirstValue description
2019-09-02 17:10:20 -03:00
Alexander Tokmakov
9eb1a9bae6
fix links in docs
2019-09-02 21:53:16 +03:00
Denis Zhuravlev
14e16c7a41
Doc change. Example of another approach to collapsing (using negative numbers). ( #6751 )
...
* Update collapsingmergetree.md
Example of another approach to collapsing (using negative numbers).
* Update collapsingmergetree.md
Example of another approach to collapsing (using negative numbers).
* Update collapsingmergetree.md
Example of another approach to collapsing (using negative numbers).
2019-09-02 18:11:45 +03:00
Alexander Tokmakov
4cbf095a4a
update docs
2019-08-30 21:21:54 +03:00
Alexander Tokmakov
03c83169bd
Merge branch 'master' into merging_template_format
2019-08-29 16:34:25 +03:00
alexey-milovidov
9a5488fbd1
Merge pull request #6660 from den-crane/patch-1
...
Documentation change. range_hashed dict arbitrary type description.
2019-08-27 23:13:07 +03:00
BayoNet
b076933009
DOCAPI-7400: Gorilla codecs. EN review. RU translation. ( #6598 )
...
* Update create.md
* DOCAPI-7400: RU translation.
* DOCAPI-7400: Fixes.
* Update docs/ru/query_language/create.md
Co-Authored-By: Ivan Blinkov <github@blinkov.ru>
* Update docs/ru/query_language/create.md
Co-Authored-By: Ivan Blinkov <github@blinkov.ru>
* DOCAPI-7400: Clarifications.
* DOCAPI-7400: Link fix.
2019-08-27 16:49:56 +03:00
BayoNet
cbc78ffc43
DOCAPI-7443: Virtual columns docs update. EN review. RU translation. ( #6640 )
...
* Update index.md (#35 )
* DOCAPI-7443: RU translation.
* Link fix.
* DOCAPI-7443: Fixes.
* DOCAPI-7443: Fixes.
2019-08-27 14:04:52 +03:00
BayoNet
9c0b377868
DOCAPI-7431: Queries with parameters docs. EN review. RU translation. ( #6632 )
...
* Update cli.md (#36 )
* Update http.md (#37 )
* DOCAPI-7431: RU Translation.
* DOCAPI-7431: Fix.
* Update docs/en/interfaces/cli.md
Co-Authored-By: Ivan Blinkov <github@blinkov.ru>
* DOCAPI-7431: Fixes.
2019-08-27 13:24:42 +03:00
BayoNet
a98b91c521
DOCAPI-7436: Enum type docs. EN review, RU translation. ( #6630 )
...
* Update enum.md (#33 )
* DOCAPI-7436: RU translation.
* Update docs/en/data_types/enum.md
Co-Authored-By: Ivan Blinkov <github@blinkov.ru>
* Update docs/ru/data_types/enum.md
Co-Authored-By: Ivan Blinkov <github@blinkov.ru>
* DOCAPI-7436: Fixes.
2019-08-26 20:48:48 +03:00
BayoNet
305f3ba479
DOCAPI-7428: domain function docs. EN review, RU translation. ( #6624 )
...
* Update url_functions.md
* DOCAPI-7428: RU translation
* DOCAPI-7428: Fix.
* Update docs/en/query_language/functions/url_functions.md
Co-Authored-By: Ivan Blinkov <github@blinkov.ru>
* Update docs/en/query_language/functions/url_functions.md
Co-Authored-By: Ivan Blinkov <github@blinkov.ru>
* Update docs/ru/query_language/functions/url_functions.md
Co-Authored-By: Ivan Blinkov <github@blinkov.ru>
* Update docs/ru/query_language/functions/url_functions.md
Co-Authored-By: Ivan Blinkov <github@blinkov.ru>
* Update docs/ru/query_language/functions/url_functions.md
Co-Authored-By: Ivan Blinkov <github@blinkov.ru>
* DOCAPI-7428: Fixes.
2019-08-26 19:09:30 +03:00
Denis Zhuravlev
0599bdba25
Described arbitrary datatype for range_hashed
2019-08-25 22:34:16 -03:00
Alexey Milovidov
a6997aa83f
Modifications after merging constraints support
2019-08-24 16:00:04 +03:00
Alexander Tokmakov
1572d0c5b6
Merge branch 'master' into merging_template_format
2019-08-23 20:34:14 +03:00
Alexander Tokmakov
734a0f23a9
Merge branch 'master' into merging_template_format
2019-08-23 15:32:35 +03:00
BayoNet
1cc8bf7fe0
DOCAPI-7783: RU Translation ( #6623 )
2019-08-23 12:11:43 +03:00
Alexey Milovidov
4366791b63
Merge branch 'table-constraints' of https://github.com/NanoBjorn/ClickHouse into NanoBjorn-table-constraints
2019-08-23 07:49:10 +03:00
alexey-milovidov
7012a421c6
Merge branch 'master' into alter_table_drop_detached_part
2019-08-23 05:22:07 +03:00
Alexey Milovidov
cff8ec43f9
Rename neighbour -> neighbor
2019-08-23 04:31:04 +03:00
alexey-milovidov
49aa9384af
Merge pull request #5925 from alex-krash/function_next_prev_in_block
...
Implement neighbour() function
2019-08-23 04:28:36 +03:00
Alexander Tokmakov
81022bb3e9
Merge branch 'master' into alter_table_drop_detached_part
2019-08-22 23:38:58 +03:00
sev7e0
8ac4ee3dca
Fix data type (enum) table name error in docs
2019-08-22 14:29:21 +08:00
alexey-milovidov
a1560448d6
Update formats.md
2019-08-21 18:21:36 +03:00
BayoNet
ae81fb5ace
DOCAPI-7103: RU translation for CollapsingMergeTree update. ( #6593 )
2019-08-21 17:30:12 +03:00
alexey-milovidov
308baa182e
Merge branch 'master' into table-constraints
2019-08-21 06:33:08 +03:00
Ivan Blinkov
3785d945ff
Sync RPM packages instructions to other docs languages ( #6568 )
2019-08-20 20:42:31 +03:00
Gleb Novikov
86fecc7501
Merge branch 'master' into table-constraints
2019-08-20 12:17:56 +03:00
BayoNet
87e13c494e
DOCAPI-7414: groupArrayMovingSum, groupArrayMovingAvg docs. EN review, RU translation. ( #6463 )
...
* Update reference.md
* DOCAPI-7414: RU translation
* DOCAPI-7414: Fix.
* Update docs/ru/query_language/agg_functions/reference.md
Co-Authored-By: Ivan Blinkov <github@blinkov.ru>
* Update docs/ru/query_language/agg_functions/reference.md
Co-Authored-By: Ivan Blinkov <github@blinkov.ru>
* Update docs/ru/query_language/agg_functions/reference.md
Co-Authored-By: Ivan Blinkov <github@blinkov.ru>
* Update docs/ru/query_language/agg_functions/reference.md
Co-Authored-By: Ivan Blinkov <github@blinkov.ru>
2019-08-20 10:46:31 +03:00
BayoNet
0e99eb82f4
DOCAPI-7129: nested json insert. EN review. RU translation. ( #6419 )
...
* Update formats.md
* Update settings.md
* Link fix.
* DOCAPI-7129: RU translation.
* DOCAPI-7129: Fixed build of ZH docs.
* Update docs/en/interfaces/formats.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/ru/interfaces/formats.md
Co-Authored-By: Ivan Blinkov <github@blinkov.ru>
* Update docs/ru/interfaces/formats.md
Co-Authored-By: Ivan Blinkov <github@blinkov.ru>
* Update docs/ru/interfaces/formats.md
Co-Authored-By: Ivan Blinkov <github@blinkov.ru>
* Update docs/ru/operations/settings/settings.md
Co-Authored-By: Ivan Blinkov <github@blinkov.ru>
* Update docs/ru/operations/settings/settings.md
Co-Authored-By: Ivan Blinkov <github@blinkov.ru>
* DOCAPI-7129: Clarifications and fixes.
2019-08-20 10:23:47 +03:00
Nikita Vasilev
d67c0f5aa0
Merge branch 'nikvas0/index_mutate' of github.com:nikvas0/ClickHouse into nikvas0/index_mutate
2019-08-15 20:48:24 +03:00
Nikita Vasilev
00a5fe7836
Merge remote-tracking branch 'upstream/master' into nikvas0/index_mutate
2019-08-15 19:48:57 +03:00
alexey-milovidov
7a439e269f
Merge pull request #6470 from alex-krash/function_user
...
Function currentUser()
2019-08-14 20:09:54 +03:00
BayoNet
5a9f31ede4
DOCAPI-7062: MySQL database engine and MergeTree TTL docs. EN review, RU translation ( #6407 )
...
* Update create.md
* Update mergetree.md
* Update index.md
* Update mysql.md
* DOCAPI-7062: RU translation.
* DOCAPI-7062: Fixes
* Update docs/ru/database_engines/index.md
Co-Authored-By: Ivan Blinkov <github@blinkov.ru>
* Update docs/ru/database_engines/mysql.md
Co-Authored-By: Ivan Blinkov <github@blinkov.ru>
* Update docs/ru/database_engines/mysql.md
Co-Authored-By: Ivan Blinkov <github@blinkov.ru>
* Update docs/ru/database_engines/mysql.md
Co-Authored-By: Ivan Blinkov <github@blinkov.ru>
* Update docs/ru/operations/table_engines/mergetree.md
Co-Authored-By: Ivan Blinkov <github@blinkov.ru>
* Update docs/ru/operations/table_engines/mergetree.md
Co-Authored-By: Ivan Blinkov <github@blinkov.ru>
* Update docs/ru/operations/table_engines/mergetree.md
Co-Authored-By: Ivan Blinkov <github@blinkov.ru>
* Update docs/ru/query_language/create.md
Co-Authored-By: Ivan Blinkov <github@blinkov.ru>
* DOCAPI-7062: Clarifications and fixes.
* DOCAPI-7062: Clarifications.
* 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>
2019-08-14 19:42:09 +03:00
alexey-milovidov
7b793dad91
Update other_functions.md
2019-08-14 16:25:23 +03:00
BayoNet
6472768c07
DOCAPI-7090: SYSTEM DISTRIBUTED docs. EN review. RU translation. ( #6262 )
2019-08-14 10:58:30 +03:00
Alexandr Krasheninnikov
4d145cb72b
Documentation added
2019-08-13 19:08:12 +03:00
Alexandr Krasheninnikov
ea9cf3a62f
Done
2019-08-13 16:11:24 +03:00
Nikita Vasilev
a32f68fa40
Update docs/ru/query_language/alter.md
...
Co-Authored-By: Ivan Blinkov <github@blinkov.ru>
2019-08-12 22:34:13 +03:00
Nikita Vasilev
0df2f4a79c
Update docs/ru/query_language/alter.md
...
Co-Authored-By: Ivan Blinkov <github@blinkov.ru>
2019-08-12 22:34:03 +03:00
Nikita Vasilev
bdd79653be
Update docs/ru/query_language/alter.md
...
Co-Authored-By: Ivan Blinkov <github@blinkov.ru>
2019-08-12 22:33:50 +03:00
BayoNet
fe8e9124a0
DOCAPI-5765 и 5766: system.tables docs. EN review. RU translation ( #6221 )
...
* DOCAPI-5765: system.tables docs EN review.
* DOCAPI-5765. RU translation.
2019-08-12 12:52:53 +03:00
Gleb Novikov
381ea6cb6e
Merge branch 'master' into table-constraints
2019-08-11 12:38:34 +03:00
Nikita Vasilev
75e381bde4
Merge remote-tracking branch 'upstream/master' into nikvas0/index_mutate
2019-08-10 23:07:50 +03:00
Nikita Vasilev
82fc0f6b15
docs
2019-08-10 16:52:01 +03:00
Alexander Tokmakov
ae6efb23b4
Merge branch 'master' into alter_table_drop_detached_part
2019-08-08 22:31:31 +03:00
Alexander Tokmakov
d1ebfaacd6
update docs
2019-08-08 22:28:25 +03:00
BayoNet
c5b25b23e3
DOCAPI-8016: Adam weights mention in docs
...
* DOCAPI-8016: Added mention about Adam method of updating weights in regressions.
* DOCAPI-8016: RU translation.
2019-08-07 20:06:56 +03:00
Alexey Milovidov
19e11d6300
Updated changelog in docs
2019-08-06 16:19:08 +03:00
BayoNet
db56f264ce
TRANSLATE-3776: Query log docs. EN review. RU translation. ( #6280 )
2019-08-05 12:26:32 +03:00
BayoNet
7015e5ca7d
Link fix. ( #6288 )
2019-08-02 10:11:40 +03:00
tavplubix
6625536236
Merge pull request #6055 from yandex/csv_unquoted_nulls_and_default_values
...
CSV unquoted nulls and default values
2019-08-01 15:11:06 +03:00
BayoNet
1e20c2bc27
DOCAPI-5760: Join engine docs. EN review. RU translation ( #6234 )
2019-07-31 17:49:16 +03:00
BayoNet
cc8ce23215
DOCAPI-6889: Fixes.
2019-07-31 16:16:29 +03:00
BayoNet
7892d66cde
Merge branch 'master' of github.com:yandex/ClickHouse into l10n/DOCAPI-6889-dictGet
2019-07-31 16:06:37 +03:00
BayoNet
cf746c3eed
DOCAPI-3825: System tables. EN review, RU translation. ( #6088 )
2019-07-31 08:09:13 +03:00
BayoNet
b103137280
DOCAPI-4160: EN review, RU translation. uniq and count docs. ( #6087 )
2019-07-31 07:36:15 +03:00
BayoNet
cad9a231d2
DOCAPI-4197: Limitations settings. EN review. RU translation. ( #6089 )
...
max_rows_in_join
max_bytes_in_join
join_overflow_mode
max_network_bandwidth
max_network_bandwidth_for_user
max_network_bandwidth_for_all_users
max_network_bytes
max_bytes_before_external_group_by
join_any_take_last_row
2019-07-30 10:40:49 +03:00
BayoNet
c11fd03ba2
DOCAPI-7063: bitmapContains docs. EN review. RU translation. ( #6142 )
...
EN review
RU translation
2019-07-30 09:47:38 +03:00
BayoNet
332cb7bde7
DOCAPI-6424: ASOF JOIN docs. EN review. RU translation. ( #6140 )
...
EN review.
RU translation.
2019-07-29 20:11:20 +03:00
BayoNet
c4f1038efc
DOCAPI-4148: EN review, RU translation. MergeTree partially monotonic keys ( #6085 )
...
* Update http.md
* Update settings.md
* Update mergetree.md
* DOCAPI-6213: RU translastion.
* DOCAPI-4148: 4148
2019-07-29 13:19:30 +03:00
BayoNet
567a08a88f
DOCAPI-7553: EN review. RU translation. Update of CHECK TABLE description ( #6138 )
...
EN review.
RU translation.
2019-07-26 10:15:28 +03:00
BayoNet
2af3738aa4
Clarification and fixes.
2019-07-26 09:57:17 +03:00
BayoNet
9734715b3f
DOCAPI-3911: EN review and RU translation for external dicts docs. ( #6032 )
...
EN review
RU translation
2019-07-26 08:49:26 +03:00
BayoNet
6d9e6e0b9d
DOCAPI-3933: EN review and RU translation of hash functions doc ( #5980 )
...
EN review for hash functions docs.
RU translation of hash functions doc.
2019-07-25 13:14:04 +03:00
filimonov
24cc9f9c1e
default for enable_optimize_predicate_expression was changed
2019-07-23 15:50:07 +02:00
Alexander Tokmakov
89a4462c4f
Merge branch 'master' into csv_unquoted_nulls_and_default_values
2019-07-23 13:49:47 +03:00
Alex Krash
aef0e2c0a3
Document "WITH" section for SELECT ( #5894 )
2019-07-23 13:32:31 +03:00
BayoNet
bb1ddf67e1
DOCAPI-6888: EN review and RU translation of the toDecimal*Or* funcions docs. ( #5916 )
...
* Review of EN version.
* DOCAPI-6888: RU translation of the toDecimal*Or* functions docs.
2019-07-23 12:53:33 +03:00
alexey-milovidov
cd6c15b79f
Merge pull request #6057 from dimarub2000/master
...
CREATE TABLE AS table_function()
2019-07-23 02:50:08 +03:00
Alexander Tokmakov
96d0a066d9
rename format_csv_unquoted_null_literal_as_null to input_format_csv_unquoted_null_literal_as_null
2019-07-22 23:13:27 +03:00
Dmitry Rubashkin
21ebb72579
documentation
2019-07-22 18:02:03 +03:00
Vivien Maisonneuve
1b6a20d711
Fix typos in docs
2019-07-22 14:13:07 +02:00
Alexander Tokmakov
04504ccf7b
Docs (en)
2019-07-22 03:01:51 +03:00
Alexander Tokmakov
96776c7fd5
Docs (ru)
2019-07-22 03:00:48 +03:00
BayoNet
4460c56b93
DOCAPI-6213: EN review, RU translation for X-ClickHouse-Progress related topics ( #6076 )
...
DOCAPI-6213: EN review. RU translastion.
2019-07-20 10:39:10 +03:00
Alexey Milovidov
193858be37
Fixed broken link in docs
2019-07-20 00:24:29 +03:00
Alexey Milovidov
27fd4a6955
Fixed broken link in docs
2019-07-20 00:20:35 +03:00
tavplubix
349d69c849
Merge branch 'master' into csv_unquoted_nulls_and_default_values
2019-07-19 17:03:34 +03:00
Alexander Tokmakov
6467330462
update docs
2019-07-19 16:57:50 +03:00
Ivan Blinkov
d0f65bd5b0
Merge pull request #6059 from izebit/russian-documentation
...
Russian documentation about functions for working with external dictionaries
2019-07-19 01:08:28 +03:00
Artem Konovalov
86d421cee6
changes after code review
2019-07-19 00:42:48 +03:00
Artem Konovalov
0a3bd5ed00
changes after code review
2019-07-19 00:41:06 +03:00
Artem Konovalov
7808f944e9
changes after code review
2019-07-19 00:36:25 +03:00
Artem Konovalov
c2fee7345d
fix typos
2019-07-19 00:21:16 +03:00
Artem Konovalov
8e93b500fd
fix typos
2019-07-19 00:16:45 +03:00
Artem Konovalov
43c13d8283
fix typos
2019-07-19 00:15:34 +03:00
Artem Konovalov
60f3e4dd8c
fix typos
2019-07-19 00:11:00 +03:00
Artem Konovalov
1cb5b77fa8
fix typos
2019-07-19 00:09:56 +03:00
Artem Konovalov
a5196861ff
fix typos
2019-07-19 00:05:38 +03:00
Artem Konovalov
dcc0433dd6
fix typos
2019-07-18 23:59:01 +03:00
Artem Konovalov
839acc948e
add russian documentation about functions for working with external dictionaries
2019-07-18 23:44:05 +03:00
BayoNet
d48995f1e7
DOCAPI-7444: RU <-> EN docs regular sync. ( #5944 )
...
* DOCAPI-7444: RU <-> EN docs regular sync.
2019-07-18 14:04:45 +03:00
Alexey Milovidov
731a479969
Manually checked out files from 6082354d3c
2019-07-12 22:05:58 +03:00
alexey-milovidov
154b0cb491
Revert "DOCAPI-6887: EN review and RU translation for skew* and kurt* functions."
2019-07-12 22:03:38 +03:00
Ivan Blinkov
6082354d3c
DOCAPI-6887: EN review and RU translation for skew* and kurt* functions. ( #5906 )
...
* Update reference.md
* DOCAPI-6887: EN review and RU translation for skew* and kurt* functions.
2019-07-12 15:04:32 +03:00
BayoNet
390c18def8
DOCAPI-7062: MySQL database engine docs. Update of MergeTree TTL docs. ( #5706 )
2019-07-12 15:03:33 +03:00
BayoNet
9f3a5cb8f2
DOCAPI-6889: RU translations for docs on external dicts functions.
2019-07-12 07:50:01 +03:00
BayoNet
6e224c1ff7
DOCAPI-7090: SYSTEM DISTRIBUTED queries description. ( #5848 )
...
* DOCAPI-7090: SYSTEM DISTRIBUTED queries description.
* DOCAPI-7090: Fixes.
2019-07-10 10:04:53 +03:00
alesapin
ef4f3667ab
Merge pull request #5933 from izebit/update-max_ast_elements-field-description
...
update default value of max_ast_elements parameter
2019-07-08 20:06:44 +03:00
Artem Konovalov
b86ff47e5a
update default value max_ast_elements parameter
2019-07-08 16:50:06 +03:00
BayoNet
c6ae525216
Merge branch 'master' of github.com:yandex/ClickHouse into l10n/DOCAPI-6887-skewSamp
2019-07-06 15:56:14 +03:00
BayoNet
2964a107f4
DOCAPI-6887: EN review and RU translation for skew* and kurt* functions.
2019-07-06 15:50:14 +03:00
BayoNet
9655b1c9d9
DOCAPI-6425: EN review. RU Translation. User settings. ( #5713 )
2019-07-05 01:03:28 +03:00
Gleb Novikov
71c2ca0fe9
Merge branch 'master' into table-constraints
2019-07-04 22:40:00 +03:00
davydovska
8af931118f
Update reference.md ( #5794 )
2019-07-03 23:57:45 +03:00
alexey-milovidov
c108882c5f
Merge pull request #5805 from yandex/BHYCHIK-h3-integration
...
Merge H3 integration
2019-07-01 01:02:16 +03:00
alexey-milovidov
a9cfe4ce91
Merge pull request #5807 from yandex/ngramSearch
...
Inverting ngramSearch to be more intuitive
2019-07-01 00:43:17 +03:00
alexey-milovidov
76b0a29046
Update geo.md
2019-06-30 23:53:08 +03:00
alexey-milovidov
1d2008bf10
Update geo.md
2019-06-30 23:46:29 +03:00
Danila Kutenin
9127c8b27c
inverting ngramSearch to be more intuitive
2019-06-30 22:34:17 +03:00
alexey-milovidov
feafcb21bd
Merge branch 'master' into h3-integration
2019-06-30 16:19:11 +03:00
Gleb Novikov
a146b7383e
Merge branch 'master' into table-constraints
2019-06-30 11:32:02 +02:00
alexey-milovidov
87993de98d
Merge pull request #5725 from yandex/PerformanceVision-ignore_scheme
...
Performance vision ignore scheme
2019-06-29 20:36:23 +03:00
Denis Zhuravlev
3f67572075
замечание что MV может быть более одного
2019-06-29 13:58:46 -03:00
alesapin
306e27c152
Return old behaviour
2019-06-26 18:18:12 +03:00
alesapin
f740334ee5
Faster scheme search
...
Add docs
2019-06-26 13:26:34 +03:00
Ivan Remen
b439769aa7
Merge remote-tracking branch 'main/master' into h3-integration-fix
2019-06-20 13:53:17 +03:00
Ivan Remen
1e2d3a101f
Fix doc
2019-06-20 13:39:54 +03:00
alexey-milovidov
c899fce9fc
Merge pull request #5661 from BHYCHIK/crc32-for-master
...
Support crc32 function
2019-06-20 01:32:00 +03:00
BayoNet
ac70bd104d
DOCAPI-3697: RU translation for GraphiteMergeTree docs ( #5665 )
...
* DOCAPI-3697: RU translasion for GraphiteMergeTree docs.
2019-06-19 16:23:42 +03:00
Ivan Remen
b353b8347a
Merge remote-tracking branch 'main/master' into crc32-for-master
2019-06-19 15:16:20 +03:00
Ivan Remen
35ccd128f4
Fix documentation after review
2019-06-19 11:05:56 +03:00
BayoNet
d86e5d451e
DOCAPI-6181: RU translation for Parquet docs. ( #5510 )
...
* DOCAPI-6181: RU translation for Parquet docs.
2019-06-18 23:07:20 +03:00
Ivan Remen
edff6e58dc
Support crc32 function
2019-06-18 00:54:26 +03:00
BayoNet
153093fa48
DOCAPI-6183: EN review and RU translations for JOIN syntax limitations ( #5651 )
2019-06-17 13:45:40 +03:00
BayoNet
54b1349fb9
DOCAPI-6206: ODBC engine and table function. EN review. RU translation. ( #5504 )
2019-06-17 12:06:58 +03:00
BayoNet
af1129a97b
DOCAPI-6423: simpleLinearRegression function docs ( #5484 )
2019-06-17 12:06:08 +03:00
BayoNet
4e7230f84a
DOCAPI-6553: Multiple JOINs. EN review. RU translation ( #5470 )
2019-06-17 12:02:49 +03:00
alexey-milovidov
bb6dc6f92f
Merge pull request #5566 from BayoNet/DOCAPI-6180-translation-sync
...
DOCAPI-6180: Syncronization between EN and RU versions of document.
2019-06-16 03:04:51 +03:00
alexey-milovidov
05ba7bef6a
Merge pull request #5487 from BayoNet/DOCAPI-4293
...
DOCAPI-4293: MySQL table engine and function. RU translation and EN review
2019-06-16 03:04:26 +03:00
Gleb Novikov
15004ce055
Merge branch 'master' into table-constraints
2019-06-14 23:10:48 +03:00
BayoNet
2b5b775810
Merge branch 'master' of github.com:yandex/ClickHouse into DOCAPI-6180-translation-sync
2019-06-14 16:16:46 +03:00
BayoNet
533750ef7f
DOCAPI-6985: RU translations for some articles. ( #5572 )
2019-06-14 15:44:33 +03:00
BayoNet
a354bfa884
DOCAPI-6550: 'basename' function, HTTP compression. EN review and RU translation ( #5463 )
2019-06-14 14:26:46 +03:00
BayoNet
c5f30d9fa8
DOCAPI-6180: Fixes.
2019-06-14 13:29:16 +03:00
alexey-milovidov
864e1370b0
Merge pull request #5550 from ogorbacheva/DOCAPI-3951-lambda
...
Doc fix: small fix in lambda
2019-06-14 09:22:12 +03:00
BayoNet
02686e3534
DOCAPI-4166: Translation for some 'other functions' and linking the parts of the document. ( #5602 )
2019-06-13 12:04:49 +03:00
BayoNet
864a5830f5
DOCAPI-6890: RU Translation for description of system.parts new field. ( #5578 )
2019-06-13 07:52:08 +03:00
BayoNet
9d0fde0fc2
DOCAPI-3822: Zookeeper settings. Review of EN docs. RU translation. ( #5427 )
2019-06-13 06:14:04 +03:00
alexey-milovidov
bb5239f18d
Merge pull request #5577 from BayoNet/en-docs/DOCAPI-3856
...
DOCAPI-3856: Removed the phrase about limited usage of tuples in tables.
2019-06-11 18:17:18 +03:00
alexey-milovidov
8f2ac97ba8
Merge pull request #5580 from vivienm/master
...
Fix Settings.h URL in docs
2019-06-11 18:11:45 +03:00
Vivien Maisonneuve
e5f06ef012
Fix Settings.h URL in docs
2019-06-11 11:38:07 +02:00
BayoNet
fe7209dc07
DOCAPI-3856: Removed the phrase about limited usage of tuples in tables.
2019-06-11 08:59:46 +03:00
Vitaly Baranov
ebf9d2a19e
Added documentation for constraints on settings.
2019-06-11 02:33:09 +03:00
BayoNet
27c3ae401c
DOCAPI-6180: Syncronization between EN and RU versions of document.
2019-06-09 20:39:45 +03:00
ogorbacheva
98e6ab7402
Merge branch 'master' into DOCAPI-3951-lambda
2019-06-06 19:02:57 +03:00
ogorbacheva
02a12b1ce3
Old task
2019-06-06 17:13:23 +03:00
BayoNet
e6cea46bbb
DOCAPI-6207: EN review and RU translation for the JDBC table engine ( #5413 )
2019-06-06 12:57:12 +03:00
BayoNet
23c5e1d7d5
DOCAPI-6421: load_balancing. RU translation, EN review. ( #5496 )
2019-06-06 12:54:15 +03:00
BayoNet
93020fce3f
DOCAPI-6425: Security settings ( #5490 )
2019-06-06 02:43:12 +03:00
Gleb Novikov
76772d1de0
Documentation on constraints (RU, EN)
2019-06-06 01:25:57 +03:00
BayoNet
bfb2d7fbb8
DOCAPI-4293: Fixes.
2019-06-05 18:27:45 +03:00
BayoNet
1c5ab08e22
DOCAPI-6554: LIMIT BY. EN review. RU translation. ( #5425 )
2019-06-04 23:14:30 +03:00
BayoNet
433bd71bee
DOCAPI-6426: RU translation for max-partitions-per-insert-block descr… ( #5415 )
2019-06-04 17:10:18 +03:00
BayoNet
d895b39fa0
DOCAPI-6427: Settings for formats. EN review and RU translation. ( #5423 )
2019-06-04 17:09:19 +03:00
comunodi
102967015e
Add RU docs for Redis
2019-06-02 16:29:43 +03:00
BayoNet
b6dbe984da
Merge branch 'master' of github.com:yandex/ClickHouse into DOCAPI-4293
2019-05-30 18:18:25 +03:00
BayoNet
559ff71e05
DOCAPI-4293: MySQL engine and table function. EN review and RU translation.
2019-05-30 18:12:56 +03:00
palasonicq
f1cdffb574
Added docs for input()
2019-05-29 20:40:09 +03:00
akuzm
604089225d
Fix a typo in Russian docs. ( #5466 )
2019-05-29 20:32:40 +03:00
Danila Kutenin
b65a9499c8
ngramEntry renamed to ngramSearch
2019-05-27 12:05:02 +03:00
BayoNet
c489e1f98b
Merge branch 'DOCAPI-6423-leastSqr' of github.com:BayoNet/ClickHouse into DOCAPI-4293
2019-05-26 14:16:33 +03:00
Danila Kutenin
b981318999
docs
2019-05-25 23:39:35 +03:00
Danila Kutenin
6090f5eca8
ngramEntry function was added
2019-05-25 21:47:26 +03:00
Danila Kutenin
ca87128ab2
Fix typo in docs
2019-05-25 18:42:12 +03:00
alexey-milovidov
c2af408cc9
Merge pull request #5299 from BayoNet/DOCAPI-6206-odbc-engine
...
DOCAPI-6206 ODBC table engine and odbc table functions descriptions
2019-05-25 16:23:14 +03:00
alexey-milovidov
d2941985bf
Merge pull request #5332 from BayoNet/DOCAPI-4293
...
DOCAPI-4293: DISTINCT ... ORDER BY, MySQL engine and mysql table function
2019-05-25 15:52:34 +03:00
alexey-milovidov
52c007c009
Update mysql.md
2019-05-25 15:52:04 +03:00
alexey-milovidov
89d77331b3
Merge pull request #5390 from Felixoid/zk_docs
...
Update ru and en ZK documentation
2019-05-25 15:11:19 +03:00
alexey-milovidov
d33de11fd9
Update settings.md
2019-05-25 15:09:21 +03:00
Mikhail f. Shiryaev
deba2c4075
Fix table_name and add a hint about db_name in zk_node
2019-05-24 14:50:35 +02:00
BayoNet
54134334c9
DOCAPI-6697: RU example fix.
2019-05-23 15:42:12 +03:00
Mikhail f. Shiryaev
2d89ce1e0c
Update ru and en ZK documentation
2019-05-23 13:55:31 +02:00
BayoNet
380dd70a01
DOCAPI-6697: Changed example to less confusing.
2019-05-21 12:08:43 +03:00
BayoNet
8e3c5157cc
DOCAPI-6697: Edited the toValidUTF8 description.
2019-05-20 17:41:10 +03:00
BayoNet
8cc4586f86
DOCAPI-4293: MySQL engine and mysql table functions docs.
2019-05-18 20:25:58 +03:00
Danila Kutenin
4e3a607267
format function added
2019-05-18 14:30:36 +03:00
Danila Kutenin
e0b90de474
Merge pull request #5322 from yandex/to_valid_utf8
...
toValidUTF8 function added
2019-05-17 22:48:32 +03:00
Danila Kutenin
0d3422fa8a
toValidUTF8 function added
2019-05-17 15:55:21 +03:00
Vladimir Chebotarev
bc99be0f10
Minor Markdown fixes. [#CLICKHOUSE-2]
2019-05-17 03:24:34 +03:00
BayoNet
316e94defe
DOCAPI-6206: ODBC table engine description.
2019-05-16 10:12:04 +03:00
Ivan Blinkov
2c43795f0e
Merge pull request #5210 from Enmk/IPv4_IPv6_domains_docs
...
IPv4 and IPv6 domain docs.
2019-05-13 10:58:59 +03:00
Vasily Nemkov
4c17864685
IPv4 and IPv6 domain docs.
2019-05-10 09:31:44 +03:00
BayoNet
3ff89198b7
DOCAPI-6207: JDBC engine EN description ( #5112 )
...
* DOCAPI-6207: JDBC engine EN description.
* DOCAPI-6207: Edits after review.
2019-05-08 01:50:37 +03:00
Danila Kutenin
6a6b30a56f
Less code with unique ptrs and some docs added
2019-05-06 00:35:08 +03:00
Danila Kutenin
ca4f098362
fix hyperscan to treat regular expressions as utf-8 expressions
2019-05-05 09:51:59 +03:00