Commit Graph

54 Commits

Author SHA1 Message Date
Ivan Blinkov
b032278da5 Make headers linkable 2017-06-09 14:19:38 +03:00
Ivan Blinkov
8829366bb2 CLICKHOUSE-2977: some rendering tuning 2017-06-09 13:01:40 +03:00
Ivan Blinkov
caeb7387ec Add usage sections to index page, adapted from slides 2017-06-08 20:25:55 +03:00
Ivan Blinkov
a849958927 One more benchmark 2017-06-08 20:04:47 +03:00
Ivan Blinkov
3164746367 Tune texts on index page 2017-06-08 18:54:09 +03:00
Ivan Blinkov
d86c4b4f4d More changes in Contacts block 2017-06-08 18:06:20 +03:00
Ivan Blinkov
77ca599692 CLICKHOUSE-2978 preparation - split by files 2017-06-08 17:43:12 +03:00
Ivan Blinkov
a70360b732 CLICKHOUSE-2849: more detailed legal information 2017-06-08 17:36:04 +03:00
Ivan Blinkov
a62df998de Update Contacts section 2017-06-08 17:28:39 +03:00
Ivan Blinkov
94858907a3 Yet another home page structure change, couple new blocks (CLICKHOUSE-3045) 2017-06-08 17:08:08 +03:00
Ivan Blinkov
9dcdb0497d fix test website instance 2017-06-07 19:04:39 +03:00
Ivan Blinkov
ddc14c8c02 Merge branch 'master' of https://github.com/yandex/ClickHouse into CLICKHOUSE-2720 2017-06-07 12:26:15 +03:00
f1yegor
8bf9ef9add reference en: -State, -Merge, -MergeState combinators 2017-06-05 17:53:52 +03:00
Ivan Blinkov
8b3c8456e5 Refresh README.md 2017-06-05 14:43:55 +03:00
Ivan Blinkov
0ce006669b merge master 2017-06-02 23:00:21 +03:00
Ivan Blinkov
c08d1bf26c Remove reference redirect warning for now 2017-06-02 22:37:48 +03:00
Ivan Blinkov
34cd761672 move to proper file 2017-06-02 16:24:31 +03:00
Ivan Blinkov
9f38621cdc CLICKHOUSE-3047: copy docs txts to public too 2017-06-01 21:30:42 +03:00
Ivan Blinkov
86a3fcaec4 put redirect back 2017-05-31 20:55:09 +04:00
Ivan Blinkov
43d1467233 behaves weird in test 2017-05-31 20:55:09 +04:00
Ivan Blinkov
1f6d5196f7 CLICKHOUSE-3043: get rid of habrastorage links 2017-05-31 20:55:09 +04:00
Ivan Blinkov
7432f59f59 tune nginx config 2017-05-31 20:55:09 +04:00
Ivan Blinkov
76d94bbc2a cleanup docker images 2017-05-31 20:55:09 +04:00
Ivan Blinkov
e0d980bac2 Website release script: fail fast + pass docker hash on deploy 2017-05-31 20:55:09 +04:00
Ivan Blinkov
09f4d26816 Minify sphinx docs too 2017-05-31 20:55:09 +04:00
Ivan Blinkov
0853d02abe CLICKHOUSE-2981: docs styles more similar to main website + add flags to switch language links 2017-05-31 20:55:09 +04:00
Ivan Blinkov
b9caa63aa6 CLICKHOUSE-2981: prefer sphinx docs over original reference 2017-05-31 20:55:09 +04:00
Ivan Blinkov
a51334ef94 CLICKHOUSE-2936: redirect from clickhouse.yandex.ru and clickhouse.yandex.com 2017-05-31 20:55:09 +04:00
Ivan Blinkov
aca2700d59 put redirect back 2017-05-30 19:11:39 +03:00
Ivan Blinkov
4528d3ed68 behaves weird in test 2017-05-30 19:02:02 +03:00
Ivan Blinkov
d52cbec8bf CLICKHOUSE-3043: get rid of habrastorage links 2017-05-30 18:37:48 +03:00
Ivan Blinkov
fefd8ad202 tune nginx config 2017-05-30 18:37:07 +03:00
Ivan Blinkov
4a86ffd3a0 cleanup docker images 2017-05-30 18:36:50 +03:00
Ivan Blinkov
162db373dc Website release script: fail fast + pass docker hash on deploy 2017-05-30 17:21:04 +03:00
Ivan Blinkov
614b335e75 Minify sphinx docs too 2017-05-30 16:47:46 +03:00
Ivan Blinkov
ca4aeb4d7d CLICKHOUSE-2981: docs styles more similar to main website + add flags to switch language links 2017-05-30 13:45:59 +03:00
Ivan Blinkov
e5548fb99e CLICKHOUSE-2981: prefer sphinx docs over original reference 2017-05-30 12:45:54 +03:00
Ivan Blinkov
6d76075e0f CLICKHOUSE-2936: redirect from clickhouse.yandex.ru and clickhouse.yandex.com 2017-05-18 12:08:35 +03:00
Ivan Blinkov
ab527d0117 revert 8a9b2f9f45 2017-05-16 21:51:42 +03:00
Ivan Blinkov
8a9b2f9f45 tune release.sh 2017-05-16 21:32:44 +03:00
Ivan Blinkov
7a75734b25 CLICKHOUSE-2976: get rid of try_files 2017-05-16 21:32:35 +03:00
Ivan Blinkov
ebd72199e9 CLICKHOUSE-2976: basic 404 page 2017-05-16 19:48:59 +03:00
Ivan Blinkov
ed5820067a CLICKHOUSE-2981: build docs with website 2017-05-16 19:00:24 +03:00
Ivan Blinkov
fa5fcd7b5a Update Yandex.Metrika counter code 2017-05-16 10:51:05 +03:00
Ivan Blinkov
74ddfbb6af merge master 2017-05-16 10:44:06 +03:00
Ilya Shipitsin
82ee94a3bb optimized logo.png using "optipng", use more elegant "apt-add-repository"
repo management.
2017-05-16 10:25:41 +04:00
Marek Vavruša
5f1e65b252 AggregateFunctions: implemented topK(n)
This implements a new function for approximate
computation of the most frequent entries using
Filtered Space Saving with a merge step adapted
from Parallel Space Saving paper.

It works better for cases where GROUP BY x
is impractical due to high cardinality of x,
such as top IP addresses or top search queries.
2017-05-03 23:09:52 -07:00
Igor Hatarist
bb257eec01 Add input_format_allow_errors options to the reference 2017-05-03 21:05:46 -07:00
artpaul
fc6b274908 add reference to cpp client 2017-04-26 05:45:47 +03:00
Ivan Blinkov
4730ddad0d Merge branch 'master' of https://github.com/yandex/ClickHouse into CLICKHOUSE-2720 2017-04-24 11:43:56 -07:00