Commit Graph

164 Commits

Author SHA1 Message Date
grantovsky
52480fe092
Update replacingmergetree.md remove simultaneously word
correct: remove simultaneously word of using FINAL CLEANUP and  clean_deleted_rows
2023-10-13 15:36:34 +03:00
grantovsky
8b7e6adc38
Update replacingmergetree.md cleanup+clean_deleted_rows warning
Добавил формулировку, что CLEANUP + clean_deleted_rows=always - не следует использовать
2023-10-13 15:03:36 +03:00
grantovsky
4bf3c4156e
Update Russian version replacingmergetree.md. dded is_deleted parameter description
Added is_deleted parameter description for russian documentaion version
2023-10-13 12:07:25 +03:00
kssenii
beb9a75a68 A few more 2023-09-11 12:40:25 +02:00
Nikolay Degterinsky
2db239d6ad Make docs better 2023-09-05 12:43:53 +00:00
Alexey Milovidov
8a6e07f0ea Make projections production-ready 2023-05-10 03:35:13 +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
rfraposa
ac5ed141d8 New nav - reverting the revert 2023-03-17 21:45:43 -05:00
Alexander Tokmakov
ec44c8293a
Revert "New navigation" 2023-03-17 21:21:11 +03:00
rfraposa
05786fe897 Trailing slashes 2023-03-16 21:31:11 -05:00
rfraposa
60fb9973d7 trailing slash fixes 2023-03-16 16:43:01 -05:00
Dmitry
330aa8c353
Typo fixed at the page /docs/ru/engines/table-engines/mergetree-family/mergetree.md 2023-03-07 14:49:21 +04:00
Dmitry
dfb3feb686
Typo at the page /docs/ru/engines/table-engines/mergetree-family/collapsingmergetree.md 2023-03-03 16:48:09 +04:00
Ivan Blinkov
61c2f23713 Remove leftover empty lines at the end of markdown files 2023-01-09 15:15:18 +01:00
Bo Lu
5d1886994f fix table ttl doc example 2022-12-28 15:45:05 +11:00
Nikolay Degterinsky
0245df6a82 Fix docs 2022-10-27 10:41:45 +00:00
DanRoscigno
726d3c0739 add slugs to all docs 2022-08-26 13:37:11 -04:00
Denny Crane
2929632058
Update docs/ru/engines/table-engines/mergetree-family/replacingmergetree.md
Co-authored-by: Nikita Mikhaylov <mikhaylovnikitka@gmail.com>
2022-08-18 23:58:54 -03:00
Denny Crane
8bf8dc628c
Update replacingmergetree.md 2022-08-18 16:34:14 -03:00
Rich Raposa
9f85d85e08
The admonitions were missing section endings (#40073) 2022-08-10 21:08:40 +02:00
Vladimir Goncharov
189de392fd
Update mergetree.md
Functions hasAny and hasAll also can use a Bloom filter.
2022-07-13 19:20:32 +03:00
Denny Crane
9822f55c5b
Update replacingmergetree.md 2022-06-07 23:26:54 -03:00
Sergey Tulentsev
f3195e10d0 use html entities for < / > in markdown tables 2022-04-21 13:40:25 +01:00
Mikhail f. Shiryaev
7925d925a9
Merge branch 'master' into docs-staging 2022-04-19 11:00:03 +02:00
ifinik
b79d84acf2
опечатка
https://www.google.com/search?q=%D0%BF%D0%BE%D0%BC%D0%B5%D1%89%D0%B0%D0%B5%D1%81%D1%8F+site%3Agithub.com&biw=1920&bih=969&ei=0NZZYv-UEOrhrgS76YvoDw&ved=0ahUKEwj_vK2w9Zb3AhXqsIsKHbv0Av0Q4dUDCA4&uact=5&oq=%D0%BF%D0%BE%D0%BC%D0%B5%D1%89%D0%B0%D0%B5%D1%81%D1%8F+site%3Agithub.com&gs_lcp=Cgdnd3Mtd2l6EANKBAhBGAFKBAhGGABQthhYwxtg7S1oAnAAeACAAUOIAXKSAQEymAEAoAEBwAEB&sclient=gws-wiz
2022-04-15 23:39:21 +03:00
rfraposa
d9e6f780db Fixed broken links 2022-04-10 23:01:34 -06:00
rfraposa
5250d9ad11 Removed /ja folder, cleaned up /ru markdown 2022-04-09 07:29:05 -06:00
Denny Crane
767c88689d
Update mergetree.md 2022-03-31 15:42:50 -03:00
Denny Crane
e53773d7c5
Update mergetree.md 2022-03-31 15:32:40 -03:00
Denny Crane
1dc0d9da8d
Update custom-partitioning-key.md 2022-03-10 17:30:50 -04:00
Denny Crane
14f3a11c01
Update mergetree.md 2022-02-11 14:38:11 -04:00
Mikhail f. Shiryaev
646495fc32
Reword some sentences to simplify before translation 2022-01-31 14:14:51 +01:00
Mikhail f. Shiryaev
73c079f93c
Fix formatting for a list 2022-01-31 12:58:17 +01:00
Michail Safronov
7695a04df6
Update docs/ru/engines/table-engines/mergetree-family/graphitemergetree.md #3 2022-01-31 16:19:52 +05:00
Safronov Michail
4d11df5f97 Update docs/ru/engines/table-engines/mergetree-family/graphitemergetree.md #2 2022-01-19 17:21:46 +05:00
Michail Safronov
8683747178
Update docs/ru/engines/table-engines/mergetree-family/graphitemergetree.md
Co-authored-by: Mikhail f. Shiryaev <mr.felixoid@gmail.com>
2022-01-16 23:37:34 +05:00
msaf1980
29fb8a51f9 graphite: update graphitemergetree.md (RU) 2022-01-14 17:45:46 +00:00
jus1096
3fa846b944
Fix link Manipulating Partitions and Parts
Correct link Manipulating Partitions and Parts
2021-11-17 12:47:01 +03:00
Nikolay Degterinsky
50e004d45a
Merge pull request #31453 from jus1096/patch-3
Fix link to AggregateFunction
2021-11-16 17:38:13 +03:00
jus1096
bd093c54d1
FIx link to sumMap function
FIx link to sumMap function
2021-11-16 16:21:45 +03:00
jus1096
b3714362a8
Fix link to AggregateFunction
Corrected link to AggregateFunction
2021-11-16 16:17:52 +03:00
Dmitriy
3b501ffb3e Translate to Russian
Выполнил перевод на русский язык.
2021-11-01 20:15:46 +03:00
michon470
3c8e963420
DOCSUP-15198: output_format_csv_null_representation setting translation (#29977)
* Перевод без изменений содержания

* в ру-версию добавлены ngrambf_v1 и tokenbf_v1

* Update mergetree.md

* Update docs/ru/operations/settings/settings.md

Co-authored-by: olgarev <56617294+olgarev@users.noreply.github.com>

* Update docs/ru/operations/settings/settings.md

Co-authored-by: olgarev <56617294+olgarev@users.noreply.github.com>

* Update docs/ru/operations/settings/settings.md

Co-authored-by: olgarev <56617294+olgarev@users.noreply.github.com>

* Update docs/ru/operations/settings/settings.md

Co-authored-by: olgarev <56617294+olgarev@users.noreply.github.com>

* Update docs/ru/operations/settings/settings.md

Co-authored-by: olgarev <56617294+olgarev@users.noreply.github.com>

* Update docs/ru/engines/table-engines/mergetree-family/mergetree.md

Co-authored-by: olgarev <56617294+olgarev@users.noreply.github.com>

* Update docs/ru/engines/table-engines/mergetree-family/mergetree.md

Co-authored-by: olgarev <56617294+olgarev@users.noreply.github.com>

* Update docs/ru/engines/table-engines/mergetree-family/mergetree.md

Co-authored-by: olgarev <56617294+olgarev@users.noreply.github.com>

* Corrections and translation

* in EN ver. lines 349-351 were included into the codeblock -- moved them to the proper place
* ...

Co-authored-by: olgarev <56617294+olgarev@users.noreply.github.com>
2021-10-18 15:40:26 +03:00
Denny Crane
fb83d2ddd5
Update mergetree.md 2021-10-11 15:56:02 -03:00
alesapin
55a6769e19
Merge pull request #28488 from gyuton/gyuton-DOCSUP-10285-Document-the-ReplicatedMergeTree-settings
DOCSUP-10285: Documented the ReplicatedMergeTree settings
2021-09-13 10:12:50 +03:00
George
7a14deaf8d added translation 2021-09-03 15:53:14 +03:00
Vitalii S
f75d93e97e
Fixed few typos 2021-08-27 13:48:19 -04:00
Nikolai Kochetov
11d79ec24f
Merge pull request #27725 from olgarev/revolg-DOCSUP-12894-projections_translated
DOCSUP-12894: Projections settings
2021-08-26 11:26:58 +03:00
olgarev
7b7959816e
Apply suggestions from code review
Co-authored-by: Alexey Boykov <33257111+mathalex@users.noreply.github.com>
2021-08-23 20:41:48 +03:00
olgarev
1448e1cefc
Apply suggestions from code review
Co-authored-by: alesapin <alesapin@gmail.com>
2021-08-23 17:13:50 +03:00