vdimir
|
1e24a731f7
|
Move Disks/TemporaryFileOnDisk -> Common/TemporaryFile
|
2022-08-24 16:14:10 +00:00 |
|
vdimir
|
cd4038d511
|
Use TemporaryFileOnDisk instead of Poco::TemporaryFile
|
2022-08-24 16:14:08 +00:00 |
|
Alexander Tokmakov
|
f9f85a0e8b
|
Revert "Parallel distributed insert select from *Cluster table functions (#39107)"
This reverts commit d3cc234986 .
|
2022-08-24 15:17:15 +03:00 |
|
Kruglov Pavel
|
72f02bd6eb
|
Merge pull request #40414 from Avogar/improve-schema-inference-cache
Improve schema inference cache, respect format settings that can change the schema
|
2022-08-23 17:04:58 +02:00 |
|
Antonio Andelic
|
0765495be1
|
Merge pull request #39986 from Lloyd-Pottiger/feat/support-ttl-for-embeddedrocksdb
Support TTL for EmbeddedRocksDB
|
2022-08-23 08:27:47 +02:00 |
|
Alexey Milovidov
|
0252695c6e
|
Merge pull request #40224 from ClickHouse/alexey-milovidov-patch-4
Check what will be if I enable `concurrency-mt-unsafe` in `clang-tidy`
|
2022-08-22 23:12:01 +03:00 |
|
Lloyd-Pottiger
|
85a1a36167
|
remove read_only option
Signed-off-by: Lloyd-Pottiger <yan1579196623@gamil.com>
|
2022-08-22 23:31:55 +08:00 |
|
Alexey Milovidov
|
e9d0c50486
|
Add a test for #24093
|
2022-08-22 02:32:45 +02:00 |
|
Alexey Milovidov
|
7cd4619d9f
|
Merge pull request #34551 from ClickHouse/xdbc-constraints
Allow constraints for ODBC and JDBC tables
|
2022-08-21 21:35:06 +03:00 |
|
Robert Schulze
|
e8b3f56733
|
Limit suppression to a specific warning
|
2022-08-21 18:24:17 +00:00 |
|
Robert Schulze
|
3aa5acdb35
|
Merge pull request #40391 from ClickHouse/reduce-StringRef
Reduce some usage of StringRef
|
2022-08-21 20:04:57 +02:00 |
|
Alexey Milovidov
|
d157c6a7a0
|
Update StorageXDBC.cpp
|
2022-08-21 16:53:48 +03:00 |
|
Robert Schulze
|
bba04db0b4
|
Try to fix tests
|
2022-08-21 09:23:37 +00:00 |
|
Alexey Milovidov
|
01700078d9
|
Merge branch 'master' into xdbc-constraints
|
2022-08-20 21:26:07 +03:00 |
|
Alexey Milovidov
|
0db45afb08
|
Merge branch 'master' into alexey-milovidov-patch-4
|
2022-08-20 19:58:31 +03:00 |
|
alesapin
|
e4d486fbba
|
Merge pull request #40346 from ClickHouse/fix_ttl_vertical_merge_bug
Fix bug with multiple TTL merges on expired column
|
2022-08-20 17:09:32 +02:00 |
|
Alexey Milovidov
|
74e1f4dc61
|
Fix clang-tidy
|
2022-08-20 17:09:20 +02:00 |
|
Alexey Milovidov
|
6f39e3e039
|
Merge pull request #40419 from ClickHouse/fix-parallel-replicas
Fix obvious trash in Parallel replicas
|
2022-08-20 14:10:14 +03:00 |
|
Nikita Mikhaylov
|
4a453f0776
|
Fix obvious trash
|
2022-08-19 18:08:13 +00:00 |
|
avogar
|
5ab87f1da4
|
Small refactoring
|
2022-08-19 16:42:23 +00:00 |
|
Alexey Milovidov
|
2d1628439b
|
Merge pull request #40357 from ClickHouse/22.9-prepare
Update version after release
|
2022-08-19 15:51:30 +03:00 |
|
Duc Canh Le
|
24682556a4
|
Fix storage merge on view cannot use primary index (#40233)
* fix storage merge on view cannot use index
* minor fix code + tests
* fix view stage
* fix stage
* fix style
* fix tests
|
2022-08-19 14:24:22 +02:00 |
|
Robert Schulze
|
77e64935e1
|
Reduce some usage of StringRef
|
2022-08-19 09:56:59 +00:00 |
|
Alexander Tokmakov
|
b9e090699a
|
Merge branch 'master' into fix_incorrect_replica_idenifier
|
2022-08-18 21:18:10 +03:00 |
|
Alexander Tokmakov
|
e311d06eaa
|
Merge pull request #40246 from ClickHouse/parallel_drop_ranges_execution
Allow parallel execution of disjoint drop ranges
|
2022-08-18 21:17:41 +03:00 |
|
Alexey Milovidov
|
d62d3ad461
|
Update version to 22.9.1.1
|
2022-08-18 19:39:03 +02:00 |
|
Alexander Tokmakov
|
629690c32b
|
fix "incorrect replica identifier"
|
2022-08-18 16:13:27 +02:00 |
|
alesapin
|
a2e08299f8
|
Update src/Storages/MergeTree/IMergedBlockOutputStream.cpp
Co-authored-by: Antonio Andelic <antonio2368@users.noreply.github.com>
|
2022-08-18 15:36:55 +02:00 |
|
alesapin
|
1751ba3e1e
|
Merge branch 'master' into fix_ttl_vertical_merge_bug
|
2022-08-18 14:24:05 +02:00 |
|
alesapin
|
20a2e786c9
|
Fix bug with multiple TTL merges on expired column
|
2022-08-18 14:21:20 +02:00 |
|
Nikolai Kochetov
|
5a85531ef7
|
Merge pull request #38286 from Avogar/schema-inference-cache
Add schema inference cache for s3/hdfs/file/url
|
2022-08-18 13:07:50 +02:00 |
|
Alexander Tokmakov
|
6e5e0689a3
|
Merge branch 'master' into parallel_drop_ranges_execution
|
2022-08-18 13:43:29 +03:00 |
|
Lloyd-Pottiger
|
26d55f3354
|
address comments
Signed-off-by: Lloyd-Pottiger <yan1579196623@gamil.com>
|
2022-08-17 23:25:42 +08:00 |
|
Lloyd-Pottiger
|
19c4385881
|
Merge branch 'master' into feat/support-ttl-for-embeddedrocksdb
|
2022-08-17 22:17:10 +08:00 |
|
kssenii
|
d63d34f7bb
|
Merge master
|
2022-08-17 15:49:32 +02:00 |
|
avogar
|
8dd54c043d
|
Merge branch 'master' of github.com:ClickHouse/ClickHouse into schema-inference-cache
|
2022-08-17 11:47:40 +00:00 |
|
Igor Nikonov
|
46ed4f6cdf
|
Merge pull request #38719 from ClickHouse/skipping_sorting_step
SortingStep: deduce way to sort based on input stream sort description
|
2022-08-17 12:58:11 +02:00 |
|
alesapin
|
4398a357c8
|
Merge pull request #40151 from ClickHouse/fix_cannot_quickly_remove_directory
Fix "Cannot quickly remove directory"
|
2022-08-17 12:11:18 +02:00 |
|
Alexander Tokmakov
|
caa270b72a
|
Merge pull request #39933 from ClickHouse/auto_convert_ordinary_to_atomic
Add flag that enables automatic conversion from Ordinary to Atomic
|
2022-08-17 12:40:49 +03:00 |
|
Alexander Tokmakov
|
d23296ef85
|
Merge pull request #37198 from ClickHouse/replicated_database_improvements
Improvements for Replicated database engine and ON CLUSTER queries
|
2022-08-17 12:30:04 +03:00 |
|
Nikita Mikhaylov
|
a7c3f23dfb
|
Merge branch 'master' into auto_convert_ordinary_to_atomic
|
2022-08-17 00:38:25 +02:00 |
|
Kruglov Pavel
|
cebe9d273c
|
Fix build
|
2022-08-16 16:46:17 +02:00 |
|
Kruglov Pavel
|
af2bc42ee1
|
Fix special build
|
2022-08-16 16:32:13 +02:00 |
|
Kruglov Pavel
|
b580789802
|
Fix special build
|
2022-08-16 16:31:22 +02:00 |
|
Alexander Tokmakov
|
832d7c6e7c
|
Merge branch 'master' into replicated_database_improvements
|
2022-08-16 15:49:13 +02:00 |
|
Alexander Tokmakov
|
387b69caea
|
fix race condition
|
2022-08-16 14:03:31 +02:00 |
|
Alexander Tokmakov
|
d4fb75c8db
|
Revert "fix race with check thread"
This reverts commit 45284108ba .
|
2022-08-16 12:49:17 +02:00 |
|
Antonio Andelic
|
b33f3a4e16
|
Extract common KV storage logic
|
2022-08-16 09:32:01 +00:00 |
|
kssenii
|
eb26b219b9
|
Merge master
|
2022-08-16 00:56:27 +02:00 |
|
Igor Nikonov
|
7a9bdbe81a
|
Merge remote-tracking branch 'origin/master' into skipping_sorting_step
|
2022-08-15 20:59:37 +00:00 |
|