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
zvonand
f459ac5517
resolve ambiguity by adding a section to docs
2023-05-20 01:38:35 +02:00
zvonand
7dccb51bc0
fix conflict and update
2023-05-19 23:40:51 +02:00
Alexey Milovidov
f5506210d6
Geo types are production ready
2023-05-19 12:43:55 +02:00
zvonand
c3af36915f
fixed docs 2
2023-05-12 01:29:34 +02:00
zvonand
60b69601e9
update docs
2023-05-12 00:27:11 +02:00
Vitaly Baranov
ec011b9113
Merge branch 'master' into user-grants-from-config
2023-05-11 17:08:06 +02:00
zvonand
ecd0b4cc06
update settings from master
2023-05-11 00:37:58 +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
zvonand
b281ceacbb
Update docs/ru/operations/settings/settings.md
2023-04-19 14:47:57 +02:00
zvonand
daae5025e8
small updates due to review
2023-04-19 14:45:51 +02:00
zvonand
22be85d976
renamed setting
2023-04-18 02:42:30 +02:00
zvonand
2a9f28b73b
resolve
2023-04-12 12:54:39 +02: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
zvonand
a9d0f7e7db
Added docs for new serverTimeZone function
...
Updated tests and docs
2023-02-23 19:14:49 +01:00
zvonand
393830ecdc
add docs + tiny cleanup
2023-02-22 16:30:46 +01: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
andrc1901
7117e2c489
Update docs/ru/operations/settings/settings.md
...
Co-authored-by: olgarev <56617294+olgarev@users.noreply.github.com>
2021-12-13 21:21:41 +03:00
Andrei Ch
8b7eeea162
parsing enums in TSV/CSV
2021-12-11 23:09:06 +03:00
Denny Crane
e90f047ba0
Doc. merge_tree_clear_old_temporary_directories_interval_seconds merge_tree_clear_old_parts_interval_seconds were moved to merge_tree settings
2021-12-08 11:06:10 -04:00
romanzhukov
c3a7858a63
Fix comments
2021-12-06 16:22:15 +03:00
romanzhukov
715a25d4f4
Update query_log settings
...
Update query_views_log.md
Update query_views_log
Minor fixes
2021-12-05 21:16:29 +03:00
Denny Crane
4065e67f33
Update settings.md
2021-12-01 11:51:09 -04:00
Denny Crane
1ac0189ed6
Merge branch 'master' into Docs/alter-partition-verbose-result
2021-11-30 17:35:47 -04:00
Dmitriy
2dd24a887c
Fix by comments
...
Поправил согласно комментариям разработчика.
2021-11-29 22:16:53 +03:00
Dmitriy
c7cd80dd6c
Translate to Russian
...
Выполнил перевод на русский язык.
2021-11-26 20:25:45 +03:00
Dmitriy
0f6d69fb0f
Merge remote-tracking branch 'remotes/clickhouse/master' into sevirov-DOCSUP-16819-add_capnproto_output_format
2021-11-22 20:31:27 +03:00
Maksim Kita
674b061522
Merge pull request #31200 from sevirov/sevirov-DOCSUP-17240-document_the_server_settings
...
DOCSUP-17240: Document the server settings
2021-11-22 02:19:48 +03:00
Dmitriy
6dd3bbbc2e
Add the link
...
Добавил ссылку.
2021-11-20 15:17:48 +03:00
Dmitriy
6c58e7ad7b
Translate to Russian
2021-11-19 20:31:34 +03:00
sevirov
eccb40da1e
Update docs/ru/operations/settings/settings.md
...
Co-authored-by: gyuton <40863448+gyuton@users.noreply.github.com>
2021-11-15 22:52:48 +03:00
Vladimir C
20e7a2ff99
Merge pull request #31101 from lehasm/alexey-sm-DOCSUP-14785-document-detach_not_byte_identical_parts
2021-11-15 09:53:57 +03:00
Vladimir C
324344430f
Update docs/ru/operations/settings/merge-tree-settings.md
2021-11-15 09:53:46 +03:00
Dmitriy
e30b0339c7
Translate to Russian
...
Выполнил перевод на русский язык.
2021-11-13 23:14:02 +03:00
alesapin
699e3d8c26
Update settings.md
2021-11-11 17:47:31 +03:00
alesapin
6babfa5888
Update docs/ru/operations/settings/settings.md
2021-11-11 10:39:41 +03:00
Denny Crane
185601690e
docs. alter-partition-verbose-result
2021-11-10 16:33:34 -04:00
Alexey
7e41e1d777
reworked en and ru
2021-11-09 19:37:36 +00:00
Denny Crane
14518f40f9
Update settings.md
2021-11-09 14:39:30 -04:00
Denny Crane
4cec9eb061
Update settings.md
2021-11-09 14:37:45 -04:00
Kseniia Sumarokova
84fa800e97
Merge pull request #31059 from sevirov/sevirov-DOCSUP-14087-document_the_log_formatted_queries_setting
...
DOCSUP-14087: Document the log_formatted_queries setting
2021-11-08 09:13:36 +03:00
Dmitriy
6f2d7e542a
Fix by comments
...
Поправил согласно комментариям в PR.
2021-11-06 11:07:41 +03:00
Alexey
829712db58
ru variant
2021-11-05 18:23:16 +00:00
Dmitriy
5481d3f144
Translate to Russian
...
Выполнил перевод на русский язык.
2021-11-03 21:28:36 +03:00
Dmitriy
0348769c33
Merge remote-tracking branch 'remotes/clickhouse/master' into sevirov-DOCSUP-12425-document_the_min_bytes_to_rebalance_partition_over_jbod_setting
2021-11-02 20:01:10 +03:00
Dmitriy
3b501ffb3e
Translate to Russian
...
Выполнил перевод на русский язык.
2021-11-01 20:15:46 +03:00
Maksim Kita
6fd07f3483
Merge pull request #30860 from olgarev/revolg-DOCSUP-11549-compile_aggregate_expressions-and-min_count_to_compile_aggregate_expression-settings
...
DOCSUP-11549: Document the compile_aggregate_expressions and min_count_to_compile_aggregate_expression settings
2021-11-01 14:15:16 +03:00