Alexey Gerasimchuk
|
9958731c27
|
Merge branch 'master' into ADQM-830
|
2023-06-05 07:46:47 +10:00 |
|
alesapin
|
4fd674a3b2
|
Merge pull request #50521 from ClickHouse/get_rid_of_strange_object_storage
Remove strange object storage methods
|
2023-06-04 12:09:09 +02:00 |
|
Alexey Milovidov
|
07a6e49941
|
Merge pull request #50527 from ClickHouse/fix-bad-code-rocksdb
Fix low quality code around metadata in RocksDB (experimental feature never used in production)
|
2023-06-04 06:48:19 +03:00 |
|
Alexey Milovidov
|
640b758ab0
|
Merge pull request #50533 from kssenii/add-some-metrics
Add profile events for fs cache eviction
|
2023-06-04 06:03:29 +03:00 |
|
pufit
|
e548e4b38c
|
Merge pull request #50278 from ClickHouse/roles_in_config
Specify roles in users.xml
|
2023-06-03 21:10:26 -04:00 |
|
Alexey Milovidov
|
28862129a5
|
Merge pull request #50385 from marising/add_boost_link
Link boost::context library to clickhouse_common_io
|
2023-06-04 04:02:31 +03:00 |
|
Nikolay Degterinsky
|
aa19b2fc40
|
Merge pull request #50044 from azat/optimize_use_projections-alias
Preserve backward incompatibility for renamed settings by using aliases
|
2023-06-04 02:33:38 +02:00 |
|
robot-ch-test-poll4
|
b1de1d3ada
|
Merge pull request #50535 from kitaisreal/query-node-small-fix
QueryNode small fix
|
2023-06-04 02:20:15 +02:00 |
|
alesapin
|
57070227a8
|
Fxi
|
2023-06-03 23:44:19 +02:00 |
|
kssenii
|
009fe3d25e
|
Add profile events for eviction
|
2023-06-03 21:35:27 +02:00 |
|
Maksim Kita
|
e61131c4bb
|
QueryNode small fix
|
2023-06-03 21:45:53 +03:00 |
|
pufit
|
1aaac69e13
|
Merge branch 'master' into roles_in_config
|
2023-06-03 14:42:10 -04:00 |
|
alesapin
|
894457d6e1
|
Style fxi
|
2023-06-03 14:36:52 +02:00 |
|
Sergei Trifonov
|
f1eba08eaf
|
Merge pull request #50379 from alekar/minor-cgroup-improvements
Minor improvements in CGroup awareness.
|
2023-06-03 12:36:39 +02:00 |
|
Sema Checherinda
|
2177e562b8
|
Merge pull request #50518 from CheSema/lesser-traces
less traces in logs
|
2023-06-03 10:57:45 +02:00 |
|
Alexey Milovidov
|
8018e58b74
|
Merge pull request #49894 from evillique/postgresql-uuid
Add UUID data type to PostgreSQL
|
2023-06-03 07:13:41 +03:00 |
|
Alexey Milovidov
|
ccba3500dd
|
Update StoragePostgreSQL.cpp
|
2023-06-03 07:13:26 +03:00 |
|
Alexey Milovidov
|
054b908b9c
|
Merge pull request #50416 from ClickHouse/revert-49656-rs/entropy-learned-hashing
Revert "Add SQL functions for Entropy Learned Hashing"
|
2023-06-03 06:50:48 +03:00 |
|
Alexey Milovidov
|
30be723a9a
|
Fix bad code around metadata in RocksDB
|
2023-06-03 05:11:02 +02:00 |
|
Nikita Mikhaylov
|
362055ce60
|
Merge branch 'master' into 46229-repl-clickhouse-keeper
|
2023-06-02 23:58:07 +02:00 |
|
alesapin
|
c73c836f9d
|
Better
|
2023-06-02 23:33:04 +02:00 |
|
alesapin
|
b091d85bb1
|
Remove strange object storage methods
|
2023-06-02 23:30:47 +02:00 |
|
Alexey Milovidov
|
9e938d7eec
|
Merge pull request #49287 from nickitat/optimize_reading2
Optimise hot reading from remote tables
|
2023-06-02 23:51:57 +03:00 |
|
Sema Checherinda
|
991d1b97fc
|
less traces in logs
|
2023-06-02 20:48:31 +02:00 |
|
Kruglov Pavel
|
f87f98fb80
|
Merge pull request #47409 from Avogar/random-structure
Add new function generateRandomStructure
|
2023-06-02 18:50:35 +02:00 |
|
Kseniia Sumarokova
|
7b0d1531c2
|
Merge pull request #50444 from CheSema/less-logs-second-try
Revert "Revert "less logs in WriteBufferFromS3" (#50390)"
|
2023-06-02 18:43:44 +02:00 |
|
Sergei Trifonov
|
9d0a63bd92
|
Update src/Common/AsynchronousMetrics.cpp
|
2023-06-02 18:15:20 +02:00 |
|
Sergei Trifonov
|
6243a16824
|
Merge branch 'master' into minor-cgroup-improvements
|
2023-06-02 18:14:24 +02:00 |
|
Sergei Trifonov
|
163b2f32da
|
Update src/Common/AsynchronousMetrics.cpp
|
2023-06-02 18:13:46 +02:00 |
|
Alexander Gololobov
|
577b575ca6
|
Merge branch 'master' into riscv-taskstats
|
2023-06-02 16:47:24 +02:00 |
|
Robert Schulze
|
12993890a8
|
Merge branch 'master' into revert-49656-rs/entropy-learned-hashing
|
2023-06-02 15:32:33 +02:00 |
|
Alexander Tokmakov
|
e148c60d5a
|
Fixes for MergeTree with readonly disks (#50244)
* fixes for MergeTree with readonly disks
* Automatic style fix
* Update test.py
* Automatic style fix
* Update test.py
* Update test.py
* Automatic style fix
* Update test.py
---------
Co-authored-by: robot-clickhouse <robot-clickhouse@users.noreply.github.com>
Co-authored-by: alesapin <alesapin@clickhouse.com>
|
2023-06-02 16:18:32 +03:00 |
|
vdimir
|
b1f58d765a
|
Merge pull request #48633 from ClickHouse/vdimir/any_join_single_row
|
2023-06-02 15:05:13 +02:00 |
|
Robert Schulze
|
db76d1f7d7
|
Merge pull request #50421 from rschu1ze/fix-const-int-hashing
Fix hashing of const integer values
|
2023-06-02 14:43:34 +02:00 |
|
Antonio Andelic
|
e802714d34
|
Merge pull request #50387 from frinkr/fix-keeper-deadlock
Fix Keeper deadlock on exception when preprocessing requests.
|
2023-06-02 14:40:12 +02:00 |
|
Nikita Mikhaylov
|
73db383727
|
Limit the number of in-flight tasks for loading outdated parts (#50450)
* Done
* Update programs/local/LocalServer.cpp
Co-authored-by: Alexander Tokmakov <tavplubix@clickhouse.com>
* Bump
---------
Co-authored-by: Alexander Tokmakov <tavplubix@clickhouse.com>
|
2023-06-02 14:10:26 +02:00 |
|
Kruglov Pavel
|
9922053419
|
Merge pull request #49948 from Avogar/handshake-timeout
Add separate handshake_timeout for receiving Hello packet from replica
|
2023-06-02 14:07:27 +02:00 |
|
Alexander Gololobov
|
8cadd89ebe
|
Update src/Common/TaskStatsInfoGetter.cpp
|
2023-06-02 12:34:22 +02:00 |
|
Alexander Tokmakov
|
0181ea6399
|
Revert "make filter push down through cross join"
|
2023-06-02 12:55:46 +03:00 |
|
Sergei Trifonov
|
3027f34c1f
|
Merge branch 'master' into minor-cgroup-improvements
|
2023-06-02 11:19:25 +02:00 |
|
Sergei Trifonov
|
57a2bfd0ff
|
Update src/Common/AsynchronousMetrics.cpp
|
2023-06-02 11:19:11 +02:00 |
|
Sergei Trifonov
|
16be379fa5
|
Update src/Common/AsynchronousMetrics.cpp
|
2023-06-02 11:18:46 +02:00 |
|
Robert Schulze
|
7070eac9db
|
Merge branch 'ClickHouse:master' into fix-const-int-hashing
|
2023-06-02 10:57:18 +02:00 |
|
Michael Kolupaev
|
b51064a508
|
Get rid of SeekableReadBufferFactory, add SeekableReadBuffer::readBigAt() instead
|
2023-06-01 18:48:30 -07:00 |
|
Alexey Milovidov
|
c5165c2236
|
More thorough check for the availability of TaskStats
|
2023-06-02 03:25:12 +02:00 |
|
Alexey Milovidov
|
31773d7eee
|
Merge pull request #50432 from azat/fix-min-for-seek
Fix merge_tree_min_rows_for_seek/merge_tree_min_bytes_for_seek for data skipping indexes
|
2023-06-02 04:09:35 +03:00 |
|
Alexey Milovidov
|
54144d15ab
|
Merge pull request #50319 from ClickHouse/nickitat-patch-12
Enable `enable_memory_bound_merging_of_aggregation_results` by default
|
2023-06-02 03:48:44 +03:00 |
|
Alexey Milovidov
|
60dccff77c
|
Merge pull request #50177 from amosbird/fix_50094
Fix broken index analysis when binary operator contains a null constant argument
|
2023-06-02 01:29:03 +03:00 |
|
Alexey Milovidov
|
52ffaa4630
|
Merge pull request #50203 from Avogar/head-requests-on-shcema-inference
Don't send head request for all keys in Iceberg schema inference
|
2023-06-02 01:28:00 +03:00 |
|
Alexey Milovidov
|
8b18b742b1
|
Merge pull request #50401 from kitaisreal/compile-aggregate-expressions-enable-by-default
Compile aggregate expressions enable by default
|
2023-06-02 01:18:30 +03:00 |
|