Vladimir C
|
1b44cb5c97
|
Merge pull request #39974 from ClickHouse/vdimir/setting-num-with-auto
Add setting type to support special 'auto' value
|
2022-08-11 14:25:10 +02:00 |
|
Vladimir C
|
261ccc35cf
|
Rename SettingAutoWrapper, add comment to readBinary
Co-authored-by: Azat Khuzhin <a3at.mail@gmail.com>
Co-authored-by: Maksim Kita <maksim@clickhouse.com>
|
2022-08-11 12:18:44 +02:00 |
|
vdimir
|
ae1db8386b
|
Change type of insert_quorum to UInt64WithAuto
|
2022-08-09 17:14:02 +00:00 |
|
Kruglov Pavel
|
088e8cf9bd
|
Merge branch 'master' into numbers-schema-inference
|
2022-08-09 14:00:36 +02:00 |
|
Kruglov Pavel
|
6b2186bfeb
|
Merge branch 'master' into numbers-schema-inference
|
2022-08-02 19:34:53 +02:00 |
|
Alexander Tokmakov
|
5050e0aca5
|
Revert "Limit number of analyze for one query"
|
2022-08-02 12:48:31 +03:00 |
|
Nikolai Kochetov
|
22fbfe19a4
|
Merge branch 'master' into use-dag-in-key-condition
|
2022-07-31 21:54:12 +02:00 |
|
Alexey Milovidov
|
ccef227494
|
Merge pull request #38185 from vdimir/analyze_stuck
Limit number of analyze for one query
|
2022-07-31 22:53:09 +03:00 |
|
Alexey Milovidov
|
1e974b55ea
|
Merge branch 'master' into analyze_stuck
|
2022-07-30 04:56:21 +03:00 |
|
Maksim Kita
|
8fc6bad4f4
|
Join enums refactoring
|
2022-07-29 18:35:05 +02:00 |
|
Nikolai Kochetov
|
59a11b32ad
|
Merge branch 'master' into use-dag-in-key-condition
|
2022-07-29 17:01:33 +02:00 |
|
Alexander Gololobov
|
a64aa00869
|
Merge pull request #37893 from zhangjmruc/feature/sql-standard-delete
Support SQL standard "delete from ... where ..." syntax and lightweight implementation on merge tree tables
|
2022-07-26 23:39:07 +02:00 |
|
Kruglov Pavel
|
c362551642
|
Merge pull request #39357 from Avogar/fix-protobuf-capnp-empty-message
Fix schema inference in case of empty messages in Protobuf/CapnProto formats
|
2022-07-26 12:33:28 +02:00 |
|
Kruglov Pavel
|
53159db782
|
Merge branch 'master' into numbers-schema-inference
|
2022-07-26 12:32:49 +02:00 |
|
Vladimir C
|
3bd5ca9b6a
|
Merge pull request #39271 from vdimir/join-alg-setting
Cleanup logic around join_algorithm setting, add docs
|
2022-07-26 11:00:22 +02:00 |
|
Nikolai Kochetov
|
b70be40804
|
Merge branch 'master' into use-dag-in-key-condition
|
2022-07-25 14:30:22 +02:00 |
|
Kruglov Pavel
|
83c7da6e88
|
Merge branch 'master' into fix-protobuf-capnp-empty-message
|
2022-07-25 13:02:41 +02:00 |
|
Kruglov Pavel
|
dd8667d3f9
|
Update settings description
|
2022-07-25 13:02:25 +02:00 |
|
Alexander Gololobov
|
460950ecdc
|
Merge branch 'master' into feature/sql-standard-delete
|
2022-07-24 21:27:22 +02:00 |
|
Alexander Gololobov
|
594195451e
|
Cleanups
|
2022-07-24 12:21:18 +02:00 |
|
Ilya Yatsishin
|
196fe5a269
|
Merge branch 'master' into exact-rows-before-limit
|
2022-07-22 12:34:30 +02:00 |
|
avogar
|
794aa691bc
|
Merge branch 'master' of github.com:ClickHouse/ClickHouse into fix-protobuf-capnp-empty-message
|
2022-07-21 17:04:37 +00:00 |
|
avogar
|
fd534aa3fa
|
wqMerge branch 'master' of github.com:ClickHouse/ClickHouse into numbers-schema-inference
|
2022-07-21 15:43:17 +00:00 |
|
vdimir
|
96bcae419c
|
Cleanup logic around join_algorithm setting
|
2022-07-21 14:53:39 +00:00 |
|
Kruglov Pavel
|
64a189249f
|
Merge pull request #39423 from ClickHouse/Avogar-patch-1
Disable format_csv_allow_single_quotes by default
|
2022-07-21 13:36:45 +02:00 |
|
Alexander Gololobov
|
1ea9f143ff
|
Leave only _row_exists-based implementation of lightweight delete
|
2022-07-21 11:26:13 +02:00 |
|
Vladimir C
|
9bd777ad76
|
Merge pull request #39443 from vdimir/cross_to_inner_join_rewrite_1
Set default value cross_to_inner_join_rewrite = 1
|
2022-07-21 09:30:55 +02:00 |
|
vdimir
|
43a0129425
|
Set default value cross_to_inner_join_rewrite = 1
|
2022-07-21 08:43:38 +02:00 |
|
Alexey Milovidov
|
41045ba704
|
Update Settings.h
|
2022-07-21 06:42:51 +03:00 |
|
Nikolai Kochetov
|
91aa2385ca
|
Merge branch 'master' into additional-filters
|
2022-07-20 18:56:24 +02:00 |
|
Kruglov Pavel
|
eb4dcdb6a0
|
Disable format_csv_allow_single_quotes by default
|
2022-07-20 17:47:47 +02:00 |
|
Kruglov Pavel
|
0efed4644d
|
Merge pull request #38957 from Avogar/compatibility-setting
Add compatibility setting and system.settings_changes system table
|
2022-07-20 17:46:06 +02:00 |
|
Nikolai Kochetov
|
4e8cd70b1d
|
Merge branch 'master' into use-dag-in-key-condition
|
2022-07-20 17:38:33 +02:00 |
|
Dmitry Novik
|
a09422de7b
|
Merge pull request #38642 from ClickHouse/group-by-use-nulls
Add group_by_use_nulls setting
|
2022-07-20 14:42:42 +02:00 |
|
Kruglov Pavel
|
46da17ca8c
|
Merge branch 'master' into numbers-schema-inference
|
2022-07-20 13:32:39 +02:00 |
|
avogar
|
784ee11594
|
Add settings to skip fields with unsupported types in Protobuf/CapnProto schema inference
|
2022-07-20 11:16:25 +00:00 |
|
Nikolai Kochetov
|
eaeb30a71a
|
Merge branch 'master' into use-dag-in-key-condition
|
2022-07-19 18:39:52 +02:00 |
|
vdimir
|
10e4ef135d
|
Set default value cross_to_inner_join_rewrite = 2 for comma join
|
2022-07-19 18:33:54 +02:00 |
|
Dmitry Novik
|
50989bdb68
|
Merge branch 'master' into group-by-use-nulls
|
2022-07-19 14:58:01 +02:00 |
|
Alexander Gololobov
|
f324ca9921
|
Cleanups
|
2022-07-18 20:07:22 +02:00 |
|
Alexander Gololobov
|
9de72d995a
|
POC lightweight delete using __row_exists virtual column and prewhere-like filtering
|
2022-07-18 20:06:42 +02:00 |
|
Kruglov Pavel
|
81bbc3ef1a
|
Turn on new settings by default
|
2022-07-18 16:10:25 +02:00 |
|
avogar
|
80b5bc5236
|
Add system table settings_changes
|
2022-07-18 13:19:41 +00:00 |
|
Kruglov Pavel
|
559d507f5a
|
Merge branch 'master' into compatibility-setting
|
2022-07-15 21:11:05 +02:00 |
|
jianmei zhang
|
780cdfb8f0
|
Code changes based on review opinions. Make ordinary single alter delete lightwight by default
|
2022-07-15 12:32:42 +08:00 |
|
avogar
|
83638e34a7
|
Add docs
|
2022-07-14 12:13:35 +00:00 |
|
avogar
|
51fab31f92
|
Add comments and description
|
2022-07-14 12:07:32 +00:00 |
|
Sergei Trifonov
|
8a693469f0
|
Merge branch 'master' into remote-io-bandwidth-limits
|
2022-07-14 12:38:35 +02:00 |
|
Ilya Yatsishin
|
5c8b9e4a14
|
Merge pull request #39170 from qoega/otel-trace-processors-setting
Add setting opentelemetry_trace_processors
|
2022-07-14 11:27:05 +02:00 |
|
avogar
|
7cde9d3b40
|
Add new features in schema inference
|
2022-07-13 15:57:55 +00:00 |
|