Kruglov Pavel
b83b057045
Merge branch 'master' into renamefile
2023-06-06 19:38:05 +02:00
Alexey Gerasimchuk
9958731c27
Merge branch 'master' into ADQM-830
2023-06-05 07:46:47 +10:00
Victor Krasnov
9a8086a377
Reorder toLastDayOf* functions in settings.md
2023-05-29 22:12:44 +00:00
Victor Krasnov
0ad5b9f598
Merge branch 'master' of github.com:ClickHouse/ClickHouse into ADQM-810-dev
2023-05-29 08:26:26 +00:00
alekseygolub
36e8f13242
Added docs for feature
2023-05-25 20:10:02 +00:00
Alexey Gerasimchuck
4eb944fef1
minor changes in documentation
2023-05-25 08:05:11 +00:00
Alexey Gerasimchuck
75791d7a63
Added input_format_csv_trim_whitespaces parameter
2023-05-25 07:51:32 +00:00
Victor Krasnov
99a7967f11
Amend the dicumentation with regard to toLastDayOfWeek
2023-05-24 11:58:39 +00:00
Alexey Milovidov
f5506210d6
Geo types are production ready
2023-05-19 12:43:55 +02:00
Vitaly Baranov
ec011b9113
Merge branch 'master' into user-grants-from-config
2023-05-11 17:08:06 +02:00
Alexey Milovidov
8a6e07f0ea
Make projections production-ready
2023-05-10 03:35:13 +02:00
pufit
e1fa147e51
docs
2023-05-05 22:57:48 -04:00
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