Nikita Mikhaylov
07e6021b52
Merge pull request #53649 from ClickHouse/backup_threads_utilization
...
Making BACKUPs&RESTOREs faster
2023-08-22 14:05:35 +02:00
Sema Checherinda
7e4e6e31dc
NOLINT on sscanf in gtest
2023-08-22 13:32:21 +02:00
Alexey Milovidov
670c879f4c
Merge pull request #53621 from amosbird/consistent_cmake_file_management
...
Consistent cmake file management
2023-08-22 14:28:04 +03:00
Alexey Milovidov
a23d89779d
Update target.cmake
2023-08-22 14:26:25 +03:00
Anton Popov
90e8069681
Merge pull request #53414 from frinkr/perf-getNestedColumnWithDefaultOnNull
...
boost getNestedColumnWithDefaultOnNull by insertManyDefaults
2023-08-22 13:23:45 +02:00
Tian Xinhui
32db186d7f
Update 02354_annoy_index.sql
2023-08-22 19:21:00 +08:00
alesapin
a4ad63baa2
Merge pull request #53512 from canhld94/allow_non_standalone_keeper_integration_test
...
Allow non standalone keeper run in integration tests
2023-08-22 13:20:37 +02:00
Robert Schulze
f2fb7365e6
Add settings for 1. size_ratio (all caches) and 2. policy (index caches)
...
1. is an expert-level setting, default is 0.5, applies only to SLRU.
Also, I noticed that we expose cache policy settings for the mark and
the uncompresed cache but not for the index mark and the index
uncompressed cache. Changed that as well, it simplifies the code a bit.
2023-08-22 11:04:29 +00:00
Robert Schulze
46b4f03669
Some renamings for more consistency
...
weight() --> sizeInBytes()
maxSize() --> maxSizeInBytes()
setMaxSize() --> setMaxSizeInBytes()
2023-08-22 10:48:03 +00:00
Robert Schulze
90355c1f25
Check for synchronization with TSA instead of manually
2023-08-22 10:47:41 +00:00
Robert Schulze
3596c722f8
Factorize calculation of max_protected_size + check for lower bound
2023-08-22 10:45:57 +00:00
Robert Schulze
88808cde6a
Reorder parameters
2023-08-22 10:45:33 +00:00
Antonio Andelic
e0af6e5879
Merge pull request #53644 from ClickHouse/fix-delayed-source-with-totals
...
Correctly handle totals and extremes with `DelayedSource`
2023-08-22 12:24:16 +02:00
Robert Schulze
acaa2eee58
Merge pull request #53556 from ClibMouse/feature/big-endian-UUID-correction
...
Change Big Endian-UUID to work the same as Little Endian-UUID
2023-08-22 11:57:44 +02:00
alesapin
1d29ab19f4
Merge branch 'master5' of https://github.com/helifu/ClickHouse into helifu-master5
2023-08-22 11:49:05 +02:00
alesapin
1a5a9fca87
Merge pull request #53605 from irenjj/feat_53538
...
Add column 'name' to system.clusters as an alias to cluster.
2023-08-22 11:34:21 +02:00
Sema Checherinda
ae5f66da1e
fix special build
2023-08-22 11:34:08 +02:00
alesapin
fba91b2158
Merge pull request #53552 from rschu1ze/krb5-1.21
...
Update krb5 to 1.21.2
2023-08-22 11:31:54 +02:00
alesapin
2a39dfdbe8
Merge pull request #53586 from chhetripradeep/pchhetri/fix-49400
...
Fix for flaky test_ssl_cert_authentication
2023-08-22 11:11:41 +02:00
Tian Xinhui
76016d9593
Merge branch 'master' into fix-annoy-index-update
2023-08-22 16:58:29 +08:00
Alexey Milovidov
9874556d85
Merge pull request #53655 from ClibMouse/more-fix-big-endian
...
State of State and avg aggregation function fix for big endian
2023-08-22 11:49:54 +03:00
Alexey Milovidov
407bb57ba9
Merge pull request #53672 from bigo-sg/upgrade_snappy_1.1.10
...
Upgrade snappy to 1.1.10
2023-08-22 11:49:05 +03:00
Amos Bird
f13fd5b5dc
Wait for some pooled commands
2023-08-22 16:26:35 +08:00
Kseniia Sumarokova
01759b511b
Merge pull request #53611 from kssenii/fix-upgrade-check
...
Fix upgrade check
2023-08-22 09:38:48 +02:00
Amos Bird
bd9f526f93
Fix data race of shell command
2023-08-22 14:50:56 +08:00
Antonio Andelic
741187f8a1
Fix test
2023-08-22 06:45:21 +00:00
taiyang-li
ac00a17928
upgrade snappy to 1.1.10
2023-08-22 14:27:44 +08:00
taiyang-li
af81d9afc0
upgrade snappy to 1.1.10
2023-08-22 14:23:15 +08:00
robot-clickhouse
b504df80b7
Merge pull request #53553 from ClibMouse/feature/constrain-isa-l
...
Enable ISA-L on x86-64 only by default
2023-08-22 05:17:42 +02:00
Amos Bird
a159376a96
Also check processor
2023-08-22 10:38:03 +08:00
pufit
9d454d9afc
Merge branch 'master' into pufit/fix_s3_threads
...
# Conflicts:
# src/Storages/StorageS3.cpp
# src/Storages/StorageS3.h
# src/Storages/StorageURL.cpp
# src/Storages/StorageURL.h
2023-08-21 21:32:15 -04:00
pufit
98a701e2c1
Limiting number of parsing threads for S3 source
2023-08-21 21:21:03 -04:00
Nikita Mikhaylov
c039b4a08d
Merge pull request #53625 from rschu1ze/boost-1.80
...
Bump boost to 1.80
2023-08-22 00:51:16 +02:00
Robert Schulze
a20ceef398
Merge pull request #53447 from davvard/master
...
USearch HNSW index for ANN search
2023-08-21 23:34:26 +02:00
Robert Schulze
583d9b33f0
Merge pull request #51446 from rschu1ze/recfgable-caches
...
Runtime-reconfigurable cache sizes
2023-08-21 23:27:21 +02:00
Robert Schulze
7068664299
Disable test
2023-08-21 21:26:28 +00:00
Michael Kolupaev
d752611c43
Performance test
2023-08-21 14:15:52 -07:00
Michael Kolupaev
2f4d433e69
Parquet filter pushdown
2023-08-21 14:15:52 -07:00
Yakov Olkhovskiy
4d8e8d61f8
Merge pull request #52592 from HarryLeeIBM/hlee-s390x-codec-delta
...
Fix codec delta endian issue for s390x
2023-08-21 16:59:33 -04:00
Michael Kolupaev
6009e1b293
Merge pull request #53324 from bigo-sg/ch_gluten_2583
...
Implement native orc input format without arrow to improve performance
2023-08-21 13:44:57 -07:00
Suzy Wang
30afaaff36
fix state of state functional test
2023-08-21 12:57:41 -07:00
Michael Kolupaev
a5fbac9e6b
Fix adding sub-second intervals to DateTime
2023-08-21 12:33:21 -07:00
Robert Schulze
d71801d6b2
Merge pull request #53554 from Ryado/mysql_interface_cloud
...
Added instructions to enable MySQL interface in Cloud
2023-08-21 21:29:34 +02:00
Alexey Milovidov
d7180c7d5c
Merge pull request #53645 from ClickHouse/prepared-set-cache-in-mutation-pipeline-stuck
...
Prepared set cache in mutation pipeline stuck
2023-08-21 22:21:45 +03:00
Suzy Wang
7cfc2a0872
update api name
2023-08-21 12:18:32 -07:00
Suzy Wang
6edf8f78cc
more fixes for big endian
2023-08-21 12:13:56 -07:00
Nikolai Kochetov
f0b68393a8
Merge pull request #53162 from ClickHouse/not-ready-set-bug
...
Not-ready Set
2023-08-21 21:09:15 +02:00
Nikita Mikhaylov
5c4edc0790
Better
2023-08-21 18:20:20 +00:00
Alexey Milovidov
316664456f
Merge pull request #53588 from kitaisreal/aarch64-neon-memequal-wide
...
AARCH64 Neon memequal wide
2023-08-21 21:11:01 +03:00
ltrk2
5016257181
Implement endianness-independent serialization
2023-08-21 10:35:14 -07:00