Commit Graph

4349 Commits

Author SHA1 Message Date
Alexey Milovidov
435a8cb5ce
Merge branch 'master' into mve 2024-10-11 18:14:23 +08:00
vdimir
9876841c64
Merge pull request #70520 from ClickHouse/vdimir/max_parts_to_move
Add setting max_parts_to_move
2024-10-10 16:33:14 +00:00
vdimir
9d2dff24d1
settings.md alphabetical 2024-10-10 14:19:35 +02:00
Michael Kolupaev
615110913b Refreshable materialized views are not experimental anymore 2024-10-10 07:36:23 +00:00
vdimir
35e6a6081f
Add setting max_parts_to_move
Signed-off-by: vdimir <vdimir@clickhouse.com>
2024-10-09 13:42:33 +00:00
Pavel Kruglov
82aeaac984
Merge branch 'master' into native-json-as-string 2024-10-09 12:40:33 +08:00
Pavel Kruglov
26f9aec1a5
Merge pull request #70288 from Avogar/json-as-string-row-binary
Allow to read/write JSON type as binary string in RowBinary format
2024-10-09 03:15:38 +00:00
singhksandeep25
3a41316977 changed username 2024-10-09 02:21:52 +05:30
singhksandeep25
6ad3cf433f added example on how to set this setting for a user 2024-10-09 02:19:01 +05:30
kylhuk
97b596123d fix: fixed filename reference in documentation 2024-10-07 23:19:47 +02:00
Pavel Kruglov
addd648393
Update settings-formats.md 2024-10-07 12:32:10 +08:00
Pavel Kruglov
7345fb593c
Update settings-formats.md 2024-10-07 12:31:47 +08:00
Pavel Kruglov
291cd824cd
Merge branch 'master' into json-as-string-row-binary 2024-10-07 06:29:51 +02:00
Pavel Kruglov
4ee78ee4f4
Merge branch 'master' into native-json-as-string 2024-10-07 06:06:57 +02:00
Alexey Milovidov
d87fcab2fb Fix typos 2024-10-06 11:33:59 +08:00
Alexey Milovidov
8c881049b5 Fix typos 2024-10-06 11:14:51 +08:00
Alexey Milovidov
f657f1e0b4 Fix typos 2024-10-06 11:13:43 +08:00
Alexey Milovidov
c71e20146f Step 2: synchronize docs with the source 2024-10-06 11:12:59 +08:00
Michael Kolupaev
97923069e5
Merge pull request #60669 from ClickHouse/mvrere
Refreshable MV: DatabaseReplicated support, coordination among replicas
2024-10-05 18:46:46 +00:00
Alexey Milovidov
35b081acab Merge branch 'master' into sync-settings 2024-10-05 15:48:33 +08:00
Pavel Kruglov
a4cd3b326a
Merge branch 'master' into native-json-as-string 2024-10-04 14:14:39 +02:00
avogar
7f32eb6b17 Fix tests, add docs and ramdomize new setting 2024-10-03 20:12:46 +00:00
jsc0218
6f3cf49229 add test and change doc 2024-10-03 17:44:35 +00:00
Alexey Milovidov
1a5c05330d Synchronize settings with private 2024-10-03 15:01:18 +02:00
Pavel Kruglov
f0194a7fde
Merge branch 'master' into json-as-string-row-binary 2024-10-03 00:02:31 +02:00
avogar
4fc9750ac7 Add docs, update settings changes history 2024-10-02 19:59:04 +00:00
Michael Kolupaev
1df357aab0 Merge remote-tracking branch 'origin/master' into mvrere 2024-10-02 16:57:22 +00:00
Yarik Briukhovetskyi
3198aafac5
Merge pull request #69755 from marco-vb/marco-vb/setting-stop-insert-on-full-disk
Add user-level settings min_free_diskspace_bytes_to_throw_insert and min_free_diskspace_ratio_to_throw_insert
2024-10-02 14:06:02 +00:00
Raúl Marín
fedc26c4c5
Merge pull request #70254 from ClickHouse/docs-async-insert
[Docs] Correct async_insert_use_adaptive_busy_timeout
2024-10-02 10:09:43 +00:00
Yarik Briukhovetskyi
b0c19141e0
Merge branch 'master' into marco-vb/setting-stop-insert-on-full-disk 2024-10-02 11:40:37 +02:00
Justin de Guzman
dadbb0a8ac
[Docs] Correct async_insert_use_adaptive_busy_timeout 2024-10-01 22:14:32 -07:00
Michael Kolupaev
f13dee5901 Merge remote-tracking branch 'origin/master' into HEAD 2024-09-30 18:01:32 +00:00
marco-vb
4530957603 Address requested changes, improve documentation and fix code-style. 2024-09-30 14:35:16 +01:00
Yarik Briukhovetskyi
61ef8c6740
Merge branch 'master' into marco-vb/setting-stop-insert-on-full-disk 2024-09-30 13:45:56 +02:00
Tuan Pham Anh
d2b596409d Merge branch 'master' into add-enable-secure-identifiers-setting 2024-09-30 07:02:44 +00:00
Tuan Pham Anh
09a4173a33 Merge branch 'master' into add-identifier-quoting-rule 2024-09-27 13:02:49 +00:00
Tuan Pham Anh
d08133dc53 1) Update the doc. 2) Update logic for IdentifierQuotingRule::UserDisplay 2024-09-27 00:40:16 +00:00
Alexey Milovidov
ccdbfbd2b6
Merge pull request #69925 from matsumotomiki/use_skip_indexes_if_final
Add an explanation for use_skip_indexes_if_final in the settings docs
2024-09-26 06:35:24 +00:00
Marco Vilas Boas
914db0aa04
Merge branch 'master' into marco-vb/setting-stop-insert-on-full-disk 2024-09-25 18:42:42 +01:00
Nikita Mikhaylov
32fa2415ba Parallel replicas is Beta 2024-09-25 10:47:56 +00:00
Alexey Milovidov
a05c72c9a5 Parallel replicas feature is Beta 2024-09-25 10:47:56 +00:00
Miki Matsumoto
bdf3202194 Add an explanation for use_skip_indexes_if_final in the settings docs 2024-09-25 18:42:39 +09:00
tuanpach
c2d9951230
Merge branch 'master' into add-identifier-quoting-rule 2024-09-25 13:56:43 +08:00
Yarik Briukhovetskyi
f52983aef9
Merge branch 'master' into marco-vb/setting-stop-insert-on-full-disk 2024-09-24 18:28:31 +02:00
Tuan Pham Anh
0a71befde4 Update IdentifierQuotingRule description 2024-09-24 07:01:34 +00:00
Tuan Pham Anh
49276e999e Merge branch 'master' into add-identifier-quoting-rule 2024-09-24 02:53:55 +00:00
marco-vb
d91a419e7c Addressing requested changes on review. 2024-09-23 14:55:06 +00:00
Marco Vilas Boas
5dbfa260d2
Merge branch 'ClickHouse:master' into marco-vb/setting-stop-insert-on-full-disk 2024-09-23 09:36:11 +01:00
vdimir
4c9c9015f8
Revert "Revert "Merge pull request #63279 from allmazz/mongodb_refactoring""
This reverts commit 2ae9c9ac16.
2024-09-23 07:06:58 +00:00
Tuan Pham Anh
84151122a0 Fix compilation after merging and update document 2024-09-23 03:13:00 +00:00