Commit Graph

166 Commits

Author SHA1 Message Date
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
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
Marek Vavruša c07b48075b StorageKafka: fixed messages not showing when EOF is reached in current batch
This prevents messages from being read if there's less than 16 messages to read in Kafka.
Updated documentation with more detailed description.
2017-11-15 23:17:22 +03:00
Marek Vavruša 64a892c0e6 DataStreams: CapnProto uses <format_schema_path> config option
This addresses one of the remarks in the PR.

All format schemas are required to be in the <format_schema_path> directory.
This makes loading schema files less tedious, as the path can be omitted.
2017-11-15 23:17:22 +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
Ivan Zhukov 43382f0f76 Fix documentation rst markup 2017-11-10 21:41:53 +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
sundyli d4f4e950e6
Fix code indent 2017-11-01 22:56:55 +08:00
alexey-milovidov 9e200bdfd9
Merge branch 'master' into materialized-view-to 2017-10-27 23:21:27 +03:00
alexey-milovidov 08d6051f5d Update capnproto.rst 2017-10-27 23:03:51 +03:00
Marek Vavruša 0d942a69c5 DataStreams: added Cap’n Proto format support
Cap'n Proto is a binary message format.
Like Protocol Buffers and Thrift (but unlike JSON or MessagePack), Cap'n Proto messages are strongly-typed and not self-describing. Due to this, it requires a schema setting to specify schema file and the root object. The schema is parsed on runtime and cached for each SQL statement.
2017-10-27 23:03:51 +03:00
Vitaliy Lyudvichenko 2dd26349fb Update docs. [#CLICKHOUSE-3] 2017-10-27 16:07:59 +03:00
Marek Vavruša e936c4d066 AggregateFunctionSum: implemented sumWithOverflow(x)
By default sum(x) promotes the result type to
largest possible integral type to avoid
arithmetic overflow when summing values from
smaller data types.

This is generally desirable behaviour, but it doesn’t
work with summing merge tree, as the result is
expected to be of same type as the input.
2017-10-25 22:21: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
alexey-milovidov b5155916a8 Merge branch 'master' into materialized-view-to 2017-10-24 22:39:24 +03:00
alexey-milovidov d5cf664297 Update build.rst 2017-10-24 02:50:54 +03:00
Marek Vavruša 5f53df7dbe ParserCreateQuery: allow ATTACH TABLE x shorthand statement
Allow `ATTACH TABLE [db.]name` if the table was previously detached,
an the table structure can be read from disk. This makes reattaching
tables less cumbersome:

```
CREATE TABLE test.t (x UInt8) ENGINE = Null;
DETACH TABLE test.t;
ATTACH TABLE test.t;
```
2017-10-21 13:38:39 -07:00
Marek Vavruša 975a7ada42 StorageMaterializedView: allow CREATE MATERIALIZED VIEW x TO y
This allows creation of materialized views without inner tables,
using an existing table for materialized rows instead.
This is useful for cases when you want to detach the materializing
view, but keep the already materialized data readable, especially
when the inner table is replicated.
2017-10-21 13:34:59 -07:00
alexey-milovidov 9ccdb5420b Merge branch 'master' into upstream-add-kafka 2017-10-13 23:52:42 +03:00