Dmitry Novik
|
8655c11280
|
Fix typo
|
2024-02-09 11:45:15 +01:00 |
|
Dmitry Novik
|
5f75087178
|
Add comments
|
2024-02-08 15:48:20 +00:00 |
|
Dmitry Novik
|
b8f74b5b05
|
Merge pull request #50894 from ClickHouse/storage-merge-aliases-analyzer
Analyzer: support aliases and distributed JOINs in StorageMerge
|
2024-02-08 11:22:00 +01:00 |
|
Alexander Tokmakov
|
510f90edf8
|
Merge pull request #59688 from ClickHouse/revert_39507_again
Temporarily remove a feature that doesn't work
|
2024-02-08 02:27:55 +01:00 |
|
Dmitry Novik
|
813020a1a6
|
remove redundant logging
|
2024-02-07 16:44:09 +01:00 |
|
Dmitry Novik
|
ff4729ccc4
|
Improve replaceTableExpressionAndRemoveJoin function
|
2024-02-07 16:40:23 +01:00 |
|
Raúl Marín
|
38c8e1b8cc
|
Merge pull request #59485 from Algunenano/strict_int8
Strict aliasing for Int8
|
2024-02-07 11:33:06 +01:00 |
|
Alexander Gololobov
|
4dcd806dfc
|
Merge pull request #59545 from ClickHouse/system_zookeeper_stream
Produce stream of chunks from system.zookeeper instead of accumulating the whole result
|
2024-02-07 10:17:38 +01:00 |
|
Alexander Tokmakov
|
77e4b0c8d9
|
Revert "Merge pull request #59122 from arthurpassos/bring_back_attach_partition_pr"
This reverts commit ac90637170 , reversing
changes made to fe2b5cde05 .
|
2024-02-07 02:52:43 +01:00 |
|
Alexey Milovidov
|
01c8542462
|
Merge pull request #59606 from vitlibar/fix-distributed-table-with-const-sharding-key
Fix distributed table with a constant sharding key
|
2024-02-06 22:10:34 +01:00 |
|
Raúl Marín
|
ff63a1cf9f
|
Fix tidy
|
2024-02-06 20:34:12 +01:00 |
|
Dmitry Novik
|
d558728281
|
Merge branch 'master' into storage-merge-aliases-analyzer
|
2024-02-06 20:24:20 +01:00 |
|
Dmitry Novik
|
1abcf26df6
|
Fix filter expressions
|
2024-02-06 15:39:52 +00:00 |
|
Anton Popov
|
addbd78341
|
Merge pull request #59436 from nickitat/perf_introspection_for_inserts
More perf introspection for `INSERT`-s
|
2024-02-06 14:59:32 +01:00 |
|
Alexander Gololobov
|
ca4f46ab41
|
Check block size in bytes instead of rows
|
2024-02-06 14:27:15 +01:00 |
|
Alexander Gololobov
|
a26e8b3a9e
|
Fix for filters w/o path column
|
2024-02-05 22:48:48 +01:00 |
|
Vitaly Baranov
|
86ac7b14d0
|
Fix Distributed table engine with a constant sharding key.
|
2024-02-05 21:56:29 +01:00 |
|
Kseniia Sumarokova
|
83515e3656
|
Merge pull request #59543 from nickolaj-jepsen/master
Add support for NATS credentials file
|
2024-02-05 12:20:26 +01:00 |
|
Nikita Mikhaylov
|
6ba35b5459
|
Make comments for system tables also available in local mode and enforce comments not to be empty (#59493)
Co-authored-by: Alexey Milovidov <milovidov@clickhouse.com>
|
2024-02-05 11:17:58 +01:00 |
|
alesapin
|
db046c1bce
|
Merge pull request #59517 from ClickHouse/remove_scarry_message
Remove a scary message if an error is retryable
|
2024-02-04 17:43:06 +01:00 |
|
Alexander Gololobov
|
82caaa744a
|
Produce stream of chunks instead of accumulating the whole result
|
2024-02-03 16:08:41 +01:00 |
|
Nickolaj Jepsen
|
e822ba3a47
|
Add support for NATS credentials file
|
2024-02-02 23:34:01 +01:00 |
|
Dmitry Novik
|
05a7d22c24
|
WIP on calculate aliases only once
|
2024-02-02 13:45:04 +00:00 |
|
Alexander Sapin
|
d5e3b71590
|
Remove scarry message if error is retryable
|
2024-02-02 14:07:37 +01:00 |
|
Raúl Marín
|
87d493533c
|
Revert "Poco Logger small refactoring"
|
2024-02-02 12:10:05 +01:00 |
|
Alexander Gololobov
|
095648d7bc
|
Merge pull request #59388 from ClickHouse/system_zookeeper_retries
Retry disconnects and expired sessions when reading system.zookeeper
|
2024-02-02 11:52:15 +01:00 |
|
Alexey Milovidov
|
15467f2efb
|
Merge pull request #59451 from ClickHouse/remove-unused-headers
CLion says these headers are unused
|
2024-02-01 21:47:17 +01:00 |
|
Nikita Taranov
|
d73abc17f5
|
better
|
2024-02-01 21:42:22 +01:00 |
|
Nikita Taranov
|
698d00dbfe
|
add to MutateTask
|
2024-02-01 20:43:43 +01:00 |
|
Nikita Taranov
|
76f2ae08b5
|
collect stats build time
|
2024-02-01 18:16:09 +01:00 |
|
Nikita Taranov
|
4795149863
|
print stats once
|
2024-02-01 17:16:42 +01:00 |
|
Kseniia Sumarokova
|
e029021696
|
Merge pull request #59446 from ClickHouse/s3-queue-allow-to-add-start-point
Allow to define a starting point for s3queue ordered mode at creation
|
2024-02-01 16:46:24 +01:00 |
|
Alexey Milovidov
|
f52b08070f
|
Merge branch 'master' into remove-unused-headers
|
2024-02-01 13:42:37 +01:00 |
|
kssenii
|
3a16427e00
|
Fix test
|
2024-02-01 12:35:01 +01:00 |
|
Maksim Kita
|
ecbea6f625
|
Updated implementation
|
2024-02-01 12:51:50 +03:00 |
|
Kseniia Sumarokova
|
b3418c506e
|
Update src/Storages/S3Queue/S3QueueSettings.h
Co-authored-by: Antonio Andelic <antonio2368@users.noreply.github.com>
|
2024-02-01 10:28:33 +01:00 |
|
Dmitry Novik
|
5b630ed745
|
Merge pull request #59399 from azat/build/format-fwd-decl
Forward declaration for PeekableReadBuffer
|
2024-02-01 09:15:07 +01:00 |
|
Alexey Milovidov
|
33f6940214
|
CLion says these headers are unused
|
2024-02-01 03:50:09 +01:00 |
|
kssenii
|
361b2f107b
|
Allow to define a starting point for s3queue ordered mode
|
2024-01-31 21:28:18 +01:00 |
|
Alexander Gololobov
|
5947e5b5a8
|
Use retry settings and fault injection
|
2024-01-31 16:48:46 +01:00 |
|
Dmitry Novik
|
572d47acc7
|
Remove logging
|
2024-01-31 14:43:06 +00:00 |
|
Dmitry Novik
|
0d21004218
|
WIP on StorageMerge
|
2024-01-31 13:50:15 +00:00 |
|
Kseniia Sumarokova
|
b20567a055
|
Merge pull request #59167 from ClickHouse/s3-queue-parallelize-ordered-mode
S3Queue: allow parallel & disrtibuted processing for ordered mode
|
2024-01-31 11:20:41 +01:00 |
|
Kseniia Sumarokova
|
caaafbcedb
|
Merge pull request #56864 from ClickHouse/broken-projections-better-handling
Do not consider data part as broken if projection is broken
|
2024-01-31 11:17:15 +01:00 |
|
Dmitry Novik
|
ac17ad1e66
|
Merge pull request #59073 from ClickHouse/fix-analyzer-resolve-distr-id
Analyzer: Do not resolve remote table id on initiator
|
2024-01-31 09:08:30 +01:00 |
|
Nikita Taranov
|
1be8b61c5b
|
add test
|
2024-01-30 21:52:32 +01:00 |
|
Dmitry Novik
|
722f3db738
|
Merge remote-tracking branch 'origin/master' into storage-merge-aliases-analyzer
|
2024-01-30 19:50:01 +00:00 |
|
Nikita Taranov
|
17ab2674f4
|
impl
|
2024-01-30 20:35:10 +01:00 |
|
Azat Khuzhin
|
010f1c6cb7
|
Forward declaration for PeekableReadBuffer
ReadHelpers.h is very common header and is the root cause of "recompile
everything".
Signed-off-by: Azat Khuzhin <a.khuzhin@semrush.com>
|
2024-01-30 19:24:19 +01:00 |
|
Alexander Gololobov
|
c348c4e828
|
Move ZooKeeperRetries.h to Common
|
2024-01-30 19:02:17 +01:00 |
|