Yakov Olkhovskiy
|
55389def04
|
use Poco::Timestamp() instead of std::time
|
2023-04-17 19:29:02 -04:00 |
|
Alexander Gololobov
|
ba5ca15c40
|
Merge pull request #46835 from ClickHouse/reduce_mem_in_mutation_with_subquery
Reduce memory consumption by mutations with big subqueries used with IN
|
2023-04-17 23:55:08 +02:00 |
|
Robert Schulze
|
d658305554
|
Merge pull request #47693 from azat/stringstream-INT_MAX
Fix crash for uploading parts which size is greater then INT_MAX to S3
|
2023-04-17 23:08:56 +02:00 |
|
Kseniia Sumarokova
|
799e0535a9
|
Merge pull request #48784 from kssenii/process-relative-cache-paths-better
Process relative path from cache config
|
2023-04-17 20:20:38 +02:00 |
|
robot-clickhouse-ci-2
|
45f4a5f74c
|
Merge pull request #47964 from ClickHouse/fast-parquet
Read Parquet files faster
|
2023-04-17 19:27:38 +02:00 |
|
Alexander Gololobov
|
fc4fd3e300
|
Clarify setting description
Co-authored-by: Vladimir C <vdimir@clickhouse.com>
|
2023-04-17 18:23:52 +02:00 |
|
Kseniia Sumarokova
|
ef4316e1ca
|
Merge branch 'master' into process-relative-cache-paths-better
|
2023-04-17 13:28:39 +02:00 |
|
Kseniia Sumarokova
|
8bc0a3a899
|
Merge pull request #48759 from kssenii/fix-mysql-named-collection
Fix some settings of mysql dictionary with named collection
|
2023-04-17 11:18:04 +02:00 |
|
Azat Khuzhin
|
f5c3f3a4ab
|
Remove quirk for s3_max_single_part_upload_size (when it exceed INT_MAX)
Reverts: #48816
Signed-off-by: Azat Khuzhin <a.khuzhin@semrush.com>
|
2023-04-17 10:49:55 +02:00 |
|
Azat Khuzhin
|
9ea4a55ddf
|
Add a test for stringstream with INT_MAX
Signed-off-by: Azat Khuzhin <a.khuzhin@semrush.com>
|
2023-04-17 10:46:39 +02:00 |
|
Michael Kolupaev
|
bd426a7d6d
|
Unbreak reading from web servers that don't support HEAD requests
|
2023-04-17 04:58:32 +00:00 |
|
Michael Kolupaev
|
473f212c82
|
Hopefully fix assertion failure in CachedOnDiskReadBufferFromFile
|
2023-04-17 04:58:32 +00:00 |
|
Michael Kolupaev
|
87be78e6de
|
Better
|
2023-04-17 04:58:32 +00:00 |
|
Michael Kolupaev
|
e133633359
|
Parallel decoding with one row group per thread
|
2023-04-17 04:58:32 +00:00 |
|
Michael Kolupaev
|
683077890f
|
Highly questionable refactoring (getInputMultistream() nonsense)
|
2023-04-17 04:58:32 +00:00 |
|
Michael Kolupaev
|
2d4fe85513
|
Something
|
2023-04-17 04:58:32 +00:00 |
|
Michael Kolupaev
|
dc6e34075e
|
Read less unnecessary data from Parquet files
|
2023-04-17 04:58:32 +00:00 |
|
Alexey Milovidov
|
8a28064ad4
|
Remove excessive logging
|
2023-04-17 01:46:58 +02:00 |
|
Kseniia Sumarokova
|
b37dcaa3ee
|
Update registerDiskCache.cpp
|
2023-04-16 21:00:17 +02:00 |
|
Kseniia Sumarokova
|
8becddd400
|
Merge branch 'master' into process-relative-cache-paths-better
|
2023-04-16 19:50:05 +02:00 |
|
Kseniia Sumarokova
|
54f660bd4f
|
Merge pull request #48805 from kssenii/simplify-cache-factory
Simplify FileCacheFactory
|
2023-04-16 19:47:01 +02:00 |
|
robot-ch-test-poll1
|
69cac0a788
|
Merge pull request #48816 from ClickHouse/fix-s3
Prevent a bug in AWS S3
|
2023-04-16 14:46:02 +02:00 |
|
Alexey Milovidov
|
8e0b1eae69
|
Update StorageS3Settings.cpp
|
2023-04-16 08:53:52 +03:00 |
|
Alexey Milovidov
|
55d79d4874
|
Merge pull request #48815 from ClickHouse/whitespaces-2
Fix double whitespace in exception message
|
2023-04-16 07:57:16 +03:00 |
|
Alexey Milovidov
|
1174f4dcbe
|
Prevent a bug in AWS S3
|
2023-04-15 23:56:49 +02:00 |
|
Alexey Milovidov
|
7f620bf852
|
Fix double whitespace in exception message
|
2023-04-15 23:54:10 +02:00 |
|
Alexey Milovidov
|
44f05e3fca
|
Merge pull request #48687 from ClickHouse/processor-call-oncancel-once
Call IProcessor::onCancel() once
|
2023-04-16 00:25:06 +03:00 |
|
Alexey Milovidov
|
75887c30f5
|
Merge pull request #48740 from ClickHouse/rs/varint-sanity
VarInt coding: Always perform sanity check
|
2023-04-16 00:18:25 +03:00 |
|
robot-clickhouse
|
f3dd4edbb7
|
Merge pull request #48793 from ClickHouse/fix_confusing_warning
Fix a confusing warning about interserver mode
|
2023-04-15 22:56:07 +02:00 |
|
Alexey Milovidov
|
a2793fcea6
|
Merge pull request #48771 from azat/fix-skip_unavailable_shards
Fix skip_unavailable_shards in case of unavailable hosts
|
2023-04-15 23:55:41 +03:00 |
|
kssenii
|
0517de58d1
|
Simplify FileCacheFactory
|
2023-04-15 16:15:20 +02:00 |
|
robot-ch-test-poll4
|
1996049256
|
Merge pull request #48779 from JaySon-Huang/fix_duplicated_code
Remove duplicate definition of SingleEndpointHTTPSessionPool
|
2023-04-15 05:41:53 +02:00 |
|
Nikolay Degterinsky
|
1388154420
|
Merge pull request #48629 from bigo-sg/json_map_node
Support map type for JSONExtract
|
2023-04-15 01:02:09 +02:00 |
|
robot-ch-test-poll3
|
ea5339ed4a
|
Merge pull request #48593 from bigo-sg/group_array_nullable
`groupArray` returns cannot be nullable
|
2023-04-14 21:31:08 +02:00 |
|
JaySon
|
186e3c4251
|
Merge branch 'master' into fix_duplicated_code
|
2023-04-15 02:42:46 +08:00 |
|
JaySon-Huang
|
3795ec2a4c
|
Remove duplicate code
|
2023-04-15 02:40:21 +08:00 |
|
Alexander Gololobov
|
018f768e7e
|
Cleanups
|
2023-04-14 20:07:37 +02:00 |
|
Alexander Tokmakov
|
cad0a5f493
|
fix a confusing warning about interserver mode
|
2023-04-14 19:46:44 +02:00 |
|
Robert Schulze
|
8eabc43068
|
Merge pull request #48591 from ucasfl/show-table
support show table
|
2023-04-14 18:42:29 +02:00 |
|
Robert Schulze
|
ce5efa0a32
|
Merge branch 'master' into rs/varint-sanity
|
2023-04-14 18:28:39 +02:00 |
|
Vitaly Baranov
|
567111f146
|
Merge pull request #48683 from azat/table-deps-fix
Fix table dependencies in case of failed RENAME TABLE
|
2023-04-14 17:22:14 +02:00 |
|
Vitaly Baranov
|
8989f3a243
|
Merge pull request #48741 from vitlibar/fix-zero-copy-replication-on-encrypted-disks
Fix zero-copy-replication on encrypted disks.
|
2023-04-14 16:18:04 +02:00 |
|
Alexander Gololobov
|
a7b05589b6
|
Caches for multiple mutations
|
2023-04-14 16:12:19 +02:00 |
|
Alexander Gololobov
|
7a381e9232
|
Added enable_sharing_sets_for_mutations setting
|
2023-04-14 16:12:18 +02:00 |
|
Alexander Gololobov
|
633aaa73aa
|
Use use_index_for_in_with_subqueries_max_values setting to limit sizes of sets used in KeyCondition
|
2023-04-14 16:12:18 +02:00 |
|
Alexey Milovidov
|
84cb2ff879
|
Added setting "use_index_for_in_with_subqueries_max_values" #2571
|
2023-04-14 16:12:18 +02:00 |
|
Alexander Gololobov
|
28d0cc974a
|
Cleanups
|
2023-04-14 16:12:18 +02:00 |
|
Alexander Gololobov
|
0ae74ddf42
|
Use different types for referencing local set and set that is stored in cache shared between tasks
|
2023-04-14 16:12:18 +02:00 |
|
Alexander Gololobov
|
05a9d1cbfc
|
Cleanups
|
2023-04-14 16:12:18 +02:00 |
|
Alexander Gololobov
|
0aa7979dd5
|
Unblock tests with ENGINE=Set
|
2023-04-14 16:12:18 +02:00 |
|