Commit Graph

83352 Commits

Author SHA1 Message Date
alexey-milovidov
9bb2eba281
Merge pull request #34429 from ClickHouse/filimonov-SystemAsynchronousInserts
asynchronous_inserts engine AsynchronousInserts -> SystemAsynchronousInserts
2022-02-12 10:08:04 +03:00
Frank Chen
7b7bc8f6c3 Address review comment 2022-02-12 10:46:01 +08:00
Maksim Kita
d680a017e0
Merge pull request #34539 from ClickHouse/fix-query-cancelation
Fix cancelation for S3 and HDFS
2022-02-12 00:36:03 +01:00
Maksim Kita
c2f6d803f7
Merge pull request #34542 from den-crane/patch-10
Doc. Fix defaults for input_format_parallel_parsing / output_format_parallel_formatting
2022-02-12 00:35:42 +01:00
Mikhail f. Shiryaev
f4e5e15ebb
Merge pull request #34492 from ClickHouse/docker-performance
Rebuild all docker images nightly
2022-02-12 00:28:30 +01:00
tesw yew isal
89c740e395 sync translate to zh: update mergetree.md 2022-02-12 05:08:35 +08:00
Denny Crane
a66b30f21a
Update settings.md 2022-02-11 16:52:12 -04:00
Denny Crane
7beff9048c
Update settings.md 2022-02-11 16:50:53 -04:00
Vladimir C
d40275af4f
fix 2022-02-11 21:22:02 +01:00
Maksim Kita
dfd7c90a70
Merge pull request #34540 from den-crane/patch-7
Doc. Virtual Columns MergeTree engine (RU)
2022-02-11 21:06:28 +01:00
Denny Crane
4554f0d542
Update column.md 2022-02-11 15:45:28 -04:00
Denny Crane
7ad3e182ec
Update column.md 2022-02-11 15:40:57 -04:00
Denny Crane
2daacc1a3e
Update column.md 2022-02-11 15:40:20 -04:00
Denny Crane
f935c524ea
fix description of MATERIALIZE COLUMN 2022-02-11 15:28:20 -04:00
Denny Crane
14f3a11c01
Update mergetree.md 2022-02-11 14:38:11 -04:00
Dmitry Novik
50131fd732 Fix cancelation for S3 and HDFS 2022-02-11 18:14:55 +00:00
Mikhail f. Shiryaev
ac459dccd8
Force update kerberized hadoop 2022-02-11 18:26:49 +01:00
Mikhail f. Shiryaev
65e8605af1
Make testflows aarch64 compatible 2022-02-11 18:26:48 +01:00
Mikhail f. Shiryaev
0f21981694
Add a flag for images architecture 2022-02-11 18:26:45 +01:00
Mikhail f. Shiryaev
7ca684aa9c
Revert checks for architectures in Dockerfiles 2022-02-11 18:26:44 +01:00
Mikhail f. Shiryaev
bd3812a462
Add a comment 2022-02-11 18:26:44 +01:00
Mikhail f. Shiryaev
dc9a22df00
Add nightly docker images rebuild 2022-02-11 18:26:42 +01:00
Mikhail f. Shiryaev
dcecbbaf81
Add argument --all for docker imabes builder 2022-02-11 18:26:42 +01:00
Mikhail f. Shiryaev
c19d0a3494
Update performance-comparison, fix x86 hard-code 2022-02-11 18:26:41 +01:00
mergify[bot]
371d39e24c
Merge branch 'master' into patch-2 2022-02-11 17:09:31 +00:00
vdimir
b17d27413e
Use cpp_bin_float_double_extended in wide_integer_from_builtin 2022-02-11 18:01:19 +01:00
Nikolai Kochetov
b7972d5ae0
Merge pull request #34456 from ClickHouse/allow_experimental_projection_optimization-by-default
Allow allow_experimental_projection_optimization by default
2022-02-11 17:52:15 +01:00
Maksim Kita
8f714b3a94
Merge pull request #34320 from gauravphoenix/patch-1
Provide important performance hint max_rows_in_set
2022-02-11 17:48:55 +01:00
Vladimir C
a1214aa84a
Merge pull request #34533 from vdimir/clang-format-before-lambda-body
add BeforeLambdaBody to .clang-format
2022-02-11 17:30:53 +01:00
vdimir
bc905d969b
add BeforeLambdaBody to .clang-format 2022-02-11 16:51:45 +01:00
Maksim Kita
ea47b3082e
Update in.md 2022-02-11 16:38:01 +01:00
Maksim Kita
1b1200f13a
Update in.md 2022-02-11 16:36:45 +01:00
Anton Popov
6a8e35930f fix comparison with integers and floats in index analysis 2022-02-11 18:20:37 +03:00
tavplubix
6d1fae834a
Merge pull request #34187 from qoega/default-table-engine
Default table engine
2022-02-11 18:14:29 +03:00
Anton Popov
357bdd69c4 fix aggregation in order with distributed_aggregation_memory_efficient=0 2022-02-11 18:09:13 +03:00
Vladimir C
a2b1900333
Merge pull request #34496 from Avogar/jsonl
Support .jsonl extension for JSONEachRow format
2022-02-11 15:44:31 +01:00
mergify[bot]
3d7bb71997
Merge branch 'master' into patch-2 2022-02-11 14:43:18 +00:00
mergify[bot]
202ee3e1c9
Merge branch 'master' into patch-1 2022-02-11 14:43:14 +00:00
Anton Popov
2fcd69baf7 fix comparison with integers and floats in index analysis 2022-02-11 17:15:27 +03:00
taiyang-li
bcd077fdc3 add stateless test 2022-02-11 21:20:57 +08:00
Maksim Kita
c347438612
Merge pull request #34484 from bigo-sg/keepercleanopt
keeper SnapshotableHashTable clean optimization
2022-02-11 12:19:24 +01:00
Maksim Kita
daab09cf35
Merge pull request #34498 from ClickHouse/fix-insert-select-profiling
Fix ProfileEvents sending in INSERT SELECT
2022-02-11 12:14:52 +01:00
avogar
f423c035d9 Fix test 2022-02-11 14:10:39 +03:00
mergify[bot]
f099048dd1
Merge branch 'master' into urlengine 2022-02-11 11:03:21 +00:00
tavplubix
4a9d0c84df
Update InterpreterCreateQuery.cpp 2022-02-11 13:59:13 +03:00
Nikolay Degterinsky
e7053153d8
Merge pull request #34522 from cnmade/PR202202111650
Translate zh/engines/database-engines/replicated: sync translate
2022-02-11 12:56:41 +03:00
Frank Chen
032c7ea758 Add description of compression in the doc 2022-02-11 17:46:33 +08:00
Frank Chen
c8cddd7077 Fix compression for URL engine 2022-02-11 17:45:49 +08:00
alesapin
ce32f7fa67
Merge pull request #34501 from den-crane/patch-6
Doc. Virtual Columns MergeTree engine
2022-02-11 12:27:48 +03:00
zhanglistar
e07c5751fa No lock on append_entries 2022-02-11 17:18:55 +08:00