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
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
0ce6df8f19
Update date.rst
2017-12-22 07:02:23 +03:00
Alexey Milovidov
f11740653f
Fixed docs about supported date range [#CLICKHOUSE-3].
2017-12-21 21:22:09 +03:00
Marek Vavruša
fd260c31ba
CapnpProtoRowInputStream: fixed build in current master, added docs
2017-12-21 00:46:50 +03:00
Marek Vavruša
c6e959d1e9
StorageKafka: extended configuration, parallel consumers, offset tracking
...
This contains many fixes and corrections for the Kafka engine.
Most notably it now supports extended configuration similarly to GraphiteMergeTree.
Now it also allows specification of consumer count to parallelize consumption of
multiple partitions both in materialized views and in SELECT queries.
The offsets are now committed in the insertSuffix() method after all rows
are successfully read. If an exception is thrown during reading, affected consumer
unsubscribes from all assignments and rejoins the consumer group to rewind offsets.
This means that the consumer won't lose messages in case of write failures.
2017-12-21 00:46:50 +03:00
Andrey Dudin
7060b8a3d9
Create dictionary.md
2017-12-18 20:54:10 +03:00
alexey-milovidov
dc96f2101f
Merge branch 'master' into patch-1
2017-12-13 23:47:27 +03:00
lomberts
871557fa96
Fix data loading (3XX response code) ( #1624 )
2017-12-13 16:06:47 +03:00
Okada Haruki
d2732fc79a
Fix links
...
`http:` is redirected to `https:` for now.
2017-12-13 17:22:32 +09: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
6c9a1872f6
sed commands are added to fix unresolved internal links in single-page html
2017-11-23 11:01:36 +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
Pavel Yakunin
bb967007ff
merged master
2017-11-19 10:55:46 +03:00
Pavel Yakunin
753b862e45
Docs changed to support substitutions in dictionaries
2017-11-19 10:32:36 +03:00
Alexey Milovidov
729b114c15
Removed unsupported functionality [#CLICKHOUSE-2].
2017-11-18 05:34:00 +03:00
alexey-milovidov
c74dc219c6
Update syntax.rst
2017-11-17 23:09:13 +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