filimonov
2f9c52c1df
Update query-complexity.md
2020-07-01 14:35:47 +02:00
filimonov
b2df6accad
Update query-complexity.md
...
Remove a note about read limits applied on threads level.
2020-07-01 14:34:24 +02:00
alesapin
5ef3c95628
Bump
2020-07-01 13:15:39 +03:00
Nicolae Vartolomei
c95d09aed0
Add a test to cover non-const tuple elemenets (just in case)
2020-07-01 11:01:47 +01:00
Vladimir Chebotarev
a541683efa
Moved useless S3 logging to TRACE level.
2020-07-01 01:04:30 +03:00
alesapin
4d300abe24
bump ci
2020-06-30 23:43:22 +03:00
Alexander Kuzmenkov
baec4093dd
Merge pull request #11993 from ClickHouse/aku/more-jemalloc-tweaks
...
jemalloc: set muzzy_decay_ms = 10s
2020-06-30 22:51:21 +03:00
Alexander Kuzmenkov
594fc9247b
Update CHANGELOG.md
...
Co-authored-by: Ivan Blinkov <github@blinkov.ru>
2020-06-30 22:38:29 +03:00
Ivan Blinkov
e48b6b8f84
[blog] add RSS feed ( #12064 )
...
* [blog] add rss feed
* better title
2020-06-30 21:22:07 +03:00
alexey-milovidov
948af0bfc5
Merge pull request #12045 from ClickHouse/fix_loading_of_tables
...
Parse metadata in parallel when loading tables
2020-06-30 21:16:40 +03:00
Nicolae Vartolomei
b1d2d55cba
Add explicit test for a case where AST hashes collide for different prepared sets
2020-06-30 18:19:20 +01:00
alesapin
67d03b6b75
bump CI
2020-06-30 19:35:07 +03:00
Alexander Kuzmenkov
444a869d78
simple changelog script
2020-06-30 19:08:23 +03:00
Alexander Kuzmenkov
af3716f305
Changelog for 20.3.11, 12
2020-06-30 19:04:15 +03:00
Vitaly Baranov
c39eb8f71b
Fix partial revokes (complex cases).
2020-06-30 18:47:02 +03:00
Nicolae Vartolomei
8f1845185e
Try fix pk in tuple performance
...
Possible approach for fixing #10574
The problem is that prepared sets are built correctly, it is a hash map of key -> set
where key is a hash of AST and list of data types (when we a list of
tuples of literals).
However, when the key is built from the index to try and find if there
exists a prepared set that would match it looks for data types of the
primary key (see how data_types is populated) because the primary key
has only one field (v in my example) it can not find the prepared set.
The patch looks for any prepared indexes where data types match for the
subset of fields found in primary key, we are not interested in other
fields anyway for the purpose of primary key pruning.
2020-06-30 16:33:38 +01:00
Vitaly Baranov
40942a2164
Merge pull request #12031 from vitlibar/fix-access-rights-if-allow_introspection_functions-is-0
...
Fix calculation of access rights when allow_introspection_functions = 0
2020-06-30 18:32:18 +03:00
alesapin
29c528235e
Add ability to run any image version from packager and runner
2020-06-30 16:08:12 +03:00
Vladimir Chebotarev
288b407d32
Added test for automatic start of background move task.
2020-06-30 15:36:44 +03:00
Vladimir Chebotarev
bb8da71eff
Moves task shall be started if new storage policy needs them.
2020-06-30 15:36:44 +03:00
Alexander Kuzmenkov
f4869eca41
Update cpu_synthetic.xml
2020-06-30 15:14:18 +03:00
alexey-milovidov
81b43dc481
Merge pull request #12020 from ClickHouse/fix-collations-order-by-tuple-const
...
Fix ORDER BY tuple with COLLATE on const column
2020-06-30 15:09:57 +03:00
alexey-milovidov
08b6ca19d8
Merge pull request #12043 from ClickHouse/topk-enum
...
Make topK return Enum for Enum types
2020-06-30 15:08:42 +03:00
Nikolai Kochetov
aeb0cdd544
Added test.
2020-06-30 14:36:55 +03:00
Nikolai Kochetov
e8ee5176cd
Fix defaultValueOfArgumentType
2020-06-30 14:29:50 +03:00
Alexander Kazakov
8b2a5d81df
Update contrib/poco to ClickHouse-Extras/poco #22 ( #12037 )
...
* Updated ClickHouse-Extras/poco #22
2020-06-30 14:27:40 +03:00
Artem Zuikov
29178e26da
fix low card types in merge join ( #12035 )
2020-06-30 14:13:43 +03:00
Alexander Kuzmenkov
094334de0b
Merge pull request #12033 from ClickHouse/aku/tlb-perf-counter
...
Add TLB misses perf counters.
2020-06-30 14:04:11 +03:00
Nikolai Kochetov
b5fbd62a6f
Added test.
2020-06-30 13:56:23 +03:00
alesapin
4262fec1bb
Add pvs studio to images
2020-06-30 13:52:02 +03:00
Nikolai Kochetov
820d2c63df
Try fix labda tuple(LC) argument.
2020-06-30 13:51:17 +03:00
alesapin
41142c5e95
Test image changes
2020-06-30 13:34:20 +03:00
Nikolai Kochetov
be51741566
Try fix labda tuple(LC) argument.
2020-06-30 13:19:06 +03:00
Vitaly Baranov
ace9c99e14
Fix test_allow_introspection.
2020-06-30 12:20:00 +03:00
MicrochipQ
dd9b02c2fb
Fix typo ( #12046 )
2020-06-30 11:30:06 +03:00
Ivan Blinkov
ffcfcfa257
Update README.md
2020-06-30 11:00:45 +03:00
Ivan Blinkov
686f576c65
Merge pull request #12049 from ClickHouse/dependabot/pip/docs/tools/python-slugify-4.0.1
...
Bump python-slugify from 1.2.6 to 4.0.1 in /docs/tools
2020-06-30 10:53:33 +03:00
Alexander Kuzmenkov
aa8461e996
Update ThreadProfileEvents.cpp
2020-06-30 10:47:19 +03:00
dependabot-preview[bot]
e8921c9c81
Bump python-slugify from 1.2.6 to 4.0.1 in /docs/tools
...
Bumps [python-slugify](https://github.com/un33k/python-slugify ) from 1.2.6 to 4.0.1.
- [Release notes](https://github.com/un33k/python-slugify/releases )
- [Changelog](https://github.com/un33k/python-slugify/blob/master/CHANGELOG.md )
- [Commits](https://github.com/un33k/python-slugify/compare/1.2.6...4.0.1 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-06-30 07:22:15 +00:00
chengy8934
072d0f9c1f
Update browse-code.md ( #12047 )
...
* Update browse-code.md
纠正了一些翻译错误。
* Update browse-code.md
Co-authored-by: Ivan Blinkov <github@blinkov.ru>
2020-06-30 10:00:30 +03:00
Alexander Kuzmenkov
1d838b7b3a
Update ThreadProfileEvents.cpp
2020-06-30 09:56:11 +03:00
Alexander Kuzmenkov
67a28971e8
Merge remote-tracking branch 'origin/master' into HEAD
2020-06-30 09:09:36 +03:00
Alexander Kuzmenkov
a4152cfb00
Merge remote-tracking branch 'origin/master' into HEAD
2020-06-30 08:55:56 +03:00
Alexander Kuzmenkov
bfa9a8efb2
fixup
2020-06-30 08:55:37 +03:00
Alexander Kuzmenkov
588ff8fcc1
Merge pull request #11989 from ClickHouse/aku/long-perf
...
Try to enable long perf tests
2020-06-30 08:52:29 +03:00
Alexander Tokmakov
987e64acfe
parse metadata in parallel when loading tables
2020-06-30 03:12:16 +03:00
Alexey Milovidov
15cddc3c6e
Make topK return Enum for Enum types
2020-06-30 02:17:20 +03:00
Alexey Milovidov
84fa7fa3d8
Remove test that is not supported by "Arcadia" build system
2020-06-30 01:51:49 +03:00
Alexey Milovidov
5a35ff8938
Merge branch 'master' of github.com:yandex/ClickHouse into fix-collations-order-by-tuple-const
2020-06-30 01:51:04 +03:00
alexey-milovidov
c1d2d2d7f7
Merge pull request #12039 from ClickHouse/fix-nullable-tuple-compare
...
Fix nullable tuple compare
2020-06-30 01:38:46 +03:00