Commit Graph

417 Commits

Author SHA1 Message Date
Alexey Milovidov
9cd2990323 Added presentation for Novosibirsk [#CLICKHOUSE-2]. 2017-04-03 13:53:59 +03:00
Alexey Milovidov
34b51f61a6 Enabled C++17 [#CLICKHOUSE-2]. 2017-04-01 11:51:30 +03:00
Alexey Milovidov
137ad95929 Changed tabs to spaces in code [#CLICKHOUSE-3]. 2017-04-01 11:35:09 +03:00
Alexey Milovidov
1e22b308d9 Changed tabs to spaces in editor configs and in style guide [#CLICKHOUSE-3]. 2017-04-01 11:35:09 +03:00
Alexey Milovidov
4f44445ff0 Removed all trailing whitespaces [#CLICKHOUSE-2]. find . -name '*.h' -or -name '*.cpp' -or -name '*.cmake' -or -name 'CMakeLists.txt' -or -name '*.html' -or -name '*.xml' | grep -v contrib | xargs sed -i -r -e 's/\s+$//' 2017-03-31 19:00:30 +03:00
Igor
b2d656aeca Fix SMI2 campaign to company in reference_en 2017-03-30 14:44:30 +03:00
Igor
3fd6dc0e38 Fix SMI2 campaign to company in reference_ru 2017-03-30 14:44:30 +03:00
Igor
da49ef1dde Add Tabix (GUI) to reference_en 2017-03-30 14:44:30 +03:00
Igor Strykhar
9cb4964560 Add information about Tabix
Добавил описание Tabix и исправил ссылку на репозиторий.
2017-03-29 16:09:03 +03:00
Vitaliy Lyudvichenko
37abfc1796 Update http_interface.rst 2017-03-28 20:46:16 +03:00
alexey-milovidov
b5cde70552 Update reference_ru.html 2017-03-28 20:46:16 +03:00
Vitaliy Lyudvichenko
a1e27e2b84 Add ru doc. [#CLICKHOUSE-2070] 2017-03-28 20:46:16 +03:00
Alexey Milovidov
f55075b1ba Removed deprecated functions from documentation [#CLICKHOUSE-2]. 2017-03-28 07:59:05 +03:00
Alexey Milovidov
130fce2c4c Removed deprecated functionality from documentation [#CLICKHOUSE-4]. 2017-03-28 03:53:28 +03:00
Alexey Milovidov
f434e070de Added links to .NET library [#CLICKHOUSE-3]. 2017-03-25 19:28:25 +03:00
proller
670e98fa92 allow several <graphite> targets (#603)
* allow several <graphite> targets

* fix

* fix

* Adjustable parts

* changelog version

* fix

* changelog

* Style fixes

* attachSystemTables

* config describe

* fixes

* fixes
2017-03-21 23:08:09 +04:00
Vitaliy Lyudvichenko
069acd9546 Refined KILL QUERY doc, add conf and Makefile for rst docs. [#CLICKHOUSE-3] 2017-03-21 14:45:18 +04:00
Alexey Zatelepin
a2d4f9907b documentation [#CLICKHOUSE-2794] 2017-03-19 21:58:12 +04:00
Alexey Zatelepin
8098389c04 document dictionaries with complex keys 2017-03-18 11:39:34 +04:00
Alexey Zatelepin
47ad7a62fc fix inconsistent cluster names in Distributed engine docs 2017-03-18 11:39:34 +04:00
Alexey Zatelepin
0af46888ad document 16KB URL limit 2017-03-18 11:39:34 +04:00
Alexey Milovidov
30aae40300 Removed usage of iconv [#CLICKHOUSE-2879]. 2017-03-11 07:39:16 +03:00
proller
7026010034 Add doc about https server and listen_host 2017-03-10 21:38:02 +03:00
Andrey Dudin
633ce17c1a sumIf added to (ru|en) documentation (#559)
* Update reference_ru.html

Добавил sumIf в описание агрегатных функций

* Update reference_en.html

* Update reference_ru.html
2017-03-07 01:19:35 +04:00
Alexey Milovidov
8369fda2cb Added presentation from Spb meetup [#CLICKHOUSE-3]. 2017-03-06 18:08:43 +03:00
proller
e96092c66c Freebsd fixes (#555)
* freebsd fixes

* Update SocketImpl.cpp
2017-03-04 05:58:45 +04:00
alexey-milovidov
e8aa65f802 Update reference_ru.html 2017-03-02 17:10:51 +04:00
alexey-milovidov
ade02270b7 Update reference_en.html 2017-03-02 17:10:51 +04:00
f1yegor
112e77a47e docs: LIMIT n BY modifier 2017-03-02 17:10:51 +04:00
f1yegor
d45f5f3277 docs: LIMIT n BY modifier 2017-03-02 17:10:51 +04:00
f1yegor
bb2e5cfb6c docs: LIMIT n BY modifier 2017-03-02 17:10:51 +04:00
alexey-milovidov
79d262fadd Merge pull request #535 from mfridental/master
Add "make clickhouse" description
2017-03-02 02:19:12 +04:00
Ilya Khomutov
511a4c6a62 Changed paths in documetation from /opt/clickhouse to /var/lib/clickhouse
Since c51801d776 default path is
/var/lib/clickhouse
2017-03-01 16:50:03 +03:00
Ilya Khomutov
da1582a036 Changed username in documetation from metrika to clickhouse
Since c51801d776 default user and
group names is 'clickhouse'
2017-03-01 16:50:03 +03:00
proller
0e91c47066 Allow build with external double-conversion lz4 zstd re2 zookeeper (#531)
* Allow build with external double-conversion lz4 zstd re2 zookeeper

* fix

* fix

* freebsd fixes

* spaces

* fix

* fix

* fix

* wip

* move

* fix
2017-03-01 03:49:04 +04:00
mfridental
9d9b8692b2 Add "make clickhouse" description 2017-02-28 16:40:58 +01:00
Alexey Milovidov
53cc273d0a Fixed mistake in presentation (tnx. boldt) [#CLICKHOUSE-3]. 2017-02-24 01:05:53 +03:00
Alexey Milovidov
a4311e4c81 Merge branch 'master' of github.com:yandex/ClickHouse 2017-02-22 01:12:40 +03:00
Alexey Milovidov
aa74c4d027 Presentation: tiny modification [#CLICKHOUSE-3]. 2017-02-22 01:12:04 +03:00
Ilya Shipitsin
5b020ea353 removed obsolete "ENABLE_MONGODB" option 2017-02-20 21:36:14 +05:00
Alexey Milovidov
9ad3c68a7e Updated presentation [#CLICKHOUSE-3]. 2017-02-18 08:34:06 +03:00
Alexey Milovidov
3af86b663d Revert "Removed useless files [#CLICKHOUSE-3]."
This reverts commit 1b5c668d91.
2017-02-18 08:32:15 +03:00
Alexey Milovidov
1b5c668d91 Removed useless files [#CLICKHOUSE-3]. 2017-02-18 08:31:14 +03:00
Alexey Milovidov
d0c2b0b1bc Added presentations [#CLICKHOUSE-3]. 2017-02-18 08:28:18 +03:00
Alexey Milovidov
11ed7fa5ac Updated numbers on web site [#CLICKHOUSE-3]. 2017-02-14 21:30:11 +03:00
Alexey Zatelepin
88b6f60692 documentation [#CLICKHOUSE-2027] 2017-02-10 22:19:40 +04:00
Alexey Zatelepin
27ad0f835e documentation [#CLICKHOUSE-2803] 2017-02-10 09:05:33 +04:00
Alexey Milovidov
aa22d69aec Modified after PR [#CLICKHOUSE-2]. 2017-02-08 19:53:01 +03:00
f1yegor
6eb949ca78 docs: add missing time functions 2017-02-08 20:50:36 +04:00
Alexey Milovidov
ccb827077b Don't document that should remain unspecified [#CLICKHOUSE-3]. 2017-02-07 08:30:49 +03:00
Alexey Zatelepin
447f1f697f improve external aggregation docs 2017-02-07 09:28:53 +04:00
Alexey Zatelepin
79db0a9ea0 fix toTime() documentation 2017-02-07 09:28:53 +04:00
Alexey Milovidov
39bd1f9a06 Fixed doc about ReplacingMergeTree [#CLICKHOUSE-3]. 2017-02-01 23:22:55 +03:00
Yegor Andreenko
46b4510db3 docs: ReplacingMergeTree (#408)
* docs: ReplacingMergeTree

* docs: ReplacingMergeTree
2017-02-01 23:54:28 +04:00
Alexey Milovidov
933313aea3 Added summary [#CLICKHOUSE-3]. 2017-01-31 23:24:49 +03:00
Alexey Milovidov
d08dc730bd Renamed file [#CLICKHOUSE-3]. 2017-01-31 22:54:44 +03:00
Alexey Milovidov
fa0d36c69a Updated copyright notice on web site [#CLICKHOUSE-2793]. 2017-01-31 21:26:21 +03:00
Alexey Milovidov
b748d90c55 NYC taxi data: added result from big cluster [#CLICKHOUSE-3]. 2017-01-31 05:23:43 +03:00
Alexey Milovidov
aaa8d56759 NYC taxi dataset: added results for 3-node cluster [#CLICKHOUSE-3]. 2017-01-31 03:59:19 +03:00
Alexey Milovidov
faa3ba2c66 NYC Taxi data description: continued [#CLICKHOUSE-3]. 2017-01-31 00:51:10 +03:00
Alexey Milovidov
d89f3b90ee NYC taxi data: added results for single server configuration [#CLICKHOUSE-3]. 2017-01-31 00:39:46 +03:00
Alexey Milovidov
ddfcaaa52a NYC taxi data: in progress [#CLICKHOUSE-3]. 2017-01-30 23:40:24 +03:00
Alexey Milovidov
90a7d50a94 Updated doc [#CLICKHOUSE-3]. 2017-01-30 18:38:08 +03:00
Alexey Milovidov
7ecfbfe53a Description of test dataset: update [#CLICKHOUSE-3]. 2017-01-30 15:28:23 +03:00
Alexey Milovidov
5adb195495 Added description of NYC Taxi dataset (in progress) [#CLICKHOUSE-3]. 2017-01-30 09:59:54 +03:00
Alexey Milovidov
a2ab482fa0 Added description of NYC Taxi dataset (in progress) [#CLICKHOUSE-3]. 2017-01-30 08:22:15 +03:00
Alexey Milovidov
7b2d3bde40 Added description of NYC Taxi dataset (in progress) [#CLICKHOUSE-3]. 2017-01-30 08:12:41 +03:00
proller
cab5d44d28 Doc: Benchmark: auto fill systems list from results (#410) 2017-01-27 22:42:19 +04:00
Vitaliy Lyudvichenko
891437e531 Add docs. Add TEST version of KILL QUERY. [#CLICKHOUSE-2120] 2017-01-27 03:59:39 +04:00
Alexey Milovidov
c950c67a04 Added link to SQLAlchemy driver by Marek Vavruša from Cloudflare [#CLICKHOUSE-3]. 2017-01-27 00:17:56 +03:00
Alexey Milovidov
5063bc11dc Added link to native Go driver by Kirill Shvakov [#CLICKHOUSE-3]. 2017-01-27 00:15:58 +03:00
Vitaliy Lyudvichenko
74cd2c2334 Add more docs for OPTIMIZE. [#CLICKHOUSE-3] 2017-01-24 22:26:29 +04:00
Vitaliy Lyudvichenko
e03a9c1611 Actualized docs. [#CLICKHOUSE-3] 2017-01-24 22:26:29 +04:00
Alexey Milovidov
60a14f5bc4 Removed glib from build instructions [#CLICKHOUSE-2]. 2017-01-21 05:35:10 +03:00
proller
7201e2846a Freebsd doc and build fix. finding Poco_NetSSL_OpenSSL removed (not used) (#370)
* Freebsd doc and build fix. finding Poco_NetSSL_OpenSSL removed (not used)

* fix override
2017-01-19 22:53:29 +04:00
Alexey Zatelepin
ebf3235282 INTO OUTFILE documentation [#CLICKHOUSE-2133] 2017-01-19 03:48:59 +04:00
proller
861a3c3208 rename compressor to clickhouse-compressor, Fix magic in copy_headers.sh (#345)
* rename compressor to clickhouse-compressor

* Fix magic in copy_headers.sh

* wip
2017-01-18 16:42:21 +04:00
proller
9249c829b4 Hipster style debian build script 2017-01-16 23:00:17 +03:00
artpaul
45935a5374 fix link for clickhouse-local 2017-01-16 23:57:09 +05:00
alexey-milovidov
56743008dd Merge pull request #317 from proller/libs
Allow link with external libs: poco, tcmalloc
2017-01-13 21:39:23 +04:00
proller
ee3882f251 Allow link with external libs: poco, tcmalloc 2017-01-13 14:25:44 +03:00
Igor Hatarist
f45dee271d Rephrases readonly setting a little; added information about readonly == 2 2017-01-13 12:15:40 +03:00
Igor Hatarist
a36eb515f4 Renames Stack overflow URL & points to clickhouse-tagged questions 2017-01-13 12:15:04 +03:00
Alexey Milovidov
a5ce89af92 Added english Telegram chat to site [#CLICKHOUSE-3]. 2017-01-12 22:23:05 +03:00
alexey-milovidov
8b96fbde5b Merge pull request #315 from luc1ph3r/actualize-codestyle
Actualize codestyle and fix example
2017-01-10 21:45:06 +04:00
ivanzhukov
9b29099634 Remove mentions of typedef 2017-01-10 20:39:12 +03:00
ivanzhukov
edc9bb6334 Fix bad comment style example 2017-01-10 20:39:02 +03:00
Igor Hatarist
9b07b7af62 Added decodeURLComponent to the reference 2017-01-10 15:01:04 +03:00
Amy Krishnevsky
f2cc9272aa Update architecture.md
Edited grammar and style.
2017-01-09 13:35:47 +03:00
Ivan Zhukov
309e9552e1 Align database data example 2017-01-07 13:43:14 +05:00
Igor Hatarist
a204b78ba7 Added arrayUniq to the reference 2017-01-07 01:25:06 +03:00
Igor Hatarist
36be8a431d Removed note about replicated tables in OPTIMIZE query 2017-01-06 03:22:45 +03:00
Vitaliy Lyudvichenko
694b0fad97 Reverted system.events changes. Added docs for system.metrics. [#METR-239111] 2016-12-31 03:06:23 +03:00
proller
4bc003c4c1 Porting to freebsd: initial, compile ok, most tests ok. 2016-12-24 01:03:10 +00:00
alexey-milovidov
f9d15ba0ca Merge pull request #277 from drrtuy/benchmark-testing-greenplum
Add Greenplum benchmark test results for a single node configuration.
2016-12-20 19:40:15 +04:00
Roman Nozdrin
05b365a106 Add Greenplum benchmark test results for a single node configuration. 2016-12-20 17:27:50 +03:00
alexey-milovidov
11046966cd Merge pull request #269 from drrtuy/benchmark-testing-greenplum
Greenplum benchmark test results. Ripping the fig leaf.
2016-12-17 19:28:52 +04:00
Roman Nozdrin
88a8836ae4 Greenplum benchmark test results. Ripping the fig leaf. 2016-12-17 18:21:25 +03:00
Alexey Milovidov
48651fb548 Fixed translation error in doc. [#METR-2944]. 2016-12-17 12:29:40 +03:00
Roman Nozdrin
934b715a7d Greenplum benchmark test environment description and test results. 2016-12-16 12:08:55 +03:00