Commit Graph

46205 Commits

Author SHA1 Message Date
Alexey Milovidov
8e92539310 Update HTML page 2020-08-12 07:02:59 +03:00
Alexey Milovidov
7d7a2d0dde Added instruction to reproduce the benchmark 2020-08-12 07:00:04 +03:00
Alexey Milovidov
2acfe2324b Preliminary results 2020-08-12 06:44:49 +03:00
Alexey Milovidov
b8e6de7ca3 Create index 2020-08-12 06:31:42 +03:00
Alexey Milovidov
c8d3959c4f Add drop caches 2020-08-12 06:31:10 +03:00
Alexey Milovidov
360f4d93ef Add usability report 2020-08-12 06:13:41 +03:00
Alexey Milovidov
e4d02f6b51 Update for useless script #13599 2020-08-12 06:03:47 +03:00
alexey-milovidov
90a5dface3
Merge pull request #13631 from amosbird/roc
remove obsolete comments
2020-08-12 06:01:41 +03:00
Alexey Milovidov
cf4ad2f4ba Preparing new benchmark for MonetDB 2020-08-12 05:56:56 +03:00
Amos Bird
ffcbfc383b
remove obsolete comments 2020-08-12 09:30:40 +08:00
Alexey Milovidov
df9d5d4e29 Better documentation 2020-08-12 02:28:56 +03:00
alexey-milovidov
d341ec8c3d
Fix misleading, bad and wrong documentation. 2020-08-12 02:23:11 +03:00
alexey-milovidov
2ee6f1484c
Fix bad documentation (progress: 1%) 2020-08-12 02:22:00 +03:00
Alexey Milovidov
073fd30992 More gentle font size in docs 2020-08-12 02:19:28 +03:00
Vladimir Chebotarev
11c85065ef
Update CMakeLists.txt 2020-08-12 02:05:20 +03:00
Vladimir Chebotarev
fb527e8677
Update CMakeLists.txt 2020-08-12 02:03:53 +03:00
Vladimir Chebotarev
2bcc850533
Update CMakeLists.txt 2020-08-12 02:00:21 +03:00
Alexey Milovidov
e65a59c400 Added comments 2020-08-12 01:49:38 +03:00
Alexey Milovidov
cb031d3548 Minor changes 2020-08-12 01:48:25 +03:00
Alexey Milovidov
c6428f851a Minor fixes in clickhouse install 2020-08-12 01:04:38 +03:00
Alexander Tokmakov
829f7e65de try fix sync, add experimetal flag 2020-08-12 00:59:46 +03:00
Alexander Tokmakov
e4da1d8e51 fix deadlock and logical error in replication queue 2020-08-12 00:36:02 +03:00
alexey-milovidov
1696036850
Merge pull request #13623 from ClickHouse/build-fresh-tzdata
Build ClickHouse with fresh tzdata
2020-08-12 00:05:05 +03:00
alexey-milovidov
6267daa750
Update CHANGELOG.md 2020-08-12 00:03:01 +03:00
Nikita Mikhaylov
0bb61a48ec
changelog for 20.3 (#13523)
* Update CHANGELOG.md

* better
2020-08-11 23:20:10 +03:00
Nikita Mikhaylov
62c4378469
changelog for 20.4 (#13522)
* Update CHANGELOG.md

* better
2020-08-11 23:19:56 +03:00
Nikita Mikhaylov
f950f870e5
changelog for 20.5 (#13422)
* Update CHANGELOG.md

* Update CHANGELOG.md

* better

* date
2020-08-11 23:19:41 +03:00
alexey-milovidov
3fa00a72d4
Merge pull request #13622 from korzhenevski/patch-1
Fix typos and remove bash sign for copy-and-go docs command.
2020-08-11 22:28:54 +03:00
Pavel Kovalenko
ea46ee74ae Don't allocate Executor instance on each disk->getExecutor() call. 2020-08-11 22:08:32 +03:00
Alexey Milovidov
33197fee5b Build ClickHouse with fresh tzdata 2020-08-11 22:03:04 +03:00
Yuriy Korzhenevskiy
c5c41ce90d
Fix typos and remove bash sign for copy-and-go docs command. 2020-08-11 21:29:37 +03:00
Alexander Kuzmenkov
f9ef5e2833 Fixed result order in hash set test
This is needed to fix the test in 20.6, where apparently the order is
different.
2020-08-11 19:23:06 +03:00
alexey-milovidov
291386fd2a
Merge pull request #13618 from melin/master
antlr4 support complete create table grammar
2020-08-11 18:58:00 +03:00
Roman Bug
4bf3a3e704
DOCSUP-711: Add description for setting output_format_json_quote_denormals (#13391)
* DOCSUP-711: (en) In settings added description for output_format_json_quote_denormals.

* DOCSUP-711: Fix invalid anchor.

* DOCSUP-711: (ru) In settings added description for output_format_json_quote_denormals.

* DOCSUP-711: Change values styles.

* DOCSUP-711: Add a link from the setting description to the JSON format description. (by pr comment)
Add a link from the JSON format description to the setting description. (by pr comment)

* DOCSUP-711: Rewrite sentence.

* DOCSUP-711: (ru) Added link from settings.md to JSON format.

* DOCSUP-711: (en) Added example of output with the setting (by pr comment).

* DOCSUP-711: Add example of output with the setting.

* DOCSUP-711: Minor fix.

* DOCSUP-711: Update example of settings using.

* DOCSUP-711: Minor fix.

* Update docs/en/interfaces/formats.md by pr

Co-authored-by: BayoNet <da-daos@yandex.ru>

* [wip]Update docs/en/operations/settings/settings.md

Co-authored-by: BayoNet <da-daos@yandex.ru>

* DOCSUP-711: (en) Add sample table and fix pr comments.

* DOCSUP-711: (ru) Updated from en and by pr comments.

* DOCSUP-711: (ru) Updated from en and by pr comments.

* DOCSUP-711: Added name for sample table.

* Update docs/ru/operations/settings/settings.md by pr comment

Co-authored-by: BayoNet <da-daos@yandex.ru>

* Update docs/ru/interfaces/formats.md  by pr comment

Co-authored-by: BayoNet <da-daos@yandex.ru>

* Update settings.md

* Update settings.md

Co-authored-by: romanzhukov <romanzhukov@yandex-team.ru>
Co-authored-by: BayoNet <da-daos@yandex.ru>
2020-08-11 18:28:42 +03:00
alexey-milovidov
6afbcfe914
Merge pull request #13528 from ClickHouse/clickhouse-install
Simple clickhouse install script
2020-08-11 18:08:22 +03:00
melin
d1a770d863
antlr4 support complete create table grammar 2020-08-11 22:36:19 +08:00
melin
4036d9bd10
antlr4 support complete create table grammar 2020-08-11 22:35:28 +08:00
Alexander Kuzmenkov
7547b850d6 performance comparison 2020-08-11 17:14:24 +03:00
roman
f18c1ce03e [docs]: explicitly mention unit of measurement for max_insert_block_size
Without explicitly defined unit of measurement the description for
setting `max_insert_block_size` may result into confusion and mistakenly
interpret as bytes.
2020-08-11 14:55:36 +01:00
zhang2014
e3b51835ff ISSUES-4006 try fix ci 2020-08-11 21:35:50 +08:00
Vitaliy Zakaznikov
5b677e1536 Incresing health-check timeouts for clickhouse nodes in the all the modules.
Adding support to dump docker-compose logs if unhealthy containers found.
2020-08-11 14:09:36 +02:00
Alexander Kuzmenkov
5a97f0c19e performance comparison 2020-08-11 14:53:25 +03:00
Alexander Kuzmenkov
8b3e239957
Merge pull request #13589 from ClickHouse/aku/podarray
Do not overallocate when creating PODArray with given size
2020-08-11 14:04:27 +03:00
Alexander Kuzmenkov
70f0ba1c1f
Merge pull request #13343 from azat/format-fixes-20.7
WithNames format fixes
2020-08-11 13:31:45 +03:00
zhang2014
93d73c78c9 ISSUES-4006 resolve review comment & add test case 2020-08-11 17:03:43 +08:00
Vladimir Chebotarev
7371cf6bd1
Proper remote host checking in S3 redirects (#13404)
* Proper remote host checking in S3 redirects.

Co-authored-by: Alexander Kazakov <Akazz@users.noreply.github.com>
2020-08-11 09:09:08 +03:00
alexey-milovidov
2bd7b5fdc0
Merge pull request #13591 from melin/master
Fix Nullable(String) antlr4 syntax error
2020-08-11 04:58:17 +03:00
melin
38cad2e258
fixbug Nullable(String) 2020-08-11 09:43:28 +08:00
alexey-milovidov
696870c697
Merge pull request #13540 from podshumok/forcers
cmake: Add option to fail configuration instead of auto-reconfiguration
2020-08-11 02:53:19 +03:00
Azat Khuzhin
72205cd326 Call writePrefix() from ctor in SinkToOutputStream
This will fix lack of headers for the following formats if there are
zero rows:
- TSVWithNames
- CSVWithNames
- TSVWithNamesAndTypes
2020-08-11 00:52:35 +03:00