Commit Graph

46150 Commits

Author SHA1 Message Date
Ilya Yatsishin
e6420c82ca
mysql/postgresql: move Dockerfiles and docker_compose to docker/test (#13448)
* mysql/postgresql: move Dockerfiles and docker_compose to docker/test
* Build client containers in CI
* pass tag to docker_compose
2020-08-12 18:04:36 +03:00
tavplubix
4aff48dc3f
Merge pull request #10851 from zhang2014/feature/materialize_mysql_database
ISSUES-4006 support MaterializeMySQL database engine
2020-08-12 15:59:28 +03:00
Alexander Kuzmenkov
6fdfe65694 performance comparison 2020-08-12 11:55:51 +03:00
alexey-milovidov
2db6eb37d2
Merge pull request #13627 from ClickHouse/clickhouse-install-fixes
Minor fixes in clickhouse install
2020-08-12 11:12:20 +03:00
robot-clickhouse
ada19e97a1
Merge pull request #13645 from ClickHouse/dependabot/pip/docs/tools/pymdown-extensions-8.0
Bump pymdown-extensions from 7.1 to 8.0 in /docs/tools
2020-08-12 10:56:45 +03:00
alexey-milovidov
aca156f43b
Merge pull request #13632 from ClickHouse/monetdb-benchmark-update
MonetDB benchmark update
2020-08-12 10:56:19 +03:00
dependabot-preview[bot]
adf84b19c0
Bump pymdown-extensions from 7.1 to 8.0 in /docs/tools
Bumps [pymdown-extensions](https://github.com/facelessuser/pymdown-extensions) from 7.1 to 8.0.
- [Release notes](https://github.com/facelessuser/pymdown-extensions/releases)
- [Commits](https://github.com/facelessuser/pymdown-extensions/compare/7.1...8.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-08-12 07:19:28 +00:00
Alexander Kuzmenkov
89b712a180 performance comparison 2020-08-12 08:40:03 +03:00
Alexander Kuzmenkov
57eb912fa6
Merge pull request #13620 from ClickHouse/aku/hash-set-order
Fixed result order in hash set test
2020-08-12 07:43:53 +03:00
Alexander Kuzmenkov
ef5882639b
Merge pull request #13459 from Jokser/s3-multithreaded-disk-copy
Move parts from DiskLocal to DiskS3 in parallel
2020-08-12 07:36:03 +03:00
Alexey Milovidov
bc86f74a5b Update results 2020-08-12 07:30:26 +03:00
Alexey Milovidov
d056bb8273 Add new log 2020-08-12 07:15:53 +03:00
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
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
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
zhang2014
e3b51835ff ISSUES-4006 try fix ci 2020-08-11 21:35:50 +08: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