Commit Graph

1462 Commits

Author SHA1 Message Date
alexey-milovidov
24b16da9fd
Merge pull request #5235 from vitlibar/improve-new-json-functions
Improve new json functions
2019-05-18 12:51:41 +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
1b63952373 docs 2019-05-17 15:57:11 +03:00
Danila Kutenin
0d3422fa8a toValidUTF8 function added 2019-05-17 15:55:21 +03:00
BayoNet
30c02d529a DOCAPI-6421: prefer_localhost_replica docs. 2019-05-17 11:37:28 +03:00
BayoNet
edea9a9eb2 DOCAPI-6206: Some clarifications. 2019-05-17 10:54:55 +03:00
Vladimir Chebotarev
bc99be0f10 Minor Markdown fixes. [#CLICKHOUSE-2] 2019-05-17 03:24:34 +03:00
Vitaly Baranov
ae4f472bc7 Add tests cases and fix documentation for JSON functions. 2019-05-16 16:48:19 +03:00
BayoNet
b88c8c4348 DOCAPI-6421: Load balancing strategy 'first or random'. 2019-05-16 14:21:22 +03:00
Vitaly Baranov
76bda0342b Move ExtraArg to the end of arguments of JSONExtract(). 2019-05-16 14:09:22 +03:00
Vitaly Baranov
d003682626 Implement function JSONExtractRaw(). 2019-05-16 14:09:22 +03:00
Vitaly Baranov
8be2e728c0 Use capital letters in the names of json functions: jsonHas => JSONHas 2019-05-16 14:09:22 +03:00
Vitaly Baranov
0d26ac8583 Reimplement indices in objects in more straightforward way 2019-05-16 14:09:22 +03:00
BayoNet
316e94defe DOCAPI-6206: ODBC table engine description. 2019-05-16 10:12:04 +03:00
Yangkuan Liu
0760a3436f add AggregateFunction TSgroup{Rate}Sum (#4542) 2019-05-15 19:16:25 +03:00
BayoNet
73a8e5c4b4 DOCAPI-6181: Some changes after the text review. 2019-05-15 17:10:33 +03:00
BayoNet
2400cc8d3b DOCAPI-4197: Clarification for join settings. 2019-05-15 14:48:40 +03:00
BayoNet
00f3ce10b7 DOCAPI-4197: Clarifications. 2019-05-15 14:33:04 +03:00
BayoNet
700def46d3 DOCAPI-6206: fix. 2019-05-15 13:48:22 +03:00
BayoNet
5fb1240bf6 DOCAPI-6206: ODBC engine and table function. 2019-05-15 13:44:55 +03:00
Ivan Blinkov
150c8466d7
fix few typos 2019-05-15 12:04:24 +03:00
BayoNet
b044be57c4 DOCAPI-4197: Text fixes. 2019-05-15 11:17:03 +03:00
BayoNet
dfcd9ab9a5 DOCAPI-4197: Fixes and clarifications. 2019-05-15 10:16:48 +03:00
BayoNet
3cbc6cf11c DOCAPI-4197: The rest settings from the ticket. 2019-05-14 23:20:00 +03:00
Vitaly Baranov
9620e2e223
Merge pull request #5003 from Enmk/geohash_support
Implementation of geohashEncode and geohashDecode functions;
2019-05-14 20:01:22 +03:00
BayoNet
6f71474b0e DOCAPI-4197: Join settings. 2019-05-14 16:11:23 +03:00
Ivan Blinkov
e8cbf3d09e
Merge pull request #5096 from BayoNet/DOCAPI-3822-zookeeper-secure-connection
DOCAPI-3822: ZooKeeper settings. Oracle ODBC issue.
2019-05-13 22:14:25 +03:00
BayoNet
cd957b12e3 DOCAPI-6181: Parquet format description. 2019-05-13 18:38:33 +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
svladykin
22389d4eca Support for bitmapHasAny and bitmapHasAll functions. 2019-05-12 17:47:31 +03:00
Vasily Nemkov
e4988110ec Implementation of geohashEncode and geohashDecode functions;
Function signatures:
 * geohashEncode(float lon, float lat, int precision) => string

 * geohashDecode(string encoded) => (float llon, float lat)

With test cases and documentation;
2019-05-10 14:59:24 +03:00
Vasily Nemkov
4c17864685 IPv4 and IPv6 domain docs. 2019-05-10 09:31:44 +03:00
Vasily Nemkov
b7f4d1ace1 A script to set symlinks to docs missing in other languages. 2019-05-10 09:24:31 +03:00
BayoNet
d435d834ba Merge branch 'master' of github.com:yandex/ClickHouse into DOCAPI-6550-function-basename 2019-05-08 19:24:27 +03:00
hcz
304c793b5f Add docs for json functions 2019-05-08 16:20:25 +03:00
BayoNet
26c628e0b7 DOCAPI-6181: Prepared placeholder for the future section about Parquet format. 2019-05-08 10:32:50 +03:00
Ivan Blinkov
e14dc2cac0
DOCAPI-6554: Extended syntax for LIMIT BY clause. (#5211)
* DOCAPI-6554: Extended syntax for LIMIT BY clause.

* DOCAPI-6554. Clarification of text.
2019-05-08 01:56:17 +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
BayoNet
2843d14a33 DOCAPI-6550: Some clarifications. 2019-05-07 18:20:07 +03:00
BayoNet
411238bb57 DOCAPI-6550: Some clarifications. 2019-05-07 18:18:28 +03:00
BayoNet
d53efd1605 DOCAPI-6550: Some clarifications. 2019-05-07 18:07:29 +03:00
BayoNet
95626b068d DOCAPI-6550: Some clarifications. 2019-05-07 17:56:46 +03:00
BayoNet
dc508220c9 DOCAPI-6554. Clarification of text. 2019-05-07 17:40:19 +03:00
Andy Yang
92b0c9a668 Add document and test sql 2019-05-07 19:27:20 +08:00
张风啸
82974e5ed8 zhdocs: translate zh collapsingmergetree.md (#5168)
* translate zh collapsingmergetree.md and fix zh attention format

* fix the create table link
2019-05-07 11:24:55 +03:00
BayoNet
b613f385f3 DOCAPI-6554: Extended syntax for LIMIT BY clause. 2019-05-07 10:47:26 +03:00
BayoNet
52f4d508bf DOCAPI-3822: Some corrections. 2019-05-06 21:09:28 +03:00
BayoNet
78672f43e1 Mentioned a Brotli compression for HTTP-interface. 2019-05-06 12:46:13 +03:00
BayoNet
c389830aed DOCAPI-6550: Description of the 'basename' function. 2019-05-06 11:25:46 +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
alexey-milovidov
2dccdb18eb
Merge pull request #5095 from PerformanceVision/CIDR_MASK
Functions for calculate lower and high range of an IP address using a CIDR mask
2019-05-02 01:00:29 +03:00
Hasnat
546b4815d1
Update access_rights.md 2019-04-30 18:18:21 +01:00
Ivan Blinkov
e141788f02
Merge pull request #5113 from letfoolsdie/patch-1
updated docs for db creation command
2019-04-30 02:21:19 +03:00
Ivan Blinkov
b1831a9ab5 Add link to horgh-replicator 2019-04-29 19:50:02 +03:00
Ivan Blinkov
17b2def426 [docs] a bit less confusing 2019-04-29 19:48:23 +03:00
Ivan Blinkov
67bf5be109
Merge pull request #5061 from ogorbacheva/DOCAPI-3772-arraySort2
Doc fix: Added `arraySort` + `arrayReverseSort`
2019-04-29 19:43:50 +03:00
Ivan Blinkov
bcfdba6a96
DOCAPI-6427: Settings for format processing. (#5120) 2019-04-29 19:32:07 +03:00
alexey-milovidov
f999100e56
Update gui.md 2019-04-29 19:31:56 +03:00
alexey-milovidov
3c8dce62a4
Update gui.md 2019-04-29 19:31:44 +03:00
alexey-milovidov
2cf0ab341e
Update gui.md 2019-04-29 19:30:39 +03:00
alexey-milovidov
41eee012a1
Merge pull request #5135 from serge-rider/patch-1
DBeaver information update
2019-04-29 19:29:21 +03:00
never lee
81d276a0a4 translate docs/zh/operations/table_engines/custom_partitioning_key.md (#5134) 2019-04-29 18:08:11 +03:00
Serge Rider
294b694a8a
DBeaver information update
DBeaver for Clickhouse is NOT a commercial software, it is free and open-source (Apache license). Source code is at https://github.com/dbeaver/dbeaver/issues
2019-04-29 13:13:18 +03:00
filimonov
8b73ff5b3d insert_sample_with_metadata small fixes in doc (#5121) 2019-04-26 16:45:45 +03:00
BayoNet
cc3f372a7b DOCAPI-6427: Settings for format processing. 2019-04-26 13:58:33 +03:00
张风啸
8b24fed486 zhdocs: log_family.md and stripelog.md (#5107) 2019-04-26 12:51:15 +03:00
Guillaume Tassery
f21004ed7e IPv4CIDRtoIPv4Range and IPv6CIDRtoIPv6Range return now an IP 2019-04-26 13:30:07 +07:00
Guillaume Tassery
7c4541b127
Merge branch 'master' into top_level_domain 2019-04-26 12:30:23 +07:00
Guillaume Tassery
40db4551f2 Add USE_GPERF on configuration file 2019-04-26 12:01:02 +07:00
Nikolay Semyachkin
7694aa9b1f
updated docs for db creation command
added `[ON CLUSTER cluster]` to db creation command
2019-04-25 18:32:29 +03:00
ogorbacheva
285ac81bde Merge branch 'master' into DOCAPI-3772-arraySort2 2019-04-25 00:09:18 +03:00
ogorbacheva
25fafde574 Review2 2019-04-25 00:08:49 +03:00
ogorbacheva
a2bf29a2b1 Edit higher order 2019-04-24 17:35:52 +03:00
alexey-milovidov
d2a4aa964d
Merge pull request #5026 from PerformanceVision/uniq_array
Add an optional max_size parameter to groupUniqArray
2019-04-24 14:34:39 +03:00
BayoNet
281fde8414 DOCAPI-3822: Added faq article into the chinese version. 2019-04-24 11:30:08 +03:00
BayoNet
05f615c171 DOCAPI-3822: ZooKeeper settings. Oracle ODBC issue. 2019-04-24 10:39:53 +03:00
张风啸
9440e1e61a translate ReplacingMergeTree and optimize zh attention format (#5094) 2019-04-24 09:51:01 +03:00
Guillaume Tassery
24b0e9cc51 add documentation about IPv6CIDRtoIPv6Range and IPv4CIDRtoIPv4Range functions in english 2019-04-24 13:20:02 +07:00
张风啸
5aacb7505d Zhdocs: SummingMergeTree and Dictionary (#5087) 2019-04-23 23:25:24 +03:00
ogorbacheva
c5a93dc52c Review 2019-04-23 22:54:32 +03:00
ogorbacheva
585a27c4f4 Review 2019-04-23 22:43:20 +03:00
ogorbacheva
28396b0422 Fixes 2019-04-23 16:03:41 +03:00
ogorbacheva
0eea87ecb1 Merge branch 'master' into DOCAPI-3772-arraySort2 2019-04-23 15:56:57 +03:00
ogorbacheva
13da9463bf Fixes 2019-04-23 15:56:22 +03:00
Alexander Mochalin
81259c0b52 fix(docs): typo (#5078) 2019-04-22 15:43:31 +03:00
ogorbacheva
0573f7eb1f Merge branch 'master' into DOCAPI-3772-arraySort2 2019-04-22 14:59:13 +03:00
ogorbacheva
19e4352759 Doc fix: Actualize ARRAY JOIN (#5065) 2019-04-22 11:34:25 +03:00
never lee
fdc8b397c8 Zhdocs/replication md (#5068) 2019-04-22 11:27:13 +03:00
ogorbacheva
35c41cf057 Added info about arraySort 2019-04-19 19:04:45 +03:00
ogorbacheva
60e35ae2dd Added info about arraySort 2019-04-19 18:55:23 +03:00
ogorbacheva
f5dfd7f928 Added info about arraySort 2019-04-19 18:18:57 +03:00
never lee
cde69ba900 fix format of docs/zh/operations/table_engines/mergetree.md (#5058) 2019-04-19 15:49:16 +03:00
ogorbacheva
58dc7ac31b Doc fix: Added system.query_log table (#5039) 2019-04-18 14:23:34 +03:00
Ivan Blinkov
894af3abd7
Remove -f option from curl
...because `--fail` appeared to mean "fail silently on server errors"
2019-04-17 16:32:15 +03:00
Guillaume Tassery
340e1380f4
Merge branch 'master' into uniq_array 2019-04-17 17:06:23 +07:00
Ivan Blinkov
f566182582
Improve #5021 (#5023) 2019-04-17 12:02:37 +03:00
never lee
f73ff1ae37 fix building of docs with python3 (#5021) 2019-04-17 11:15:42 +03:00
Guillaume Tassery
3816b40579 Add documentation about the max_size argument for groupUniqArray 2019-04-17 14:15:59 +07:00
Guillaume Tassery
4cc0ee677a Use gperf perfect hash for checking with a better accurency the tld for firstSignificantSubdomain and cutToFirstSignificantSubdomain 2019-04-17 13:21:26 +07:00
Vitaly Baranov
18ddacc95e Improve documentation about protobuf format. (#5015) 2019-04-16 23:30:47 +03:00
never lee
504df89c79 translate docs/zh/operations/table_engines/distributed.md (#5004)
* translate docs/zh/operations/table_engines/distributed.md

* fix indent

* Update docs/zh/operations/table_engines/distributed.md

Co-Authored-By: neverlee <neverlea@foxmail.com>

* Update docs/zh/operations/table_engines/distributed.md

Co-Authored-By: neverlee <neverlea@foxmail.com>

* Update docs/zh/operations/table_engines/distributed.md

Co-Authored-By: neverlee <neverlea@foxmail.com>

* fix error for docs/zh/operations/table_engines/distributed.md

* optimize docs/zh/operations/table_engines/distributed.md
2019-04-16 12:51:45 +03:00
Ivan Blinkov
c5d6fec2c2
Minor docs/website changes (#5011)
* Add link to Limassol meetup

* Add link to MaxMind integration guide
2019-04-16 00:00:08 +03:00
ogorbacheva
484aa83f49 Doc fix: Added 'system.part_log' (#4980) 2019-04-15 16:19:37 +03:00
BayoNet
f12fff6e12 DOCAPI-4177: HTTP compression settings. EN review. RU translation. (#4996) 2019-04-15 14:47:45 +03:00
Anton Popov
7f93f9ad2f TTL for columns and tables (#4212)
Add TTL for columns and tables.
2019-04-15 12:30:45 +03:00
ogorbacheva
e592b0fcd5 Fix 2019-04-12 19:32:03 +03:00
ogorbacheva
9d8cb5e142 Doc fix: Add [IF EXISTS] clause to the column modification (en) (#4941) 2019-04-11 18:18:55 +03:00
BayoNet
0488438ac6 DOCAPI-5757 input_format_values_interpret_expressions EN review and RU translation (#4982) 2019-04-11 17:54:39 +03:00
Ivan Blinkov
c1d9606302 Add link to pg2ch 2019-04-11 15:11:19 +03:00
Ivan Blinkov
308b9e82b1 Add link to clickhousedb_fdw by Percona 2019-04-11 15:10:04 +03:00
Ivan Blinkov
77c4962154 Mention clickhouse-zabbix-template by Altinity 2019-04-11 14:27:02 +03:00
Ivan Blinkov
bc8749dce6 Mention Kubernetres clickhouse-operator by Altinity 2019-04-11 14:24:56 +03:00
Danila Kutenin
e28bae8f19 Fix docs because hyperscan 5.1.1 released 2019-04-11 13:54:35 +03:00
ogorbacheva
0c68126698 Doc fix: Add info about EXTRACT FROM (en, ru) (#4950) 2019-04-10 21:58:42 +03:00
ogorbacheva
65e674a25a Doc fix: Added text about relative path (#4960)
* Relative path

* Relative path
2019-04-10 17:18:48 +03:00
BayoNet
c5acd61e0d DOCAPI-5753: EN review and RU translation for use_minimalistic_part_header_in_zookeeper setting description. (#4956) 2019-04-10 15:13:45 +03:00
BayoNet
1f6fc83c8e DOCAPI-6126: Clarification of the 'round' function description. (#4939)
* DOCAPI-6126: Clarification of the 'round' function description.

* DOCAPI-6126: More text for round. EN

* DOCAPI-6126: RU

* DOCAPI-6126: Link fixes.
2019-04-10 10:17:40 +03:00
BayoNet
aaa07dd5c3 DOCAPI-5203: Direct I/O settings for MergeTree descriptions. EN review and RU translation. (#4848) 2019-04-08 19:25:37 +03:00
never lee
5ebdd0c134 translate docs/zh/operations/table_engines/join.md (#4869)
* translate docs/zh/operations/table_engines/join.md

* add a reference linking of 'join clause' into docs/{zh,en}/operations/table_engines/join.md

* more comment for  docs/zh/operations/table_engines/join.md
2019-04-08 19:07:11 +03:00
BayoNet
579ec85b6e DOCAPI-5102: JSONEachRow + insert_sample_with_metadata. EN review and RU Translation (#4882)
* DOCAPI-5102: New setting insert_sample_with_metadata description.

* DOCAPI-5102: Updated the descriptions of insert_sample_with_metadata setting and JSONEachRow format.

* DOCAPI-5102: Fixed the title case.

* DOCAPI-5102: Clarified the JSONEachRow and insert_sample_with_metadata descriptions.

* DOCAPI-5102: Clarification of the JSONEachRow description.

* DOCAPI-5102: EN review.

* DOCAPI-5102: RU translation.

* DOCAPI-5102: Fixed links.
2019-04-08 19:06:57 +03:00
Ivan Blinkov
87f6889ae6
Support building docs for stable releases in addition to docs from master (#4940) 2019-04-08 19:01:54 +03:00
Danila Kutenin
304c3fcc9b docs 2019-04-07 21:59:53 +03:00
Danila Kutenin
b603e51c6e isValidUTF8 function added 2019-04-07 21:58:13 +03:00
ogorbacheva
38f9c489ff Doc fix: Edit info about SAMPLE (en, ru) (#4907) 2019-04-05 21:46:51 +03:00
proller
eaffca28dd Copier: auto upload task configuration from --task-file option (#4876)
* Copier: auto upload task configuration from --task-file option

* task-upload-force

* doc

* Update ClusterCopier.cpp

* Requested changes
2019-04-05 19:10:52 +03:00
alexey-milovidov
9158e04075
Merge pull request #4912 from blinkov/master
Few docs fixes
2019-04-04 23:07:25 +03:00
ogorbacheva
70dbeaa88e Doc fix: Editing README.md (#4892) 2019-04-04 14:07:10 +02:00
Ivan Blinkov
7374083c5e docs fixes after #4887 2019-04-04 13:49:01 +03:00
Stefan Thies
30610f8a6e add Sematext clickhouse integrations (#4887) 2019-04-04 12:44:20 +02:00
Chen Yufei
6e2b6fc27b Add logger config for clickhouse-copier doc. (#4908) 2019-04-04 12:23:15 +02:00
alesapin
e6b50a05db Remove optional argument from codecs documentation 2019-04-01 18:05:22 +03:00
levysh
6c71f952bc
removed src directory from test paths 2019-04-01 11:14:15 +03:00
ogorbacheva
e0e5721374 Doc fix: Update info about system.columns + system.tables (en) (#4838) 2019-03-29 17:44:12 +03:00
alexey-milovidov
7aefd6663f
Merge pull request #4841 from danlark1/master
Added hyperscan fuzzy search
2019-03-29 12:39:25 +03:00
Ivan Blinkov
5b9dc78d72
Update roadmap.md (#4842) 2019-03-29 12:16:36 +03:00
Danila Kutenin
40ed746d25 Better docs 2019-03-29 04:39:59 +03:00
Danila Kutenin
b822923f5a Better renamings of fuzzy string search 2019-03-29 04:27:17 +03:00
Danila Kutenin
ef0d622a5f Added hyperscan fuzzy search 2019-03-29 04:02:05 +03:00
never lee
a22bb08f38 Translate docs/zh/operations/table_engines/mergetree.md (#4827)
* translate part of materializedview.md

* translate part of docs/zh/operations/table_engines/mergetree.md

* translate docs/zh/operations/table_engines/mergetree.md roughly

* translate docs/zh/operations/table_engines/mergetree.md more

* translate docs/zh/operations/table_engines/mergetree.md completely

* a little for mergetree.md

* small fix for mergetree.md
2019-03-28 23:51:29 +03:00
Danila Kutenin
2048e0c183 Fix sub to sup in string search docs 2019-03-28 20:01:48 +03:00
Danila Kutenin
a791e3155b More restrictions added 2019-03-28 18:12:37 +03:00
Danila Kutenin
cae4a426c5 Hyperscan restriction 2019-03-28 17:59:25 +03:00
alexey-milovidov
7412bdb4be
Update buffer.md 2019-03-28 17:43:19 +03:00
Gary Dotzler
da68dd0297
Update Buffer docs for PREWHERE
PREWHERE support was added to the Buffer engine in #4671
2019-03-28 09:15:57 +00:00
alexey-milovidov
2fd83f06f5
Update float.md 2019-03-28 00:31:08 +03:00
BayoNet
6e3f7f62eb DOCAPI-5755: EN review and RU translation for the enable_optimize_predicate_expression setting desctiprion (#4818) 2019-03-27 13:13:46 +03:00
ogorbacheva
1bbde45c8b Merge branch 'master' into DOCAPI-5971-limit-offset 2019-03-26 19:52:16 +03:00
ogorbacheva
dc015ee5bf LIMIT OFFSET syntax 2019-03-26 19:40:43 +03:00
ogorbacheva
9fbb19f073 LIMIT OFFSET syntax 2019-03-26 19:39:49 +03:00
ogorbacheva
b747608b7f Add info about NULLs and NaNs in arraySort 2019-03-26 18:46:50 +03:00
ogorbacheva
78e55ba677 Merge branch 'master' into DOCAPI-4156-between 2019-03-26 15:47:01 +03:00
ogorbacheva
735ae294dd Add NOT BETWEEN operator 2019-03-26 15:44:25 +03:00
ogorbacheva
efe35835af fix issue (#4805) 2019-03-26 15:41:11 +03:00
Ivan Blinkov
9cdbdf7cf5
CLICKHOUSE-3006: get rid of nodejs during website build (#4803)
* CLICKHOUSE-3006: get rid of nodejs during website build

* webassets is not actually used
2019-03-26 12:50:28 +03:00
Ivan Remen
2fb5addc40 H3 library integration 2019-03-26 11:59:48 +03:00
BayoNet
333b56ccfa DOCAPI-4177: HTTP compression settings a described. (#4801) 2019-03-26 11:05:41 +03:00
never lee
caff24e278 translate docs/zh/operations/table_engines/merge.md (#4778)
* translate part of materializedview.md

* translate docs/zh/operations/table_engines/merge.md

* optimize docs/zh/operations/table_engines/merge.md

* translate docs/zh/operations/table_engines/materializedview.md

* optimize docs/zh/operations/table_engines/merge.md
2019-03-25 09:47:58 +03:00
Danila Kutenin
1e1e3b3d38 Fix hyperscan, add some notes, test, 4 more perf tests 2019-03-25 00:47:34 +03:00
Danila Kutenin
725139f0f5 Renamings, fixes to search algorithms, more tests 2019-03-24 01:49:38 +03:00
Danila Kutenin
f8001b41ba Hyperscan multi regular expressions search 2019-03-23 22:40:16 +03:00
Sébastien Launay
9d46e3bc94 Doc fix: alter duplicated line (#4770) 2019-03-22 18:54:25 +03:00
BayoNet
e7f87bb7cc DOCAPI-5755: enable_optimize_predicate_expression setting description (#4720) 2019-03-22 18:14:23 +03:00
Neeke Gao
08ec4f411f Update client_libraries.md (#4760)
添加SeasClick到第三方库列表
2019-03-22 10:39:34 +03:00
Neeke Gao
338b497aaf Update client_libraries.md (#4759)
add SeasClick to client libraries
2019-03-22 10:39:19 +03:00
never lee
40473f2a7e Translate docs/zh/query_language/operators.md (#4755)
* translate docs/zh/query_language/operators.md

* replace 原文  by 来源文章

* Error fixes. [docs/zh/query_language/operators.md]
2019-03-22 08:55:47 +03:00
ogorbacheva
8c248a8602 Doc fix: edit LEFT ARRAY JOIN (#4734) 2019-03-21 22:40:48 +03:00
BayoNet
0bbd541907 DOCAPI-5753: Description of use_minimalistic_part_header_in_zookeeper (#4651) 2019-03-21 17:57:17 +03:00
BanyRule
a3327a5b8b
Fix typos 2019-03-21 17:53:46 +07:00
BanyRule
4283fa58a4
Fix typo in Data Skipping Indices paragraph (ru) 2019-03-21 17:10:46 +07:00
BayoNet
1c5fc84770 DOCAPI-5757: input_format_values_interpret_expressions description (#4730) 2019-03-21 10:38:46 +03:00
Nikita Vasilev
c10f10cc0b Merge remote-tracking branch 'upstream/master' into nikvas0/bloom_filter_index 2019-03-20 19:39:18 +03:00
Nikita Vasilev
09b9fe9491 _v1 2019-03-20 17:52:05 +03:00
BayoNet
dfa04a18ab DOCAPI-5441- EN review and RU translation for the tcp_port_secure docs. (#4676) 2019-03-20 15:57:03 +03:00
alexey-milovidov
451bfaf51b
Merge pull request #4687 from SevaCode/patch-1
Documentation/Installation: Fixed bug in the example of using apt-key
2019-03-18 17:01:08 +03:00
ogorbacheva
6eb4dfe5c9 Doc fix: updating sections about the partitioning (en, ru) (#4677) 2019-03-18 15:48:06 +03:00
BayoNet
3f8514902b DOCAPI-5758: EN review and RU translation of the Kafka engine descrip… (#4660)
* DOCAPI-5758: EN review and RU translation of the Kafka engine description.

* DOCAPI-5758: Markup fix.

* DOCAPI-5758: Markup fixes in the Kafka topic.

* DOCAPI-5758: Link fix.
2019-03-15 19:39:59 +03:00
Alexander Ermolaev
2e8f805a68 fix typo (#4704) 2019-03-15 15:54:27 +03:00
SevaCode
dd40104b11 Fixed bug in the example of using apt-key
Original error:
$ sudo apt-key adv --keyserver keyserver.ubuntu.com --recv E0C56BD4
Executing: /tmp/apt-key-gpghome.g8OJxK1FMy/gpg.1.sh --keyserver keyserver.ubuntu.com --recv E0C56BD4
gpg: keyserver receive failed: Server indicated a failure
2019-03-15 12:00:01 +03:00
Ivan Blinkov
549cdd5986
fix mistype reported via support 2019-03-15 10:08:18 +03:00
SevaCode
be9411bde2
Merge pull request #1 from SevaCode/patch-2
Fixed bug in the example of using apt-key
2019-03-14 12:46:09 +03:00
SevaCode
5a88751426
Fixed bug in the example of using apt-key
Original error:
$ sudo apt-key adv --keyserver keyserver.ubuntu.com --recv E0C56BD4
Executing: /tmp/apt-key-gpghome.g8OJxK1FMy/gpg.1.sh --keyserver keyserver.ubuntu.com --recv E0C56BD4
gpg: keyserver receive failed: Server indicated a failure
2019-03-14 12:38:12 +03:00
SevaCode
6b77baa82d
Fixed bug in the example of using apt-key
Original error:
$ sudo apt-key adv --keyserver keyserver.ubuntu.com --recv E0C56BD4
Executing: /tmp/apt-key-gpghome.g8OJxK1FMy/gpg.1.sh --keyserver keyserver.ubuntu.com --recv E0C56BD4
gpg: keyserver receive failed: Server indicated a failure
2019-03-14 12:34:51 +03:00
Nikita Vasilev
3e5a44db4d docs granule 2019-03-14 12:04:30 +03:00
BayoNet
c39c32973c DOCAPI-5102: Description of insert_sample_with_metadata. Update of JSONEachRow docs. (#4653) 2019-03-13 13:46:49 +03:00
BayoNet
72a20d372e DOCAPI-5436 The FixedString docs update (#4667)
* DOCAPI-5436: Some restructurization in FixedString EN text.

* DOCAPI-5436: EN review and RU translation of FixedString description.

* DOCAPI-5436: Minor fixes in the FixedString docs.

* DOCAPI-5436: Markup fix.
2019-03-13 11:14:32 +03:00
Nikita Vasilev
5069844958 docs 2019-03-12 18:16:39 +03:00
Ivan Blinkov
0336adeac1 build fix 2019-03-11 21:19:35 +03:00
Ivan Blinkov
e7cb814508 fix build 2019-03-11 16:47:32 +03:00
Ivan Blinkov
571abfffd4 fix build 2019-03-11 16:43:08 +03:00
Ivan Blinkov
f945c784c5 toc fix 2019-03-11 16:38:54 +03:00
alexey-milovidov
0f33986c1f
Update configuration_files.md 2019-03-11 16:35:00 +03:00
alexey-milovidov
fb2620aeae
Update configuration_files.md 2019-03-11 16:34:28 +03:00
alexey-milovidov
c8ce2cf23e
Update cli.md 2019-03-11 16:33:49 +03:00
alexey-milovidov
b0c6d21346
Update cli.md 2019-03-11 16:33:17 +03:00
Nikita Vasilev
d7892e9ec7 Merge remote-tracking branch 'upstream/master' into nikvas0/set_opt 2019-03-10 11:23:01 +03:00
alexey-milovidov
24bec290b5
Merge pull request #4584 from Felixoid/system.graphite_retentions
Rework system.graphite_retentions
2019-03-10 04:30:53 +03:00
alexey-milovidov
357e17959e
Merge pull request #4602 from danlark1/master
Rename trigramDistance to ngramDistance, add more functions with CaseInsensitive and UTF, update docs, more job done in perf, added some perf tests for string search that I would like to see
2019-03-09 21:19:59 +03:00
Nikita Vasilev
d969b64237 set(0) 2019-03-09 21:17:29 +03:00
Danila Kutenin
2905159c85 Better docs to the distance functions 2019-03-09 20:26:32 +03:00
Danila Kutenin
86df0960d9 Better docs to the distance functions 2019-03-09 20:07:45 +03:00
Danila Kutenin
b8538c49c9 Better docs to the distance functions 2019-03-09 20:01:01 +03:00
Danila Kutenin
56872ef0e3 Better docs to the distance functions 2019-03-09 19:59:43 +03:00
Danila Kutenin
4e67678b64 Better docs to the distance functions 2019-03-09 19:57:52 +03:00
Mikhail f. Shiryaev
d1cb4932d7 Add documentation about system.graphite_retentions 2019-03-07 01:05:24 +01:00
alexey-milovidov
2460bedff9
Merge pull request #4577 from ogorbacheva/DOCAPI-4241-vertical
Doc fixes: editing text in Formats section (ru)
2019-03-06 22:39:04 +03:00
alexey-milovidov
2713c75628
Merge pull request #4575 from BayoNet/DOCAPI-5441-tcp_port_secure
DOCAPI-5441: tcp_port_secure server setting EN description.
2019-03-06 21:35:06 +03:00
alexey-milovidov
e2fde4f0d8
Merge pull request #4576 from BayoNet/DOCAPI-5203-direct-io-settings
DOCAPI-5203 direct i/o settings EN description
2019-03-06 21:34:35 +03:00
alexey-milovidov
48e7505b99
Merge pull request #4578 from BayoNet/DOCAPI-5758-kafka_skip_broken_messages
DOCAPI-5758: The kafka_skip_broken_messages setting description
2019-03-06 21:33:33 +03:00
Vasily Vasilkov
7d0be1e1f6
Add one more Java/Kotlin library for ClickHouse 2019-03-06 20:32:19 +04:00
alexey-milovidov
1df9c1720e
Merge pull request #4426 from Felixoid/graphite-rollup
Graphite rollup: combined rules
2019-03-06 03:10:45 +03:00
Danila Kutenin
dd22d1fb89 Better docs to the distance functions 2019-03-06 03:08:12 +03:00
Danila Kutenin
24cc9e4e65 Fix docs 2019-03-06 01:44:47 +03:00
Danila Kutenin
952b5ea24a Rename trigramDistance to ngramDistance, add more functions with CaseInsensitive and UTF, update docs, more job done in perf, added some perf tests for string search that I would like to see 2019-03-06 01:42:28 +03:00
BayoNet
16c967002e DOCAPI-5203: Fix in terms of direct I/O. 2019-03-05 13:16:45 +03:00
BayoNet
5ca8933dda
Merge pull request #4481 from ogorbacheva/DOCAPI-4157-sample-factor
Doc fix: editing SAMPLE clause description
2019-03-05 12:37:09 +03:00
BanyRule
9ffb59bc08
remove paragraph duplication in DISTINCT clause
description of the work of `DISTINCT ` with NULL values ​​was duplicated twice
2019-03-05 14:13:33 +07:00
Vitaly Baranov
61e21d50e1
Merge pull request #4207 from andyyzh/bitmap_feature
Added bitmap function feature with roaring bitmap
2019-03-04 22:42:47 +03:00
BayoNet
9fde4594c9 DOCAPI-5758: New parameter kafka_skip_broken_messages in the Kafka engine description. 2019-03-04 19:27:00 +03:00
BayoNet
4bae599fcd DOCAPI-5203: The direct I/O settings are moved to right places. 2019-03-04 18:34:35 +03:00
ogorbacheva
69323a5501 resolve merge 2019-03-04 18:10:08 +03:00
ogorbacheva
fe6c988c55 Doc fixes 2019-03-04 17:52:12 +03:00
BayoNet
646ba6726f DOCAPI-5203: Clarification of direct I/O settings descriptions. 2019-03-04 17:37:56 +03:00
BayoNet
47c82b6c08 DOCAPI-5441: tcp_port_secure topic fix. 2019-03-04 17:01:07 +03:00
zhang2014
fb44b6692a rename setting name 2019-03-04 10:09:44 +08:00
zhang2014
be158c145b fix divide by zero crash 2019-03-02 15:08:02 +08:00
alexey-milovidov
b23a3b4e96
Merge pull request #4520 from BayoNet/DOCAPI-5436-FixedString-update
DOCAPI-5436: Update of the FixedString data type description.
2019-03-01 17:51:57 +03:00
Alexey Milovidov
b153b17752 Addition to the #4545 PR 2019-03-01 17:46:43 +03:00
alexey-milovidov
1c93b66835
Merge pull request #4545 from MeiK-h/patch-1
Docs: Update expired link
2019-03-01 17:36:30 +03:00
Vitaly Baranov
4125efc07e
Merge pull request #4550 from vitlibar/document-toStartOfInterval_and_toStartOfTenMinutes
Add documentation for new datetime functions toStartOfInterval() and toStartOfTenMinutes().
2019-03-01 17:07:01 +03:00
Vitaly Baranov
fa317f24dc
Update date_time_functions.md 2019-03-01 17:06:27 +03:00
Vitaly Baranov
a5d3ebc1f3
Update date_time_functions.md 2019-03-01 17:05:50 +03:00
Vitaly Baranov
56b401cfaa Add documentation for new datetime functions toStartOfInterval()
and toStartOfTenMinutes().
2019-03-01 16:04:52 +03:00
MeiK
dc30d15155
Docs: Update expired link
Referer: 0ee61fed7f
2019-03-01 18:10:27 +08:00
BayoNet
0613cd26bc DOCAPI-5441. Some restructurization for tcp_port_secure. 2019-02-28 19:53:11 +03:00
BayoNet
455ca955e5 DOCAPI-5203: Added the descriptions for direct I/O settings for MergeTree merge and SELECT queries. 2019-02-28 14:20:27 +03:00
Leopold Schabel
a8fc523256
docs: Clarify that proto2 and proto3 are supported
#2369
2019-02-28 10:45:30 +00:00
Mikhail f. Shiryaev
ae8e84c532 Add note about patterns order to docs 2019-02-28 10:44:30 +01:00
BayoNet
3dac4f018b DOCAPI-5441: The tcp_port_secure setting description is added. 2019-02-28 12:06:10 +03:00
Mikhail f. Shiryaev
e79235f932 Fix typo in parameter name 2019-02-28 09:52:33 +01:00
BayoNet
720d44837a DOCAPI-5436: Clarification of the 'empty' function description. 2019-02-27 21:27:29 +03:00
Vitaly Baranov
4ad2f3d5f6
Merge pull request #4514 from vitlibar/document-protobuf-format
Add documentation of Protobuf input/output format.
2019-02-27 19:33:26 +03:00
Vitaly Baranov
5cf7075db9 Add documentation of Protobuf input/output format. 2019-02-27 19:13:31 +03:00
Mikhail f. Shiryaev
bc00ae383a Update documentation for GraphiteMergeTree rollup 2019-02-27 13:59:12 +01:00
Ildar Musin
d04e404e5f Fix typo in CollapseMergeTree documentation: at list -> at least (#4519) 2019-02-27 15:00:06 +03:00
BayoNet
c4c891e8b7 DOCAPI-5436. Typo fix. 2019-02-27 14:31:44 +03:00
BayoNet
0da72294d0 DOCAPI-5436. The update of the FixedSting data type description. 2019-02-27 14:25:11 +03:00
ogorbacheva
55b43d5417 Doc fix: edit some sentences 2019-02-25 15:54:30 +03:00
ogorbacheva
fcc0786454 Merge branch 'master' into DOCAPI-4157-sample-factor 2019-02-25 11:55:47 +03:00
Michael Monashev
6310fa07ee Update alter.md (#4482)
Исправлена опечатка.
2019-02-22 18:52:36 +03:00
ogorbacheva
218d9d6c63 fixes in process 2019-02-22 16:28:26 +03:00
ogorbacheva
019c4e8387 Merge branch 'master' into DOCAPI-4157-sample-factor 2019-02-22 15:25:01 +03:00
ogorbacheva
9918f7cd2a fixes 2019-02-21 16:43:09 +03:00
Anton Zhabolenko
6eaaaf4eaf Update security changelog (RUS) (#4468) 2019-02-21 13:11:47 +03:00
Ivan Blinkov
b2fa415858
add lost empty lines 2019-02-21 10:58:55 +03:00
Ivan Blinkov
9aeb61e328
add lost empty lines 2019-02-21 10:58:32 +03:00
ogorbacheva
66bafb77c2 Merge branch 'master' into DOCAPI-4157-sample-factor 2019-02-20 18:54:12 +03:00
Anton Okulov
7dbfd27d62 Fix startsWith function description (#4451) 2019-02-20 08:59:50 +03:00
BayoNet
1b4f710363 DOCAPI-5436 typos fix. 2019-02-19 22:06:28 +03:00
BayoNet
928e24ccc5 DOCAPI-3820: EN review and RU translation for SELECT JOIN (#4422) 2019-02-19 19:28:51 +03:00
ogorbacheva
8e47b15d8a Fix SAMPLE desc 2019-02-19 16:29:49 +03:00
ogorbacheva
9dd1f5c019 Merge branch 'master' into DOCAPI-4157-sample-factor 2019-02-19 13:48:20 +03:00
ogorbacheva
c31785c082 Doc fix: change logic of SAMPLE n 2019-02-19 10:02:32 +03:00
0xflotus
a0ffdcfe17 fixed short (#4440) 2019-02-19 08:54:58 +03:00
0xflotus
908d958696 fixed other (#4441)
Did you mean 'In other words'...?
2019-02-19 08:54:31 +03:00
BayoNet
fdac3bd662 DOCAPI-4552: RU translation of VersionedCollapsingMergeTree topic (#4404) 2019-02-18 00:31:56 +03:00
BayoNet
d42cf0a769 DOCAPI-4907: EN review and RU translation of the Expression Aliases topic (#4418) 2019-02-17 13:52:49 +03:00
BayoNet
afb53d9b08 TANKER-457940: RU translation of the Backup topic. (#4417) 2019-02-17 13:47:07 +03:00
BayoNet
411f14dbdc TANKER-457940: EN review for Backup topic (#4416) 2019-02-16 08:53:04 +03:00
ogorbacheva
50b17d7e92 Merge branch 'master' into DOCAPI-4157-sample-factor 2019-02-15 12:58:01 +03:00
ogorbacheva
956b7a0743 Doc fix: SAMPLE n 2019-02-15 12:56:34 +03:00
Murat Kabilov
81f8d2f1f3 add columns parameter to the syntax for SummingMergeTree (#4400) 2019-02-15 11:45:22 +03:00
Vivien Maisonneuve
6cf3d8c151 Doc fix: definition of varPop (#4403) 2019-02-14 19:44:46 +03:00
BayoNet
533665c9f2 DOCAPI-4552: EN review of VersionedCollapsingMergeTree topic (#4395) 2019-02-14 17:10:21 +03:00
Ivan Blinkov
edff16aa15
Minor docs changes (#4366) 2019-02-14 15:12:28 +03:00
Nikita Vasilev
28840c79ed Merge branch 'master' into nikvas0/set_index_args 2019-02-14 10:44:57 +03:00
Andy Yang
4a4dbcd2c1 Merge remote-tracking branch 'origin' into bitmap_feature 2019-02-14 15:14:18 +08:00
Nikita Vasilev
55df6f0a1a fix docs 2019-02-13 22:33:58 +03:00
Nikita Vasilev
5f40ae53e3 fix 2019-02-13 22:33:10 +03:00
Nikita Vasilev
04a62f3df4 set args 2019-02-13 22:29:31 +03:00
ogorbacheva
35703c2484 Doc fix: removing note temporarily (#4383) 2019-02-13 20:01:38 +03:00
ogorbacheva
c5966b4fbc Doc fix: note about CLEAR COLUMN .. PARTITION query (#4375) 2019-02-13 13:18:09 +03:00
alexey-milovidov
c1bf56c969
Merge pull request #4370 from nikvas0/nikvas0/index_setting
allow_experimental_data_skipping_indices setting
2019-02-12 21:19:55 +03:00
Nikita Vasilev
a27c61b065 docs 2019-02-12 21:02:45 +03:00
Nikita Vasilev
dddec4073e fix 2019-02-12 20:56:57 +03:00
BayoNet
75a2d649d0 DOCAPI-4180: merge_tree* settings. EN review. RU translation (#4358) 2019-02-12 14:59:34 +03:00
Ivan Blinkov
29a7649a8c
try lowering logging level (#4352) 2019-02-11 23:38:28 +03:00
ogorbacheva
a623514428 fix PROCESSLIST desc (#4345) 2019-02-11 19:21:20 +03:00
BayoNet
b4f1cc6f47 DOCAPI-4994: EN review of Requirements, Monitoring, Troubleshooting and Update topics. (#4340) 2019-02-11 17:48:37 +03:00
Anton Zhabolenko
2801317996 Update security changelog (#4334)
* Update security changelog

* Update security changelog 1
2019-02-11 17:23:41 +03:00
miha-g
52f244304c arrayDistinct function had (wrong) copy/paste example from arrayDifference (#4339) 2019-02-11 17:17:43 +03:00
Alex Zatelepin
787e457d27
Update nullable.md 2019-02-11 16:54:17 +03:00
Alex Zatelepin
8321f3a36b
Update nullable.md 2019-02-11 16:53:46 +03:00
BayoNet
abae614e19 DOCAPI-3818: RU translation of 'StripeLog' and 'Log Engine Family' topics (#4338) 2019-02-11 16:47:27 +03:00
BayoNet
6006e5486f DOCAPI-3818: English review for StripeLog and Log Engines Family docs (#4336) 2019-02-11 16:32:00 +03:00
alexey-milovidov
5b41f6d975
Update string_search_functions.md 2019-02-11 15:50:38 +03:00
alexey-milovidov
e04cea08b0
Update string_search_functions.md 2019-02-11 15:50:17 +03:00
alexey-milovidov
ba78424705
Update string_search_functions.md 2019-02-11 15:49:33 +03:00
Ivan Blinkov
439a166926
title case 2019-02-11 12:49:44 +03:00
alexey-milovidov
f58e0c7c97
Merge pull request #4200 from DarkWanderer/feature/row-binary-with-headers
Added RowBinaryWithNamesAndTypes format
2019-02-11 03:14:56 +03:00
alexey-milovidov
c6a01ccfb3
Merge pull request #4325 from yandex/k3box-arbitrary-const-expressions-in-limit
Add arbitrary const expressions in limit processing (cleanups)
2019-02-10 22:29:58 +03:00
Alexey Milovidov
d9ab923a2a Fixed typo 2019-02-10 21:14:23 +03:00
Alexey Milovidov
50cae9144c Removed "allow_experimental_low_cardinality_type" setting from tests and docs 2019-02-10 02:42:22 +03:00
alexey-milovidov
9650c4a0da
Merge pull request #4286 from nikvas0/nikvas0/index_fix
Data Skipping Indices fix
2019-02-10 00:53:04 +03:00
alexey-milovidov
2777e54a57
Merge pull request #4287 from yandex/mutations-introspection
KILL MUTATION
2019-02-10 00:51:30 +03:00
ogorbacheva
e275094f7d Added info about UUID to russian doc (#4314)
* Adding UUID to "ru" (drafts)

* fix russian text

* Adding UUID to "ru" (drafts)

* fix russian text

* fix english doc

* fixing links to nowhere
2019-02-09 00:37:56 +03:00
simon-says
2bc0ad3fdb Update description of dateDiff function (#4311)
Added details on what possible `'unit'` values are
2019-02-08 16:41:32 +03:00
Nikita Vasilev
cecbd5d0ac Merge remote-tracking branch 'upstream/master' into nikvas0/index_fix 2019-02-08 00:17:35 +03:00
ogorbacheva
80fcbb6a20 Adding SAMPLE .. OFFSET to doc (#4289)
* Add description of the SAMPLE OFFSET clauseH[D

* Add description of the SAMPLE OFFSET clause

* fix sample offset doc

* review fix
2019-02-08 00:11:53 +03:00
Alexey Zatelepin
705616f30e add en docs [#CLICKHOUSE-3912] 2019-02-07 21:15:17 +03:00
Alexey Zatelepin
48a40f493a add ru docs [#CLICKHOUSE-3912] 2019-02-07 21:12:05 +03:00
Nikita Vasilev
c6f0dd4a87 unique -> set : docs 2019-02-06 23:08:43 +03:00
ogorbacheva
aca25247a9 Doc fix: actualizing the partitions description (#4288) 2019-02-06 16:00:14 +03:00
BayoNet
54d70e5f4c DOCAPI-4994: New article "ClickHouse Update" (#4285) 2019-02-06 15:52:46 +03:00
Nikita Vasilev
b613d780e4 fix docs 2019-02-06 10:50:48 +03:00
Ivan Blinkov
693782ee5b
WIP on docs/website (#4278) 2019-02-05 19:46:30 +03:00
Ivan Blinkov
d6b1cf1a85
fix markup 2019-02-05 19:32:28 +03:00
Nikita Vasilev
a1b0dede07 Data Skipping Indices (#4143)
* made index parser

* added index parsing

* some fixes

* added index interface and factory

* fixed compilation

* ptrs

* added indexParts

* indextypes

* index condition

* IndexCondition

* added indexes in selectexecutor

* fix

* changed comment

* fix

* added granularity

* comments

* fix

* fix

* added writing indexes

* removed indexpart class

* fix

* added setSkipIndexes

* add rw for MergeTreeIndexes

* fixes

* upd error

* fix

* fix

* reading

* test index

* fixed nullptr error

* fixed

* fix

* unique names

* asts -> exprlist

* minmax index

* fix

* fixed select

* fixed merging

* fixed mutation

* working minmax

* removed test index

* fixed style

* added indexes to checkDataPart

* added tests for minmax index

* fixed constructor

* fix style

* fixed includes

* fixed setSkipIndexes

* added indexes meta to zookeeper

* added parsing

* removed throw

* alter cmds parse

* fix

* added alter

* fix

* alters fix

* fix alters

* fix "after"

* fixed alter

* alter fix + test

* fixes

* upd setSkipIndexes

* fixed alter bug with drop all indices

* fix metadata editing

* new test and repl fix

* rm test files

* fixed repl alter

* fix

* fix

* indices

* MTReadStream

* upd test for bug

* fix

* added useful parsers and ast classes

* fix

* fix comments

* replaced columns

* fix

* fixed parsing

* fixed printing

* fix err

* basic IndicesDescription

* go to IndicesDescr

* moved indices

* go to indicesDescr

* fix test minmax_index*

* fixed MT alter

* fixed bug with replMT indices storing in zk

* rename

* refactoring

* docs ru

* docs ru

* docs en

* refactor

* rename tests

* fix docs

* refactoring

* fix

* fix

* fix

* fixed style

* unique idx

* unique

* fix

* better minmax calculation

* upd

* added getBlock

* unique_condition

* added termForAST

* unique

* fixed not

* uniqueCondition::mayBeTrueOnGranule

* fix

* fixed bug with double column

* is always true

* fix

* key set

* spaces

* test

* tests

* fix

* unique

* fix

* fix

* fixed bug with duplicate column

* removed unused data

* fix

* fixes

* __bitSwapLastTwo

* fix
2019-02-05 17:50:25 +03:00
BayoNet
af7c9bd2d7 DOCAPI-4994: Requirements, Monitoring and Troubleshooting are translated into Russian (#4269) 2019-02-05 17:35:58 +03:00
Vitaly Baranov
8259e8f1e2 Add instruction about installing dirmngr to the documentation. 2019-02-05 15:54:43 +03:00
BayoNet
c32969a8ff DOCAPI-4994: Requirements, Monitoring and Troubleshooting are translated into Russian (#4260)
* Update of english version of descriprion of the table function `file`.

* New syntax for ReplacingMergeTree.
Some improvements in text.

* Significantly change article about SummingMergeTree.
Article is restructured, text is changed in many places of the document. New syntax for table creation is described.

* Descriptions of AggregateFunction and AggregatingMergeTree are updated. Russian version.

* New syntax for new syntax of CREATE TABLE

* Added english docs on Aggregating, Replacing and SummingMergeTree.

* CollapsingMergeTree docs. English version.

* 1. Update of CollapsingMergeTree. 2. Minor changes in markup

* Update aggregatefunction.md

* Update aggregatefunction.md

* Update aggregatefunction.md

* Update aggregatingmergetree.md

* GraphiteMergeTree docs update.
New syntax for creation of Replicated* tables.
Minor changes in *MergeTree tables creation syntax.

* Markup fix

* Markup and language fixes

* Clarification in the CollapsingMergeTree article

* DOCAPI-4821. Sync between ru and en versions of docs.

* Fixed the ambiguity in geo functions description.

* Example of JOIN in ru docs

* Deleted misinforming example.

* Fixed links to IN operators.

* Updated the description of ALTER MODIFY.

* [RU] Updated ALTER MODIFY description.

* Fixed anchors.

* DOCAPI-4994: Server operation articles are added. Some links are fixed.

* DOCAPI-4994: Edited after review by Ivan.

* DOCAPI-4994: Fixed headers

* DOCAPI-4994: Russian translation for Requirements, Monitoring and Troubleshooting.

* DOCAPI-4994-Registry. Docs fixes.

* DOCAPI-4994: Docs fix.

* DOCAPI-4994: New files removed
2019-02-04 22:09:53 +03:00
BayoNet
f48d27beda Docapi 3818 stripe log (#4191)
* Update of english version of descriprion of the table function `file`.

* New syntax for ReplacingMergeTree.
Some improvements in text.

* Significantly change article about SummingMergeTree.
Article is restructured, text is changed in many places of the document. New syntax for table creation is described.

* Descriptions of AggregateFunction and AggregatingMergeTree are updated. Russian version.

* New syntax for new syntax of CREATE TABLE

* Added english docs on Aggregating, Replacing and SummingMergeTree.

* CollapsingMergeTree docs. English version.

* 1. Update of CollapsingMergeTree. 2. Minor changes in markup

* Update aggregatefunction.md

* Update aggregatefunction.md

* Update aggregatefunction.md

* Update aggregatingmergetree.md

* GraphiteMergeTree docs update.
New syntax for creation of Replicated* tables.
Minor changes in *MergeTree tables creation syntax.

* Markup fix

* Markup and language fixes

* Clarification in the CollapsingMergeTree article

* DOCAPI-4821. Sync between ru and en versions of docs.

* Fixed the ambiguity in geo functions description.

* Example of JOIN in ru docs

* Deleted misinforming example.

* Fixed links to IN operators.

* Updated the description of ALTER MODIFY.

* [RU] Updated ALTER MODIFY description.

* Fixed anchors.

* DOCAPI-3818: The Family of Log engines. StripeLog. Tocs sync.

* DOCAPI-3818: Edits after review by Ivan Blinkov.
2019-02-04 17:52:31 +03:00
BayoNet
37b1d8369c Docapi 4994 registry (#4214) 2019-02-04 16:30:28 +03:00
Fadi Hadzh
b711009c19
add tcp clickhouse_exporter to integrations (en) 2019-02-02 10:02:45 +03:00
Fadi Hadzh
9925df673d
add tcp clickhouse_exporter to integrations 2019-02-02 10:01:15 +03:00
Alex Zatelepin
4efddf7a3d
Update build_osx.md 2019-01-31 19:37:27 +03:00
alexey-milovidov
c1b53e5ad4
Update build_osx.md 2019-01-31 18:55:59 +03:00
Andy Yang
7e7a864fd4 Added bitmap function feature with roaring bitmap 2019-01-31 21:26:11 +08:00
ogorbacheva
c7ed73ea27 fix settings default values (#4204) 2019-01-31 15:23:18 +03:00
Maxim Fedotov
b501bafe95 Update clickhouse documentation. Add puppet module for Clickhouse (#4182)
* Update clickhouse documentation. Add puppet module for Clickhouse

* remote extra whitespace
2019-01-30 22:49:23 +03:00
DarkWanderer
bcac2722d1 Added RowBinaryWithNamesAndTypes format
* Extended BinaryRowOutputStream with flags allowing to output names/types of columns
* Added one (for now) new output format - RowBinaryWithNamesAndTypes
* Updated docs
2019-01-30 14:30:43 +03:00
Winter Zhang
b52bc2466d ISSUES-3890 sync system functions to en document (#4168)
* ISSUES-3890 sync system functions to en document

* ISSUES-3890 fix review

* ISSUES-3890 add parseDateTimeBestEffort docs

* ISSUES-3890 fix review

* ISSUES-3890 better sql example
2019-01-30 13:39:46 +03:00
fessmage
f985e6453e describe option insert_sample_with_metadata in docs (#4185)
* describe option insert_sample_with_metadata in docs

* reply-to-review

* fix
2019-01-30 13:39:12 +03:00
achulkov2
c63cd3524c
Update index.md 2019-01-29 15:25:14 +03:00
alesapin
f87b1568bb Replace Array-style create table with nested; add max_insert_block_size param 2019-01-28 15:51:44 +03:00
alesapin
395d71ec33 Rename files 2019-01-28 13:08:15 +03:00
alesapin
218856a16b Review fixes 2019-01-28 13:01:49 +03:00
alesapin
ababd7749d Add docs to anonymized Yandex.Metrika datasets 2019-01-28 12:45:29 +03:00
Alexey Milovidov
81460315c4 Updated description of "Star schema" benchmark 2019-01-28 02:08:08 +03:00
alexey-milovidov
fbefc99fb1
Merge pull request #4129 from ercolanelli-leo/sumMapFiltered
implement sumMapFiltered
2019-01-24 21:27:03 +03:00
alesapin
b8d7922e42 CLICKHOUSE-4170: Add docs for datasets downloading (#4144)
* CLICKHOUSE-4170: Add docs for datasets downloading

* CLICKHOUSE-4170: Fix Review remarks
2019-01-24 19:10:05 +03:00
George G
af81d3cf0d docs: Fix sudo position in CPU scaling governor command (#4142) 2019-01-24 17:55:59 +03:00
Léo Ercolanelli
8ad1a55f3b implement sumMapFiltered 2019-01-23 15:23:04 +01:00
Danila Kutenin
7f4b0f3c04 added powerpc build support 2019-01-23 17:18:19 +03:00
BayoNet
38945cfca4 Fixed anchors in docs (#4127) 2019-01-23 14:55:07 +03:00
Danila Kutenin
d8ce005983 Docs for multi string search (#4123) 2019-01-23 11:38:32 +03:00
ogorbacheva
a9054e05f0 Doc fix: edit info about escaping (#4118)
* Doc fix: delete VerticalRaw format and remove escaping from Pretty and Vertical formats

* Doc fix: editing text about escaping

* Doc fix: fix example in pretty format

* Doc fix: fix example in pretty format

* Doc fix: last fixes

* Doc fix: last fixes

* Doc fix
2019-01-22 16:21:20 +03:00
ogorbacheva
6323986406 Doc fix 2019-01-22 16:17:24 +03:00
ogorbacheva
64eb46fa6b Doc fix: last fixes 2019-01-22 16:14:43 +03:00
ogorbacheva
0ce656856a Doc fix: last fixes 2019-01-22 16:05:40 +03:00