Commit Graph

24446 Commits

Author SHA1 Message Date
Mohammad Hossein Sekhavat
322079e2af
Fix settings.max_partitions_per_insert_block type
The `max_partitions_per_insert_block` field is of `size_t` type, rather than `Boolean`
2019-04-17 10:16:02 +00:00
Guillaume Tassery
340e1380f4
Merge branch 'master' into uniq_array 2019-04-17 17:06:23 +07:00
Ivan Blinkov
f566182582
Improve #5021 (#5023) 2019-04-17 12:02:37 +03:00
Ivan Blinkov
f46a18a492 Add Beijing Meetup link to front page 2019-04-17 12:02:04 +03:00
Ivan Blinkov
915401eb08 Merge two requirements.txt after #5021 2019-04-17 11:42:31 +03:00
Ivan Blinkov
a0be3c792e Merge branch 'master' of github.com:yandex/ClickHouse 2019-04-17 11:16:26 +03:00
never lee
f73ff1ae37 fix building of docs with python3 (#5021) 2019-04-17 11:15:42 +03:00
Guillaume Tassery
3816b40579 Add documentation about the max_size argument for groupUniqArray 2019-04-17 14:15:59 +07:00
Vitaly Baranov
18ddacc95e Improve documentation about protobuf format. (#5015) 2019-04-16 23:30:47 +03:00
Artem Zuikov
29c92372a2
Merge pull request #4993 from 4ertus2/asof
Radix sort for ASOF JOIN
2019-04-16 21:31:21 +03:00
alexey-milovidov
76b6d43a53
Merge pull request #5001 from 4ertus2/bugs
Fix select distinct with join
2019-04-16 20:08:15 +03:00
alesapin
ed47aa109d
Merge pull request #4998 from abyss7/release-helpers
Detect backports by PRs to stable branches with `pr-backport` label
2019-04-16 20:05:18 +03:00
Vitaly Baranov
f0c7e56603
Merge pull request #4962 from vitlibar/resolve-dictionary-depends-on-dictionary
Resolve correctly when dictionary depends on dictionary
2019-04-16 17:37:54 +03:00
proller
f1cc83ca9e
Tests: Allow use any test database (remove test. hardcode where it possible) (#5008) 2019-04-16 17:13:13 +03:00
proller
6ccb720659
Fix freebsd build (#5009) 2019-04-16 17:12:02 +03:00
alesapin
81adf903ed Merge branch 'master' of github.com:yandex/ClickHouse 2019-04-16 16:30:01 +03:00
alesapin
01928734ef Add lost dockerfile for pvs 2019-04-16 16:29:48 +03:00
Ivan Blinkov
cc0efc3df0
Add currently announced upcoming events 2019-04-16 16:22:13 +03:00
Danila Kutenin
0abde66822 isValidUTF8 movemask is a bad choice, let's use testz 2019-04-16 15:49:22 +03:00
chertus
041f299979 Merge branch 'master' into bugs 2019-04-16 15:48:56 +03:00
chertus
a519e7f01a Merge branch 'master' into asof 2019-04-16 15:48:28 +03:00
Vitaly Baranov
39c71075fa Don't wait for the reloading when it's been doing in another thread. 2019-04-16 14:40:36 +03:00
Ivan Lezhankin
dffe0eba40 Merge branch 'master' into fix-kafka-again 2019-04-16 14:00:48 +03:00
alesapin
1d717567d2
Merge pull request #5006 from filimonov/patch-3
add clickhouse-benchmark accepted stages names
2019-04-16 13:34:48 +03:00
alesapin
f56a4fa5ce
Merge pull request #4983 from yandex/changelog_19_5
Changelog for 19.5.1.246
2019-04-16 13:32:28 +03:00
alesapin
d2d17e9d8c Remove redundant brackets 2019-04-16 13:29:48 +03:00
alesapin
3463141fdb Add bugfixes for 19.5.2 2019-04-16 13:27:27 +03:00
never lee
504df89c79 translate docs/zh/operations/table_engines/distributed.md (#5004)
* translate docs/zh/operations/table_engines/distributed.md

* fix indent

* Update docs/zh/operations/table_engines/distributed.md

Co-Authored-By: neverlee <neverlea@foxmail.com>

* Update docs/zh/operations/table_engines/distributed.md

Co-Authored-By: neverlee <neverlea@foxmail.com>

* Update docs/zh/operations/table_engines/distributed.md

Co-Authored-By: neverlee <neverlea@foxmail.com>

* fix error for docs/zh/operations/table_engines/distributed.md

* optimize docs/zh/operations/table_engines/distributed.md
2019-04-16 12:51:45 +03:00
Nicolae Vartolomei
c2ec23c953
Add FIRST_OR_RANDOM Load Balancing policy
For cross-replication topology setups load_balancing=in_order works best
as nodes handle equal amount of load and usually they hit only 1/n of
data (n = number of replicas), which makes page cache usage more
efficient.

The problem is when one node of the shard goes down. If one replica goes
down, the next one in config will handle twice the usual load while
remaining ones will handle usual traffic.

Closes #4820.
2019-04-15 23:31:40 +01:00
Ivan Blinkov
c5d6fec2c2
Minor docs/website changes (#5011)
* Add link to Limassol meetup

* Add link to MaxMind integration guide
2019-04-16 00:00:08 +03:00
alesapin
2e1af8f485
Merge pull request #4826 from yandex/adaptive_index_granularity
Adaptive index granularity
2019-04-15 22:30:03 +03:00
Vitaly Baranov
db56576511 Add test checking CH can handle dictionary dependency 2019-04-15 20:40:45 +03:00
Vitaly Baranov
6d96443440 Resolve correctly when dictionary depends on dictionary 2019-04-15 20:40:45 +03:00
alesapin
faeb95cfd7
Merge branch 'master' into adaptive_index_granularity 2019-04-15 19:36:36 +03:00
chertus
7697b18b07 enable RadixSort for ASOF JOIN over UInt32 2019-04-15 17:09:39 +03:00
ogorbacheva
484aa83f49 Doc fix: Added 'system.part_log' (#4980) 2019-04-15 16:19:37 +03:00
BayoNet
f12fff6e12 DOCAPI-4177: HTTP compression settings. EN review. RU translation. (#4996) 2019-04-15 14:47:45 +03:00
Guillaume Tassery
2a6ff2f240 Code refactoring for the new size parameter on the GroupUniqArray aggregation function 2019-04-15 18:32:43 +07:00
chertus
9c80466230 add comment 2019-04-15 14:22:51 +03:00
filimonov
909521447f
add clickhouse-benchmark accepted stages names 2019-04-15 12:22:05 +02:00
Guillaume Tassery
3a23360e02 Add functional test for size parameter on groupUniqArray 2019-04-15 17:09:01 +07:00
alesapin
8cd18c0723
Merge pull request #4991 from yandex/fix_ddl_on_relicated_table
Do not send queries received from DDLWorker to leader replica
2019-04-15 13:07:55 +03:00
Anton Popov
7f93f9ad2f TTL for columns and tables (#4212)
Add TTL for columns and tables.
2019-04-15 12:30:45 +03:00
Ivan Blinkov
76e4425946 Add link to MaxMind integration guide 2019-04-15 12:26:39 +03:00
Ivan Blinkov
bd5c2cb1d8 Add link to Limassol meetup 2019-04-15 12:26:23 +03:00
Guillaume Tassery
803675892b Handle merge operation for size parameter on groupUniqArray aggregation function 2019-04-15 16:09:52 +07:00
alexey-milovidov
80cb0f0636
Merge pull request #4985 from codingfoo/patch-1
Remove deprecated PermissionsStartOnly
2019-04-15 10:07:28 +03:00
Guillaume Tassery
857bccc981 Add a way to set a size parameter for groupUniqArray 2019-04-15 13:36:24 +07:00
Danila Kutenin
e346758cea
Merge pull request #4995 from danlark1/master
LFAlloc added to clickhouse to allocate MarkCache and UncompressedCache data in different ways
2019-04-14 16:00:35 +03:00
Danila Kutenin
b81e0f51f1 fix compilation in clickhouse 2019-04-14 13:37:25 +03:00