BayoNet
cd621e4e63
DOCSUP-1315 Updated description of the 'parts' system table ( #134 ) ( #12535 )
...
* Updated description of the 'parts' system table and 2 new settings for the MergeTree table
* Apply suggestions from code review
Co-authored-by: BayoNet <da-daos@yandex.ru>
* Data part format description moved to the data storage section.
* An error fixed in english version and russian version added.
* Minor bug fixed in russian version.
Co-authored-by: Olga Revyakina <revolg@yandex-team.ru>
Co-authored-by: BayoNet <da-daos@yandex.ru>
Co-authored-by: olgarev <56617294+olgarev@users.noreply.github.com>
Co-authored-by: Olga Revyakina <revolg@yandex-team.ru>
Co-authored-by: Sergei Shtykov <bayonet@yandex-team.ru>
2020-07-17 18:05:07 +03:00
Alexander Kuzmenkov
e095d04553
Update read_in_order_many_parts.xml
2020-07-17 15:12:49 +03:00
Alexander Kuzmenkov
c306476f1b
Update redundant_functions_in_order_by.xml
2020-07-17 15:11:17 +03:00
Alexander Kuzmenkov
aa54101c21
Merge pull request #12553 from ClickHouse/aku/fuzzer-fixes
...
Minor fixes for query fuzzer
2020-07-17 14:52:32 +03:00
alexey-milovidov
51f539d3fb
Merge pull request #12480 from azat/fix-SETTINGS-parse-after-FORMAT
...
[RFC] Fix SETTINGS parse after FORMAT
2020-07-17 14:11:24 +03:00
alexey-milovidov
9fb40a3f7b
Merge pull request #12386 from fastio/master
...
COS (Tencent Cloud Object Storage) integration
2020-07-17 14:09:16 +03:00
alexey-milovidov
f3db2f3c3d
Update S3Common.cpp
2020-07-17 14:07:26 +03:00
alexey-milovidov
0f6599c9e5
Merge pull request #12541 from BohuTANG/mysql_explain
...
Fix EXPLAIN format for MySQL client
2020-07-17 14:04:01 +03:00
Ivan Blinkov
68eea963c2
[blog] add extra check to avoid unexpected files ( #12560 )
2020-07-17 14:01:32 +03:00
Artem Zuikov
c6e3e9b1ff
String convertion to enum in if() and transform() ( #12515 )
2020-07-17 12:28:51 +03:00
Ivan Blinkov
f514516fbd
Update README.md
2020-07-17 11:54:14 +03:00
Ivan Blinkov
20d90d8234
[website] more aggressive cache purge
2020-07-17 11:44:58 +03:00
alesapin
ac802a8e96
Merge pull request #12543 from ClickHouse/fix_marks_type_on_mutation
...
Fix incorrect adaptive granularity by default
2020-07-17 11:09:54 +03:00
Ivan Blinkov
0c903d3fdc
Delete pixel-bencmhark.md.orig
2020-07-17 11:02:15 +03:00
alexey-milovidov
10e12c32cb
Merge pull request #12549 from ClickHouse/fix_ci_fest_tests
...
Fix ci fest tests
2020-07-17 08:01:23 +03:00
Peng Jian
2fc58e8f10
Fix code sytle check & build check
2020-07-17 11:33:29 +08:00
Ivan Blinkov
9273f9c632
[benchmark page] make phones lighter grey as well
2020-07-17 01:45:19 +03:00
Azat Khuzhin
a5887ff735
Add 01401_FORMAT_SETTINGS to arcadia_skip_list (to fix yandex sync check)
...
And also to trigger CI, since looks like perf tests hanged
2020-07-17 00:29:17 +03:00
Azat Khuzhin
781f1597f2
Fix SETTINGS parsing after FORMAT for SELECT queries
...
There are two possible ways to pass the SETTINGS clause:
- SELECT 1 FORMAT Null SETTINGS max_block_size = 1
- SELECT 1 SETTINGS max_block_size = 1[ FORMAT Null]
And when the SETTINGS goes after FORMAT it is parsed in
ParserQueryWithOutput, and these settings are not applied for the query
from the ASTSelectQuery::initSettings()
So propagate settings from the ParserQueryWithOutput to the
ASTSelectQuery settings.
2020-07-17 00:28:52 +03:00
alexey-milovidov
fde8c87a1f
Merge pull request #12426 from ClickHouse/log-engine-rollback-on-insert-error
...
Rollback insertion error in Log engines
2020-07-16 22:50:48 +03:00
Alexander Kuzmenkov
95c6efbdc1
Merge pull request #12546 from ClickHouse/aku/pixel-benchmark
...
[draft] Pixel benchmark blog post
2020-07-16 21:28:24 +03:00
Alexander Kuzmenkov
039cf36acb
Minor fixes for query fuzzer
2020-07-16 21:05:34 +03:00
Alexander Kuzmenkov
eb1596e363
Update pixel-benchmark.md
2020-07-16 20:40:44 +03:00
Alexander Kuzmenkov
49ca315e30
remove images
2020-07-16 20:10:20 +03:00
Alexander Kuzmenkov
dd2adad0ce
Update pixel-benchmark.md
2020-07-16 20:04:55 +03:00
Alexander Kuzmenkov
782f2179ce
Update pixel-benchmark.md
2020-07-16 19:42:05 +03:00
Anton Popov
97e8a88b30
Merge pull request #12277 from bobrik/ivan/exact-range-speedup
...
WIP: Optimize PK lookup for queries that match exact PK range
2020-07-16 19:17:50 +03:00
Alexander Kuzmenkov
abe45b76cd
rename file
2020-07-16 19:07:15 +03:00
Alexander Kuzmenkov
b793f97c86
add 'em dashes
2020-07-16 19:06:33 +03:00
Ivan Blinkov
dcf6cdb91e
Update deploy-to-test.sh
2020-07-16 18:41:05 +03:00
Alexander Kuzmenkov
d2a327048e
Update pixel-bencmhark.md
2020-07-16 16:56:06 +03:00
Alexander Kuzmenkov
5883490268
Update pixel-bencmhark.md
2020-07-16 16:45:26 +03:00
alesapin
af5a9887e7
Better 1318 test
2020-07-16 16:20:38 +03:00
Alexander Kuzmenkov
2d9c110ebe
Apply suggestions from code review
...
Co-authored-by: Ivan Blinkov <github@blinkov.ru>
2020-07-16 16:08:52 +03:00
Ivan Blinkov
7f5b5fa6ad
Update deploy-to-test.sh
2020-07-16 15:05:03 +03:00
Ivan Blinkov
e3c755b312
Update deploy-to-test.sh
2020-07-16 15:04:08 +03:00
Alexander Kuzmenkov
7b9354db4b
[draft] Pixel benchmark blog post
2020-07-16 15:01:18 +03:00
alesapin
00140286e8
Sync mutations
2020-07-16 14:44:14 +03:00
alesapin
52585d152c
Fix final mark test
2020-07-16 14:40:55 +03:00
alesapin
a4666df090
Even less tests in fasttest
2020-07-16 14:16:08 +03:00
alesapin
f7ffd2da36
Remove memory limiting tests
2020-07-16 14:12:47 +03:00
alesapin
21d3a79794
Fix arcadia build for msgpack
2020-07-16 14:08:26 +03:00
Nikita Mikhaylov
1bef33f04f
Merge pull request #12452 from ClickHouse/system-log-dont-log-under-mutex
...
SystemLog: do not log under mutex
2020-07-16 14:44:28 +04:00
Vitaly Baranov
000b197ad1
Merge pull request #11234 from traceon/ldap-per-user-authentication
...
Add LDAP authentication support
2020-07-16 13:17:21 +03:00
alesapin
42983c5416
Fix incorrect adaptive granularity by default
2020-07-16 12:10:15 +03:00
Artem Zuikov
ff372ec0f0
Standard join type syntax position ( #12520 )
2020-07-16 11:56:45 +03:00
Alexey Milovidov
6df282e813
Fixup
2020-07-16 11:33:51 +03:00
BohuTANG
bae11968de
Fix EXPLAIN format for MySQL/PG client #12432
2020-07-16 16:29:17 +08:00
alesapin
f7792d0145
Merge pull request #12294 from ClickHouse/fasttest
...
Add image for fast tests run (with clone, build, etc.)
2020-07-16 11:21:53 +03:00
alesapin
c86b2a407f
Merge pull request #12526 from Enmk/test_config_fix
...
Retain existing config.d/query_masking_rules.xml from server package
2020-07-16 11:16:56 +03:00