Anton Popov
|
5770def9af
|
Merge pull request #57491 from jkartseva/limit-table-projections
limit merge tree projections
|
2023-12-05 12:13:41 +01:00 |
|
Julia Kartseva
|
2ac104240d
|
limit merge tree projections
Fixes: https://github.com/ClickHouse/ClickHouse/issues/56427
|
2023-12-05 06:44:39 +00:00 |
|
Alexey Milovidov
|
10d65a1ade
|
Merge pull request #55559 from azat/s3-fix-excessive-reads
Add ability to disable checksums for S3 to avoid excessive input file read
|
2023-12-05 06:34:21 +01:00 |
|
kssenii
|
4a28f10c3d
|
Minor cache changes
|
2023-12-04 19:02:37 +01:00 |
|
Alexey Milovidov
|
02439eee58
|
Merge pull request #49351 from ClickHouse/async-loader-integration
Asynchronous loading of tables
|
2023-12-04 17:16:12 +01:00 |
|
vdimir
|
a4ae90de0d
|
Merge pull request #57275 from ClickHouse/vdimir/merge_task_tmp_data
Background merges correctly use temporary data storage in the cache
|
2023-12-04 14:52:20 +01:00 |
|
robot-ch-test-poll1
|
d63b652dae
|
Merge pull request #57385 from vitlibar/fix-inconsistent-metadata-for-backup-2
Stop using INCONSISTENT_METADATA_FOR_BACKUP that much
|
2023-12-04 10:29:57 +01:00 |
|
Nikolay Degterinsky
|
2150308c23
|
Merge pull request #56948 from amosbird/fix-56932
Prevent incompatible ALTER of projection columns
|
2023-12-03 04:24:51 +01:00 |
|
Sema Checherinda
|
c61cd6aab2
|
Merge pull request #57335 from sichenzhao/increase_default_replicated_deduplication_window
increase default replicated_deduplication_window from 100 to 1k
|
2023-12-02 21:23:39 +01:00 |
|
Nikolay Degterinsky
|
a53e604429
|
Merge branch 'master' into fix-56932
|
2023-12-02 21:19:45 +01:00 |
|
Sema Checherinda
|
32e3b2657b
|
Merge pull request #57205 from CheSema/zero-locks-leak
fix zero-copy locks leaking
|
2023-12-02 15:54:12 +01:00 |
|
Sema Checherinda
|
a1c9501c07
|
fix 01158_zookeeper_log_long and 02442_auxiliary_zookeeper_endpoint
|
2023-12-02 04:57:33 +01:00 |
|
JackyWoo
|
8a68d51261
|
Add index to table system.numbers (#50909)
|
2023-12-01 19:59:25 +01:00 |
|
robot-ch-test-poll
|
1b49463bd2
|
Merge pull request #55841 from nickitat/optimize_reading3
Optimize reading from cache
|
2023-12-01 17:36:57 +01:00 |
|
Nikolay Degterinsky
|
ceed0f73d3
|
Merge pull request #57391 from evillique/better-partitioned-write-to-file
Allow wildcards in directories for partitioned write with File storage
|
2023-12-01 17:23:54 +01:00 |
|
Nikolai Kochetov
|
5430ac2c02
|
Merge pull request #57099 from ClickHouse/analyzer-fuzz-3
Analyzer fuzzer 3 (aggregate_functions_null_for_empty for projections)
|
2023-12-01 16:57:34 +01:00 |
|
Anton Popov
|
61c517bc02
|
Merge pull request #57352 from kitaisreal/mutations-reuse-source-part-granularity
MergeTree mutations reuse source part index granularity
|
2023-12-01 16:45:41 +01:00 |
|
Nikolai Kochetov
|
0b4131546a
|
Merge pull request #56813 from jsc0218/SystemTablesFilterEngine
Able to Filter Engine When Scanning System Tables
|
2023-12-01 16:02:27 +01:00 |
|
alesapin
|
fb98b212c5
|
Merge pull request #57311 from ClickHouse/make_alter_mat_view_non_experimental
Make alter materialized view non experimental
|
2023-12-01 12:18:43 +01:00 |
|
vdimir
|
fd373024f5
|
Update buffer re-reading in MergeTask.cpp
|
2023-12-01 10:11:08 +00:00 |
|
Sema Checherinda
|
82270627ed
|
fix the relock
|
2023-12-01 02:12:35 +01:00 |
|
Vitaly Baranov
|
1bc1563e0e
|
Stop using INCONSISTENT_METADATA_FOR_BACKUP that much. If possible prefer to continue scanning instead of stopping and starting the scanning for backup again.
|
2023-11-30 21:37:42 +01:00 |
|
Sema Checherinda
|
47daa4f235
|
remarks
|
2023-11-30 21:13:56 +01:00 |
|
Sema Checherinda
|
42f648f0d2
|
relock block when sessin expired
|
2023-11-30 21:13:56 +01:00 |
|
Sema Checherinda
|
e4becc01ba
|
make stages commit
|
2023-11-30 21:13:56 +01:00 |
|
Sema Checherinda
|
7efa76f08d
|
remove rename_part_to_temporary
|
2023-11-30 21:13:56 +01:00 |
|
Sema Checherinda
|
2cc31752b1
|
unlockSharedData in 1 more place, and do it in a best effort way
|
2023-11-30 21:13:56 +01:00 |
|
Sema Checherinda
|
ad6897ddbd
|
make shellcheck happy
|
2023-11-30 21:13:55 +01:00 |
|
Sema Checherinda
|
ad7b51c3c8
|
fix zero locks leak
|
2023-11-30 21:13:55 +01:00 |
|
Sergey Kviatkevich
|
376d297da2
|
fix alter table tests
|
2023-11-30 21:42:13 +03:00 |
|
Sergey Kviatkevich
|
afae432e99
|
allow ALTER for TEMPORARY table
|
2023-11-30 21:42:12 +03:00 |
|
Nikolay Degterinsky
|
95b5b9eb35
|
Fix partitioned write for File storage
|
2023-11-30 16:18:12 +00:00 |
|
Kruglov Pavel
|
575ee1e665
|
Merge pull request #56868 from zvonand/zvonand-fileCluster
Introduce `fileCluster` table function
|
2023-11-30 13:49:53 +01:00 |
|
Antonio Andelic
|
9955f571ef
|
Merge pull request #57318 from mkmkme/mkmkme/remove-unused-vars
Remove unused Strings from MergeTreeData
|
2023-11-30 13:48:54 +01:00 |
|
vdimir
|
54fe2e1410
|
Fix clang tidy
|
2023-11-30 12:40:34 +00:00 |
|
alesapin
|
d8bdbf29c4
|
Merge branch 'master' into make_alter_mat_view_non_experimental
|
2023-11-30 11:14:25 +01:00 |
|
robot-ch-test-poll
|
07ca6236f6
|
Merge pull request #57372 from jkartseva/fuzz-json-verbose-exception
verbose exception messages for StorageFuzzJSON
|
2023-11-30 08:20:54 +01:00 |
|
zvonand
|
6730a29a0b
|
upd
|
2023-11-30 01:28:25 +01:00 |
|
Julia Kartseva
|
ed65c26faf
|
verbose exception messages for StorageFuzzJSON
Follow-up to https://github.com/ClickHouse/ClickHouse/pull/56490#discussion_r1409556111
|
2023-11-29 20:42:21 +00:00 |
|
Kruglov Pavel
|
c6fecfb1af
|
Merge pull request #56901 from KevinyhZou/Fix_allow_cr_end_of_csv_line
Fix allow cr end of line for csv
|
2023-11-29 20:57:58 +01:00 |
|
Nikolai Kochetov
|
a36c11b21e
|
Disable transform_null_in as well just in case.
|
2023-11-29 17:30:22 +00:00 |
|
Nikolai Kochetov
|
fc02b88596
|
Merge branch 'master' into analyzer-fuzz-3
|
2023-11-29 17:19:56 +00:00 |
|
Nikolai Kochetov
|
dc43a36ee2
|
Fixing style
|
2023-11-29 16:40:18 +00:00 |
|
vdimir
|
b5babe1692
|
MergeTask uses temporary data storage
|
2023-11-29 16:18:32 +00:00 |
|
Nikolai Kochetov
|
390c27f7d8
|
Ignore aggregate_functions_null_for_empty for projections at insert.
|
2023-11-29 16:16:22 +00:00 |
|
zvonand
|
c329e382ab
|
resolve conflicts
|
2023-11-29 16:03:07 +01:00 |
|
zvonand
|
a4d9fbdfc2
|
Fix indents, fix style, fix test
|
2023-11-29 15:55:24 +01:00 |
|
Kruglov Pavel
|
30148972ed
|
Merge pull request #57328 from Avogar/size-virtual-column-table-functions
Add information about new _size virtual column in file/s3/url/hdfs/azure table functions
|
2023-11-29 15:05:28 +01:00 |
|
Maksim Kita
|
6578fe5baa
|
Updated implementation
|
2023-11-29 16:21:07 +03:00 |
|
Maksim Kita
|
f0e53fde64
|
MergeTree mutations reuse source part index granularity
|
2023-11-29 14:36:57 +03:00 |
|