Maksim Kita
459aa8ffd9
Documentation setting user_defined_executable_functions_config fix
2022-05-04 17:24:20 +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
Maksim Kita
5b9bb36f80
Merge pull request #36753 from kitaisreal/added-user-defined-path-config-setting
...
Added user_defined_path config setting
2022-04-29 11:10:51 +02:00
Alexey Milovidov
ca7e4c6eb2
Merge pull request #36740 from Ryado/patch-1
...
Adding a note about server_id reuse
2022-04-29 05:44:11 +03:00
Maksim Kita
a9a04ca2fd
Fix style
2022-04-28 22:13:51 +02:00
Maksim Kita
04429d85db
Added user_defined_path config setting
2022-04-28 22:13:33 +02:00
Maksim Kita
fc4f241f01
Fix documentation for executable user defined functions configuration
2022-04-28 18:01:10 +02:00
Ryadh DAHIMENE
213da305d5
typo fix
2022-04-28 12:58:26 +01:00
Ryadh DAHIMENE
a5d343a705
Adding a note about server_id reuse
2022-04-28 11:32:51 +01:00
alesapin
8f1a0f6625
Merge pull request #36258 from ClickHouse/keeper-recovery-mode
...
clickhouse-keeper support for force recovery
2022-04-28 11:20:59 +02:00
Azat Khuzhin
6339a48923
Add is_all_data_sent into system.processes
...
v2: fix SHOW PROCESSLIST (does not have process list entry)
Signed-off-by: Azat Khuzhin <a.khuzhin@semrush.com>
2022-04-26 12:15:00 +03:00
Antonio Andelic
9646487c09
Address PR review comments
2022-04-26 07:32:02 +00:00
Antonio Andelic
cf022542bd
Merge branch 'master' into keeper-recovery-mode
2022-04-26 06:50:02 +00:00
Alexey Milovidov
9443c163b5
Merge pull request #36291 from larry-cdn77/document_merge_tree_max_concurrent_queries
...
Document MergeTree max_concurrent_queries
2022-04-25 03:22:50 +03:00
mergify[bot]
f02526c8ac
Merge branch 'master' into document_merge_tree_max_concurrent_queries
2022-04-24 22:36:50 +00:00
mergify[bot]
cb4e6b9b3f
Merge branch 'master' into documentation
2022-04-24 22:31:39 +00:00
mergify[bot]
006048914e
Merge branch 'master' into master
2022-04-24 06:13:51 +00:00
rfraposa
3bdabbb893
Fixed the /settings/settings 404 issue
2022-04-23 16:18:56 -06:00
Nikita Mikhaylov
6191f2035f
Update after rebase
2022-04-22 13:56:16 +00:00
Nikita Mikhaylov
e475849761
Style and Docs update
2022-04-22 13:56:16 +00:00
Antonio Andelic
b107cc989a
Update docs with argument option
2022-04-21 12:36:44 +00:00
Antonio Andelic
03779fd463
Merge branch 'master' into keeper-recovery-mode
2022-04-21 12:34:18 +00:00
rfraposa
6576fd88c1
EOL fixes
2022-04-19 13:50:45 -06:00
Antonio Andelic
7e6a0bc8ae
add steps for force recovery of cluster
2022-04-19 12:42:40 +00:00
rfraposa
fb08c5b7e1
Merge branch 'master' into docs-staging
2022-04-15 07:25:27 -06:00
rfraposa
9f1e3f4bb1
Update clickhouse-keeper.md
2022-04-15 07:01:32 -06:00
Ladislav Snizek
91751d6d32
Document the table-specific max_concurrent_queries under MergeTree settings rather than global server settings
...
Amendment to #22224
2022-04-15 11:50:58 +02:00
Alexey Milovidov
dac469dfca
Update storing-data.md
2022-04-15 02:39:30 +03:00
Alexey Milovidov
6e89fc4542
Update clickhouse-keeper.md
2022-04-13 23:29:53 +03:00
Michael Lex
7b0f1fbb88
Extend TLS documentation.
...
Information about used defaults.
Better explanation of the extendedVerification option (which enables hostname verification)
Better explanation of the caConfig option and how files vs. paths are treated.
Mention TLS config in CLI documentation and link to server-side settings (which are the same).
2022-04-13 12:07:37 +02:00
rfraposa
d9e6f780db
Fixed broken links
2022-04-10 23:01:34 -06:00
rfraposa
4da4259c78
Added reference docs to sidebar
2022-04-10 21:27:48 -06:00
rfraposa
8f01fe9c49
Revised /en folder
2022-04-09 07:34:21 -06:00
rfraposa
5250d9ad11
Removed /ja folder, cleaned up /ru markdown
2022-04-09 07:29:05 -06:00
Azat Khuzhin
33d99c8ffb
Introduce compatiblity mode for SETTINGS after FORMAT
...
Add allow_settings_after_format_in_insert setting, OFF by default.
Signed-off-by: Azat Khuzhin <a.khuzhin@semrush.com>
v2: s/parser_settings_after_format_compact/allow_settings_after_format_in_insert/ (suggested by vitlibar)
v3: replace ParserSettings with a flag (requested by vitlibar)
2022-04-07 16:36:34 +03:00
Prashant Shahi
e62cd21241
docs(logger): 📝 Add console in logging setting keys
2022-04-07 19:05:23 +05:30
tavplubix
6e9c028bbb
Merge pull request #35956 from Algunenano/limit_dns_retries
...
DNS cache: Add option to drop elements after several consecutive failures
2022-04-07 13:20:36 +03:00
Ladislav Snizek
d789721550
Documentation: update listing in system.metrics example
2022-04-05 17:46:28 +02:00
Raúl Marín
8a05cf3927
DNS cache: Add option to drop elements after several consecutive failures
2022-04-05 13:00:27 +02:00
Azat Khuzhin
e5a837e574
Add id/parent_ids into system.processors_profile_log
...
Signed-off-by: Azat Khuzhin <a.khuzhin@semrush.com>
2022-04-04 13:19:43 +03:00
Azat Khuzhin
99528e296c
Rename need_data_elapsed_us/port_full_elapsed_us to input_wait_us/output_wait_us
...
$ gg -e need_data_ -e port_full_ | cut -d: -f1 | sort -u | xargs sed -i -e s/port_full_/output_wait_/g -e s/need_data_/input_wait_/g -e s/getPortFull/getOutputWait/g -e s/getNeedData/getInputWait/g
Signed-off-by: Azat Khuzhin <a.khuzhin@semrush.com>
2022-04-04 13:19:43 +03:00
Azat Khuzhin
765b4bc45a
Implement log_processors_profiles (write to processors_profile_log, OFF by default)
...
Signed-off-by: Azat Khuzhin <a.khuzhin@semrush.com>
2022-04-04 13:19:43 +03:00
Azat Khuzhin
14538f6456
Add system.processors_profile_log
...
This is the system table that will contain Processors level profiling.
v2: one entry per Processor, not 3 (PortFull/NeedData/work())
v3: us over ms
v4: Enable processors_profile_log table by default
Signed-off-by: Azat Khuzhin <a.khuzhin@semrush.com>
2022-04-04 13:19:41 +03:00
Alexey Milovidov
9854b55835
Revert "Format changes for new docs"
2022-04-04 02:05:35 +03:00
rfraposa
72a00e2c62
Fixed broken links
2022-04-02 17:38:54 -06:00
rfraposa
e5ee39541e
Fixing conflicts with source repo
2022-04-01 11:34:35 -06:00
Prashant Shahi
23d36b3590
docs(logger): 📝 example for writing logs to the console
2022-04-01 14:40:42 +05:30
rfraposa
01ec63c909
Updates /operations docs
2022-03-29 20:38:50 -06:00
rfraposa
00ddb72eea
Update /engines docs
2022-03-29 17:43:34 -06:00
rfraposa
33e28bcb18
Updated /development folder
2022-03-29 08:26:35 -06:00