Commit Graph

219 Commits

Author SHA1 Message Date
BayoNet
8ea66f83ee Some bugs are fixed. 2018-03-02 13:08:42 +03:00
BayoNet
430d6a3d17 Ru contents is synchronized with En one.
Utils section is restructured.
clickhouse-copier is editted.
2018-03-02 12:44:48 +03:00
zhang2014
dc9e7aa82b Remove deprecated docs 2018-03-01 12:47:20 +08:00
alexey-milovidov
924cc3451f
Merge pull request #1955 from yandex/CLICKHOUSE-3606
Added consistent hashing functions
2018-02-27 10:52:41 +03:00
Vitaliy Lyudvichenko
4e27c268a1 Add clickhouse-copier description to the docs. [#CLICKHOUSE-3606] 2018-02-26 18:27:36 +03:00
zhang2014
84caaf9bab add doc with toStartOfDay() 2018-02-25 12:01:13 +08:00
Andrew Grigorev
c54c64a34c
Fix typo in AggregatingMergeTree docs 2018-02-24 01:11:21 +03:00
alexey-milovidov
850f612eeb
Update possible_silly_questions.md 2018-02-22 18:56:32 +03:00
alexey-milovidov
ac05c6f28b
Merge pull request #1902 from kshvakov/master
Использование произвольного ключа партиционирования для таблицы лога запросов
2018-02-22 03:39:00 +03:00
alexey-milovidov
4b6bf266bd
Update higher_order_functions.md 2018-02-22 02:19:56 +03:00
BayoNet
8d7ccb833e Merge remote-tracking branch 'upstream/master' 2018-02-21 13:09:07 +03:00
BayoNet
d73e9b67ef Editing of russian sources including based on english sources changes. 2018-02-21 13:03:55 +03:00
alexey-milovidov
0f927a9436
Update distributed.md 2018-02-21 10:03:54 +03:00
Artemeey
6c1b5b9005
Update replication.md
+ ## ReplicatedReplacingMergeTree
sort
2018-02-18 14:13:57 +03:00
BayoNet
28d52bb90b Merge branch 'mkdocs' 2018-02-15 13:52:53 +03:00
Kirill Shvakov
ddb618b1d7 Use custom expr for query log 2018-02-14 10:01:41 +02:00
Kirill Shvakov
034566fff3 Use custom partition key for the query logs table 2018-02-14 09:24:26 +02:00
BayoNet
06a1c08af9 Text fix for Roadmap 2018-02-13 17:16:09 +03:00
BayoNet
29f1a17ced Roadmap for 2018 2018-02-13 17:10:19 +03:00
BayoNet
c4eb3d8069 Preparations for changing documentation site generator. 2018-02-13 01:05:44 +03:00
BayoNet
2810c708d7 References on "Resharding" section were deleted. 2018-02-12 14:02:23 +03:00
BayoNet
5f0fa2c2fb Document tree and project settings are prepared for site generation. Final step of NO-RST company. 2018-02-11 11:18:20 +03:00
alexey-milovidov
d3160393c5
Merge branch 'master' into CLICKHOUSE-3554 2018-02-08 23:07:50 +03:00
alexey-milovidov
60eacdc607
Update system.tables.md 2018-02-08 22:59:40 +03:00
alexey-milovidov
b7d0ae49fd
Merge pull request #1844 from bocharov/master
Fix uniqHLL12 and uniqCombined for cardinalities 100M+.
2018-02-08 20:01:45 +03:00
Vitaliy Lyudvichenko
42754a5327 Add new virtual columns into system.tables. [#CLICKHOUSE-3554] 2018-02-08 17:15:40 +03:00
alexey-milovidov
2aa268cedc
Merge pull request #1875 from BayoNet/master
Fixed bug with link. Makefile have got new targets 'ru' and 'en'.
2018-02-08 14:45:56 +03:00
BayoNet
53e1ac918e Merge branch 'master' into mkdocs 2018-02-08 12:34:24 +03:00
BayoNet
e3433a9fd2 Fixed bug with link. Makefile have got new targets 'ru' and 'en'. 2018-02-08 08:45:59 +03:00
alexey-milovidov
3b58942f62
Merge pull request #1872 from BayoNet/master
Fixes of links and a separate symbol.
2018-02-07 23:56:38 +03:00
BayoNet
509950b2c5 Some links are fixed. 2018-02-07 10:33:52 +03:00
sundy-li
4c5324df5f Fix quantileTimingWeighted describe doc 2018-02-06 19:03:24 +08:00
Alex Bocharov
9963e2f160 Fix uniqHLL12 and uniqCombined for cardinalities 100M+.
* Changing size() return type from UInt32 to UInt64 to prevent overflow (this shouldn't break back compatibility).
 * Removing "big cardinalities fix" for cardinalities >2^32/30 as it was very inaccurate and for estimates >2^32 it was trying to do 'log' of negative number which is NaN and it was casted to 0.
 * Adding python script to show that intHash32 is not a good choice for HyperLogLog algorithm when it's used for linear counting branch of it.
 * Adding bash script to test uniq, uniqHLL12, uniqCombined on different set cardinalities.
 * Altering documentation of uniq* aggregate functions with recommendations to use uniq instead of uniqHLL12 or uniqCombined.
2018-01-31 11:36:01 +00:00
Igor
ebc1ef34db Tabix - Change github repo 2018-01-29 22:35:35 +03:00
BayoNet
f1cfca40b8 Fixed russian inclusions into english version of the document. 2018-01-19 21:12:08 +03:00
Alexey Milovidov
b59e97175d Updated Style [#CLICKHOUSE-2]. 2018-01-10 21:35:04 +03:00
Ivan Blinkov
bd98072259 Some progress on website and docs (#1717)
* Add link to Beijing meetup

* ignore presentations

* introduce requirements.txt

* Apply hacks by bayonet@ using monkey patching

* Simplify and fix patching of "single" docs on Mac OS (it still has a bug on chunk borders though)
2017-12-29 18:45:21 +03:00
BayoNet
15a940b2cc Moving to MkDocs 2017-12-29 15:43:05 +03:00
BayoNet
13d9a4eebe Sources for english documentation switched to Markdown.
Edit page link is fixed too for both language versions of documentation.
2017-12-28 18:13:23 +03:00
BayoNet
6d95729960 Merge remote-tracking branch 'upstream/master' 2017-12-28 17:48:58 +03:00
BayoNet
68b2f06636 Removed server setting belongs to resharding.
Some links are fixed.
2017-12-28 17:27:52 +03:00
Alexey Milovidov
b79aa5db4e Update documentation about required ZK version; Miscellaneous #1458 2017-12-27 21:34:58 +03:00
Stanislav Pavlovichev
b86d3c73e4 Missing ReplicatedGraphiteMergeTree in docs 2017-12-26 19:30:52 +02:00
Stanislav Pavlovichev
4e636ca598 Missing ReplicatedReplacingMergeTree in docs 2017-12-26 19:20:10 +02:00
Kirill Shvakov
ae1ecae5a8 fix docs 2017-12-22 14:40:00 +02:00
Kirill Shvakov
af400da8eb add toStartOfFifteenMinutes function 2017-12-22 13:04:24 +02:00
Alexey Milovidov
f11740653f Fixed docs about supported date range [#CLICKHOUSE-3]. 2017-12-21 21:22:09 +03:00
Andrey Dudin
7060b8a3d9
Create dictionary.md 2017-12-18 20:54:10 +03:00
lomberts
871557fa96 Fix data loading (3XX response code) (#1624) 2017-12-13 16:06:47 +03:00
Alexey Milovidov
7d04e67262 Merge branch 'write-buffer-from-arena' 2017-12-11 21:25:03 +03:00
Alexey Milovidov
90848adc6b Fixed translation [#CLICKHOUSE-2]. 2017-12-11 21:19:35 +03:00
BayoNet
078b3ddaeb Headers markup is unified through the document. 2017-12-11 17:50:55 +03:00
BayoNet
e19c3b3a46 Headers markup is unified through the document. 2017-12-11 15:07:26 +03:00
alexey-milovidov
7802278791
Update float.md 2017-12-08 11:20:41 +03:00
BayoNet
0cc47114a7 Merge remote-tracking branch 'upstream/master' 2017-12-07 19:18:29 +03:00
BayoNet
36ae4376e3 Concept on floating point numbers is rewrited. 2017-12-07 19:16:11 +03:00
Alexey Milovidov
d0932394fb Added links to RClickHouse to the site [#CLICKHOUSE-3460]. 2017-12-05 04:07:30 +03:00
Alexey Zatelepin
fb9c7ab81d remove experimental_allow_extended_storage_definition_syntax Setting (turn on by default) [#CLICKHOUSE-3000] 2017-12-04 22:45:18 +03:00
Alexey Milovidov
739b7e0e37 Removed BlockTabSeparated format as it was totally useless [#CLICKHOUSE-2]. 2017-12-02 00:44:12 +03:00
Alexey Milovidov
5bbd3a3a48 Updated build instruction [#CLICKHOUSE-2]. 2017-12-01 22:09:20 +03:00
Alexey Milovidov
557357e8da Better [#CLICKHOUSE-2]. 2017-12-01 21:58:18 +03:00
alexey-milovidov
8b14584df7
Update reference.md 2017-12-01 19:14:55 +03:00
BayoNet
5707e3cbe2 Minor symbols edit. 2017-11-30 15:48:13 +03:00
BayoNet
5d9faf4f21 Function descriptions are fixed. 2017-11-30 15:38:43 +03:00
BayoNet
92fabedfa3 Merge remote-tracking branch 'upstream/master' 2017-11-28 15:27:33 +03:00
BayoNet
4927d36ab9 anyHeavy and topK functions are described. 2017-11-28 15:26:29 +03:00
alexey-milovidov
61b76f34dd
Merge pull request #1533 from BayoNet/master
Array functions arrayConcat, arraySlice, arrayPopFront, arrayPopBack,arrayPushFront, arrayPushBack are described.
2017-11-25 01:41:52 +03:00
BayoNet
ff7c9e114c Array functions topic is edited following developer comments. 2017-11-24 12:52:25 +03:00
Maks Skorokhod
a06ca9cb82
:octocat: merge with master 2017-11-23 11:57:10 +03:00
Maks Skorokhod
46b71ed5c3
📝 upd docs for gcd/lcm functions 2017-11-23 11:46:51 +03:00
BayoNet
411f60924f Merge remote-tracking branch 'upstream/master' 2017-11-22 09:28:31 +03:00
BayoNet
62128eff70 Array functions arrayConcat, arraySlice, arrayPopFront, arrayPopBack, arrayPushFront, arrayPushBack are described. 2017-11-22 09:14:09 +03:00
Pavel Yakunin
09616149c4 updating docs for dictionaries 2017-11-19 15:11:23 +03:00
Pavel Yakunin
975a9dcab9 updating docs for dictionaries 2017-11-19 15:07:08 +03:00
Alexey Milovidov
729b114c15 Removed unsupported functionality [#CLICKHOUSE-2]. 2017-11-18 05:34:00 +03:00
BayoNet
c56ada3200 Links fixed to standard MD syntax and the docs sources are the linked GitHub site.
Russian sources are updated following the english ones.
2017-11-17 21:39:58 +03:00
BayoNet
af96036860 Links fixed to standard MD syntax and the docs sources are the linked GitHub site.
Russian sources are updated following the english ones.
2017-11-17 17:12:34 +03:00
Alexey Milovidov
edcbf791fb Miscellaneous [#CLICKHOUSE-2]. 2017-11-16 20:40:54 +03:00
Иванов Евгений
48636ac601 Added support UUID type for dictionaries 2017-11-15 23:31:53 +03:00
Alexey Milovidov
c229c8115e Updated actual gcc version [#CLICKHOUSE-2]. 2017-11-12 20:02:05 +03:00
Alexey Milovidov
e611e1cc66 Fixed documentation for "hex" (thanks, StarWix) [#CLICKHOUSE-3]. 2017-11-12 03:43:12 +03:00
Alexey Zatelepin
8378979326 add RU docs draft for custom partitioning key [#CLICKHOUSE-3000] 2017-11-09 19:41:50 +03:00
Alexey Zatelepin
0919ae6338 remove obsolete requirement from docs for the has() function 2017-11-09 16:39:57 +03:00
BayoNet
f2395516e1 Merge remote-tracking branch 'upstream/master' 2017-11-09 09:32:19 +03:00
BayoNet
9fcf76fead Syncronization with the 'rst' sources. 2017-11-07 14:39:22 +03:00
Sergey Elantsev
f6de5a20de update tabix links in russian docs 2017-11-04 19:48:25 +03:00
Vitaliy Lyudvichenko
2dd26349fb Update docs. [#CLICKHOUSE-3] 2017-10-27 16:07:59 +03:00
BayoNet
3c3c8751ac Markup bugs fix. 2017-10-25 13:11:54 +03:00
BayoNet
4f10568f2d Replacing 'RestructuredText' sources with the 'Markdown' ones. 2017-10-25 08:55:22 +03:00
Tangaev
35c6c2a535 Примечание к описанию условного оператора
Предлагаю внести данное примечание, так как момент неочевидный (у меня ушло несколько часов чтобы понять в чем проблема, жалко, если кто-то потратит еще столько же).
2017-10-13 21:47:03 +03:00
Lev Borodin
942a4df2bd Fix section tabulation 2017-10-13 00:22:31 +03:00
Yuri Dyachenko
dfb64cf0c0 append yurial/clickhouse-client to docs/interfaces 2017-10-11 23:42:01 +03:00
Mikhail Filimonov
bc4a78f168 Fixing documentation fragment about "default" user. It is not mandatory anymore. 2017-10-11 23:27:59 +03:00
Andrey Dudin
51e003bed6 Update cli.rst
Ru docs
2017-10-03 22:07:05 +03:00
alexey-milovidov
abe0cd6a1e Merge pull request #1284 from BayoNet/master
Documentation update.
2017-09-30 14:09:07 +03:00
Alexey Milovidov
e10ecb7c08 Fixed bad contents in documentation [#CLICKHOUSE-2]. 2017-09-25 15:07:26 +03:00
BayoNet
2f19c69bf9 Merge remote-tracking branch 'upstream/master'
Restructured articles of "aggregate functions" are added.

Conflicted changes in index.rst are merged.
2017-09-25 14:52:47 +03:00
BayoNet
c3b9e32e9f 1. "Aggregate functions" chapter is restructured.
2. Combinator -ForEach for aggregate functions is described.
3. Description of system.parts is actualized.
4. groupArrayInsertAt function if described.
.
2017-09-25 14:21:45 +03:00
Bogdan
40a4ef7a83 added another php clickhouse client (ru version) 2017-09-20 01:20:48 +03:00
alexey-milovidov
99d1ba6f8c Update build.rst 2017-09-19 21:36:05 +03:00