Nikolai Kochetov
f06bdc85eb
Merge pull request #48226 from ClickHouse/rename-setting-stop_reading_on_first_cancel
...
Rename setting stop_reading_on_first_cancel
2023-03-30 18:03:23 +02:00
filimonov
fbb22348ea
Refactor reading the pool setting & from server config. ( #48055 )
...
After #36425 there was a lot of confusions/problems with configuring pools - when the message was confusing, and settings need to be ajusted in several places.
See some examples in #44251 , #43351 , #47900 , #46515 .
The commit includes the following changes:
1) Introduced a unified mechanism for reading pool sizes from the configuration file(s). Previously, pool sizes were read from the Context.cpp with fallbacks to profiles, whereas main_config_reloader in Server.cpp read them directly without fallbacks.
2) Corrected the data type for background_merges_mutations_concurrency_ratio. It should be float instead of int.
3) Refactored the default values for settings. Previously, they were defined in multiple places throughout the codebase, but they are now defined in one place (or two, to be exact: Settings.h and ServerSettings.h).
4) Improved documentation, including the correct message in system.settings.
Additionally make the code more conform with #46550 .
2023-03-30 16:44:11 +02:00
Nikolai Kochetov
f870e6f7a9
Rename setting stop_reading_on_first_cancel to partial_result_on_first_cancel.
2023-03-30 14:00:44 +00:00
alexX512
dc1a6884ca
Add documentation for a setting stop_reading_on_first_cancel
2023-03-15 14:49:24 +00:00
Jus
df4abf4d87
add settings
...
add settings
2023-02-16 20:53:51 +04:00
Antonio Andelic
a58653820e
Update docs
2023-02-03 18:19:12 +00:00
AVMusorin
5f8658b2d6
docs: added optimize_skip_merged_partitions setting
2023-01-24 14:56:39 +01:00
Ivan Blinkov
61c2f23713
Remove leftover empty lines at the end of markdown files
2023-01-09 15:15:18 +01:00
Nikolay Degterinsky
81971acf35
Fix docs
2022-11-16 02:40:51 +00:00
Alexey Milovidov
9bf5fe728b
Merge pull request #42173 from ClickHouse/remove-temporary-live-view
...
Remove TEMPORARY LIVE VIEW
2022-10-08 19:05:33 +03:00
Alexey Milovidov
b9159db82f
Remove temporary live views
2022-10-08 00:16:36 +02:00
Robert Schulze
e759a64d38
Docs: Redirect links to misc.md
...
--> https://clickhouse.com/docs/en/sql-reference/statements/misc
This page indexes a bunch of SQL statements but they are easily
reachable by the sidebar already.
2022-10-07 13:22:40 +00:00
Roman Vasin
a551e8d950
Fix example in documentation
2022-09-28 13:00:52 +00:00
Roman Vasin
109c5ee1a1
Update docs for DateTime64 return types.
2022-09-28 12:49:58 +00:00
Roman Vasin
d82cd7b007
Add many cosmetic changes to C++ code and MD docs
2022-09-16 09:37:30 +00:00
Roman Vasin
3ce66eab83
Correct all needed MD files
2022-09-15 13:28:11 +00:00
Roman Vasin
563449779c
Replace enable_date32_results by enable_extended_results_for_datetime_functions
2022-09-15 12:48:09 +00:00
Roman Vasin
bc2c2130fc
Add documentation for enable_date32_results option
2022-09-12 09:09:01 +00:00
Denny Crane
29e7414697
Update merge-tree-settings.md
2022-08-29 15:25:46 -03:00
DanRoscigno
71891938ae
replace symlinks with includes
2022-08-28 14:08:07 -04:00
DanRoscigno
726d3c0739
add slugs to all docs
2022-08-26 13:37:11 -04:00
Denny Crane
fa718ffc6e
Update settings.md
2022-08-17 09:40:01 -03:00
Denny Crane
813438a29d
Update settings.md
2022-07-25 14:48:53 -03:00
Denny Crane
60265c4bb9
Update settings.md
2022-07-24 21:06:45 -03:00
Alexander Gololobov
e9db3465e3
Fixed typos
2022-05-18 13:01:32 +02:00
Nikolai Kochetov
5807ca47b0
Merge pull request #36425 from ClickHouse/pool-size-hot-reload
...
Allow to increase number of threads and tasks for background executors
2022-04-29 17:24:12 +02:00
rfraposa
e7b7b7ecd3
Various docs fixes
2022-04-29 05:33:51 -06:00
Nikita Mikhaylov
aaa7112405
Even better
2022-04-22 13:56:16 +00:00
Nikita Mikhaylov
e475849761
Style and Docs update
2022-04-22 13:56:16 +00:00
rfraposa
1afe4300e8
Fixed broken links
2022-04-11 09:55:54 -06:00
rfraposa
5250d9ad11
Removed /ja folder, cleaned up /ru markdown
2022-04-09 07:29:05 -06:00
Maksim Kita
65b3434ac6
Update settings.md
2022-02-15 20:46:21 +01:00
Denny Crane
8e49da6fce
Update settings.md
2022-02-15 15:22:14 -04:00
Denny Crane
54ac1f752f
Update settings.md
2022-02-15 14:54:38 -04:00
Denny Crane
ae5d8ede97
Update settings.md
2022-02-15 14:51:21 -04:00
Denny Crane
7beff9048c
Update settings.md
2022-02-11 16:50:53 -04:00
alesapin
9e83e5f7f4
Merge pull request #33121 from karnevil13/karnevil-DOCSUP-20367
...
DOCSUP-20367: Edit and translate to Russian (insert_quorum_parallel)
2021-12-29 13:31:36 +03:00
alesapin
396cbbd6b7
Update docs/ru/operations/settings/settings.md
2021-12-29 12:57:08 +03:00
alesapin
475fdb7beb
Update docs/ru/operations/settings/settings.md
2021-12-29 12:56:46 +03:00
alesapin
28835757f9
Update docs/ru/operations/settings/settings.md
2021-12-29 12:56:32 +03:00
Vladimir C
11ad2b0fca
Merge pull request #32924 from ka1bi4/romanzhukov-DOCSUP-17856-cread-remotefs
2021-12-27 11:50:46 +03:00
karnevil13
e35a91eb11
Update docs/ru/operations/settings/settings.md
...
Co-authored-by: gyuton <40863448+gyuton@users.noreply.github.com>
2021-12-27 00:52:08 +03:00
Roman Bug
2ce3c6c91d
Update RU translation.
2021-12-25 14:52:15 +03:00
karnevil13
c5a22e6799
Merge branch 'master' into karnevil-DOCSUP-20367
2021-12-24 02:57:28 +03:00
karnevil13
c6f6630627
insert_quorum_parallel-EdTranRus
2021-12-24 02:28:39 +03:00
romanzhukov
cf4d41cf79
Update settings.md
2021-12-18 17:52:44 +03:00
romanzhukov
fce807b249
DOCSUP-17856: [CLICKHOUSEDOCS] Document the merge_tree_min_rows_for_concurrent_read_for_remote_filesystem and merge_tree_min_bytes_for_concurrent_read_for_remote_filesystem setting
2021-12-17 23:09:26 +03:00
andrc1901
43a3d927f6
Update docs/ru/operations/settings/settings.md
...
Co-authored-by: olgarev <56617294+olgarev@users.noreply.github.com>
2021-12-13 21:23:22 +03:00
andrc1901
b928c551c6
Update docs/ru/operations/settings/settings.md
...
Co-authored-by: olgarev <56617294+olgarev@users.noreply.github.com>
2021-12-13 21:23:11 +03:00
andrc1901
d3e5b97ac9
Update docs/ru/operations/settings/settings.md
...
Co-authored-by: olgarev <56617294+olgarev@users.noreply.github.com>
2021-12-13 21:22:03 +03:00