Kruglov Pavel
22e11aef2d
Merge pull request #40910 from Avogar/new-json-formats
...
Add new JSON formats, add improvements and refactoring
2022-09-21 14:19:08 +02:00
Kseniia Sumarokova
1e7308832c
Merge branch 'master' into system_disks_unreserved_space
2022-09-21 13:04:39 +02:00
avogar
868ce8bc16
Fix comments, make better naming, add docs, add setting output_format_json_quote_64bit_floats
2022-09-20 13:49:17 +00:00
DanRoscigno
bf4b12be43
rename doc
2022-09-20 09:32:35 -04:00
Kseniia Sumarokova
364bdb0676
Update storing-data.md
2022-09-20 13:39:07 +02:00
kssenii
b8079e4577
Merge remote-tracking branch 'upstream/master' into rename-some-cache-commands
2022-09-20 13:02:18 +02:00
kssenii
6dcbeceeb9
Update doc
2022-09-20 13:00:10 +02:00
Sergei Trifonov
7902922ae4
Merge branch 'master' into readonly-settings-allow
2022-09-19 21:00:12 +02:00
Derek Chia
cb613b8675
Change input_format_skip_unknown_fields default to 1
...
As per PR https://github.com/ClickHouse/ClickHouse/pull/37192 , `input_format_skip_unknown_fields` is enabled by default. Likewise, it is also set as `true` in the factory settings https://github.com/ClickHouse/ClickHouse/blob/master/src/Core/Settings.h#L696
Updating the docs to reflect the change.
2022-09-19 22:37:03 +08:00
kssenii
972d65d575
Update doc
2022-09-19 14:08:07 +02:00
Sergei Trifonov
f7a1ed3141
Merge branch 'master' into readonly-settings-allow
2022-09-19 12:52:36 +02:00
Diego Nieto (lesandie)
1a14515e35
Fixed cache parameter name
2022-09-19 10:29:41 +02:00
Roman Vasin
d82cd7b007
Add many cosmetic changes to C++ code and MD docs
2022-09-16 09:37:30 +00:00
avogar
ef7f7b30aa
Fix tests
2022-09-15 18:20:17 +00:00
Roman Vasin
5c242de43a
Merge branch 'master' of github.com:ClickHouse/ClickHouse into ADQM-528-B
2022-09-15 13:47:51 +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
Kseniia Sumarokova
1ec7ce265b
Update storing-data.md
2022-09-15 12:30:02 +02:00
Kseniia Sumarokova
4935a4bf96
Update storing-data.md
2022-09-15 12:29:22 +02:00
Dan Roscigno
c8dcd34abe
Merge pull request #41237 from DanRoscigno/move-title
...
move title to frontmatter in troubleshooting doc
2022-09-14 10:15:18 -04:00
Kseniia Sumarokova
bb5f9e578a
Update storing-data.md
2022-09-14 12:17:24 +02:00
Mikhail Filimonov
d2d8c179b6
Add unreserved_space column to system.disks
2022-09-13 13:16:18 +02:00
Kruglov Pavel
060adfbe93
Merge branch 'master' into new-json-formats
2022-09-12 19:37:46 +02:00
DanRoscigno
a3826c4b3f
move title to frontmatter
2022-09-12 13:27:52 -04:00
Sergei Trifonov
fe88a7991d
Merge branch 'master' into readonly-settings-allow
2022-09-12 16:20:40 +02:00
Roman Vasin
bc2c2130fc
Add documentation for enable_date32_results option
2022-09-12 09:09:01 +00:00
avogar
ae7f9abd32
Add documentation
2022-09-09 12:04:49 +00:00
Alexey Milovidov
4d7097f47a
Merge pull request #41080 from kssenii/add-documentation-for-cache
...
Add documentation for filesystem cache
2022-09-09 00:03:16 +03:00
Sergei Trifonov
f92b6a6176
Merge branch 'master' into readonly-settings-allow
2022-09-08 17:44:32 +02:00
Alexey Milovidov
928c1cd0d4
Merge pull request #40967 from ClickHouse/alexey-milovidov-patch-4
...
Update tips.md about filesystems
2022-09-08 16:56:27 +03:00
Kseniia Sumarokova
7f086a94a7
Update storing-data.md
2022-09-08 12:34:58 +02:00
Vladimir C
90647cb0c5
Merge pull request #39970 from SachinSetiya/majority_quorum
...
Add majority_insert_quorum setting
2022-09-08 11:31:33 +02:00
Alexey Milovidov
9544b8fdd6
Merge pull request #40996 from ClickHouse/vdimir/issue-40994
...
Minor update doc for mysql_port
2022-09-08 02:39:12 +03:00
Kseniia Sumarokova
eb53df48d1
Update storing-data.md
2022-09-07 22:26:52 +02:00
Kseniia Sumarokova
3af51f4340
Update storing-data.md
2022-09-07 22:21:46 +02:00
Kseniia Sumarokova
4cb07bd48d
Merge branch 'master' into add-documentation-for-cache
2022-09-07 17:52:53 +02:00
Kseniia Sumarokova
6f06633df6
Update storing-data.md
2022-09-07 13:59:39 +02:00
vdimir
000ba8a60d
Use insert_qurum = auto instead of majority_insert_quorum
2022-09-07 11:19:27 +00:00
Sachin
ade4337978
Add majority_insert_quorum setting
...
majority_insert_quorum is defined as (number_of_replicas/2)+1. Insert
will be successful only if majority of quorum have applied it. If
insert_quorum and majority_insert_quorum both are specified, max of
both will be used.
2022-09-07 11:19:24 +00:00
kssenii
613c688331
Add documentation for cache
2022-09-07 13:12:19 +02:00
Sergei Trifonov
2a55741dcb
Merge branch 'master' into readonly-settings-allow
2022-09-06 20:29:41 +02:00
DanRoscigno
7032a1b267
move title to frontmatter
2022-09-06 11:14:55 -04:00
Vladimir C
8c3c3e7667
Minor update doc for mysql_port
2022-09-05 12:39:39 +02:00
Alexey Milovidov
7c3c367e01
Update tips.md
2022-09-04 04:18:57 +03:00
Sergei Trifonov
005b2588d8
Merge branch 'master' into readonly-settings-allow
2022-09-02 16:37:43 +02:00
Sergei Trifonov
014d109175
fix build, fix docs, fix comments, logical fixes, test are still to be fixed and new test are to be added
2022-09-02 16:20:09 +02:00
DanRoscigno
3e9225aafa
move title to frontmatter, remove orig article link
2022-09-01 12:24:03 -04:00
DanRoscigno
50f9b12af8
review feedback
2022-08-31 09:12:48 -04:00
DanRoscigno
f72b341e8b
add status info
2022-08-30 09:34:08 -04:00
DanRoscigno
d712a91a20
add alternatives
2022-08-29 19:36:20 -04:00
DanRoscigno
0abeebd3ca
updated with dev help
2022-08-29 19:29:10 -04:00
DanRoscigno
3a65d58c13
updated with dev help
2022-08-29 18:33:26 -04:00
Dan Roscigno
76a45aa750
Merge branch 'master' into add-backup
2022-08-29 16:23:53 -04:00
DanRoscigno
c4b8137d31
replace symlinks
2022-08-29 12:19:50 -04:00
Sergei Trifonov
899bf99d44
Merge branch 'master' into readonly-settings-allow
2022-08-29 14:35:05 +02:00
alesapin
7ce0afc0df
Merge pull request #40670 from Avogar/kafka
...
Add setting to disable limit on kafka_num_consumers
2022-08-29 10:53:35 +02:00
DanRoscigno
b50fa8b5a9
replace symlinks
2022-08-28 17:34:50 -04:00
DanRoscigno
5b5fcc56aa
add slugs
2022-08-28 10:53:34 -04:00
DanRoscigno
db1a3b717c
add slugs
2022-08-28 09:58:27 -04:00
DanRoscigno
c4caa35cfd
add frontmatter dashes
2022-08-28 09:53:52 -04:00
Sergei Trifonov
c5d1bbf680
reimplement with <allow> tag
2022-08-26 21:20:00 +02:00
avogar
e31bba7731
Add docs
2022-08-26 12:52:15 +00:00
Peignon Melvyn
18c75d8ca9
Update settings.md
...
Fix according to: aaafb797c0/src/Core/Settings.h (L586)
2022-08-26 12:27:16 +02:00
DanRoscigno
ad56971e61
add text
2022-08-25 16:25:39 -04:00
Sergei Trifonov
6af43e7676
Merge branch 'master' into readonly-settings-allow
2022-08-25 17:27:03 +02:00
Sergei Trifonov
856a2f5956
Allow to modify constrained settings in readonly mode
2022-08-25 17:24:24 +02:00
DanRoscigno
7bc08900ec
added config for backup dest
2022-08-23 21:13:40 -04:00
DanRoscigno
cf2a6dab32
add selects
2022-08-23 20:43:09 -04:00
DanRoscigno
e617532d40
wip
2022-08-23 19:16:15 -04:00
Kseniia Sumarokova
7acad11b90
Merge pull request #40504 from den-crane/patch-38
...
Doc. Example named-collections + clickhouse database
2022-08-23 10:51:02 +02:00
Antonio Andelic
a87a762b0c
Merge pull request #39973 from ClickHouse/keeper-listen-host
...
Support `interserver_listen_host` in Keeper
2022-08-23 09:03:08 +02:00
Denny Crane
e6912c86b9
Update named-collections.md
2022-08-22 19:36:01 -03:00
Denny Crane
7428193a82
Update named-collections.md
2022-08-22 19:17:39 -03:00
Alexey Milovidov
1a5e08fb65
Update settings.md
2022-08-22 02:19:18 +03:00
Denny Crane
6e329686b8
Update settings.md
2022-08-21 19:31:46 -03:00
Denny Crane
dc40e4b935
Update merge-tree-settings.md
2022-08-21 17:30:13 -03:00
Denny Crane
069e2cf4a0
Update settings.md
2022-08-21 17:27:47 -03:00
Denny Crane
244b7aa118
Update merge-tree-settings.md
2022-08-21 17:17:06 -03:00
Antonio Andelic
af02c76a3c
Merge branch 'master' into keeper-listen-host
2022-08-21 18:43:55 +02:00
Alexey Milovidov
b6388583b3
Merge pull request #40366 from DanRoscigno/update-zero-copy-replication
...
update for setting change
2022-08-19 15:48:35 +03:00
DanRoscigno
23b054617e
update for setting change
2022-08-18 16:05:44 -04:00
Sergei Trifonov
2262717a1b
Merge branch 'master' into threads-soft-limit-rename
2022-08-18 19:32:53 +02:00
Jonathan-Ackerman
22bd572d78
Update docs for max_replica_delay_for_distributed_queries ( #40174 )
...
A replica is unusable if its lag is greater than or equal to the
value of max_replica_delay_for_distributed_queries. However, the
current documentation says that a replica is only unusable if it lags
more than the set value.
Also, when the value of max_replica_delay_for_distributed_queries
is read, if it is 0, then a replica is considered up to date
right away without checking its delay. This behavior should be
documented.
2022-08-18 19:09:46 +02:00
Sergei Trifonov
42a711015f
split concurrent_threads_soft_limit setting into two: concurrent_threads_soft_limit_{num,ratio_to_cores}
2022-08-18 14:51:08 +02:00
Nikolai Kochetov
5a85531ef7
Merge pull request #38286 from Avogar/schema-inference-cache
...
Add schema inference cache for s3/hdfs/file/url
2022-08-18 13:07:50 +02:00
Kruglov Pavel
d7056376eb
Merge pull request #40068 from Avogar/schema-inference-hints
...
Allow to specify structure hints in schema inference
2022-08-18 12:19:45 +02:00
Antonio Andelic
26b7117b6c
Merge branch 'master' into keeper-listen-host
2022-08-18 07:05:20 +00:00
Denny Crane
d5465d32e1
Update settings.md
2022-08-17 09:38:06 -03:00
avogar
8dd54c043d
Merge branch 'master' of github.com:ClickHouse/ClickHouse into schema-inference-cache
2022-08-17 11:47:40 +00:00
Antonio Andelic
105073ea7b
update docs
2022-08-17 09:31:16 +00:00
avogar
e1ff996ec3
Allow to specify structure hints in schema inference
2022-08-16 09:46:57 +00:00
avogar
c4ff3ffeea
Rename settings
2022-08-15 12:45:18 +00:00
Igor Nikonov
5768e40ef7
Fix incorrect queries in example
...
Setting insert_deduplication_token: fix incorrect queries in example
2022-08-12 17:18:02 +02:00
avogar
9b1a267203
Refactor, remove TTL, add size limit, add system table and system query
2022-08-05 16:20:15 +00:00
Peignon Melvyn
a63fb07f54
Update settings.md
2022-08-01 16:20:33 +02:00
Alexey Milovidov
f80a4c184e
Merge branch 'master' into interserver_listen_port
2022-07-31 01:22:32 +03:00
Alexey Milovidov
df627a3e4d
Merge pull request #39172 from ClickHouse/DanRoscigno-patch-2
...
Update performance-test.md
2022-07-30 05:23:14 +03:00
Sergei Trifonov
4588e146a6
Merge pull request #37285 from arenadata/ADQM-445
...
Add concurrent_threads_soft_limit parameter
2022-07-28 11:46:43 +02:00
Roman Vasin
f35349eb08
Rename total_max_threads to concurrent_threads_soft_limit
2022-07-28 07:46:20 +00:00
Roman Vasin
37845389c8
Merge branch 'concurrency-control' of github.com:ClickHouse/ClickHouse into ADQM-445
2022-07-27 13:31:22 +00:00
Kruglov Pavel
381ea139c2
Merge branch 'master' into schema-inference-cache
2022-07-27 11:35:36 +02:00
Dan Roscigno
54abeb624a
Merge pull request #39417 from nikoloko/patch-3
...
Corrected structure of the users section
2022-07-26 11:12:36 -04:00
Vladimir C
3bd5ca9b6a
Merge pull request #39271 from vdimir/join-alg-setting
...
Cleanup logic around join_algorithm setting, add docs
2022-07-26 11:00:22 +02:00
Vladimir C
0d65415086
Update docs/en/operations/settings/settings.md
...
Co-authored-by: Antonio Andelic <antonio2368@users.noreply.github.com>
2022-07-26 11:00:12 +02:00
Vladimir C
d0183de34a
Update docs/en/operations/settings/settings.md
...
Co-authored-by: Antonio Andelic <antonio2368@users.noreply.github.com>
2022-07-26 11:00:08 +02:00
jasperzhu
614f3b14a2
Merge branch 'master' into dev_intel_iaa_deflate
2022-07-22 11:05:44 +08:00
Kruglov Pavel
9252f42b4c
Merge branch 'master' into schema-inference-cache
2022-07-21 18:59:14 +02:00
vdimir
0deae9b4a3
Update doc about join_algorithm
2022-07-21 14:53:39 +00:00
Kruglov Pavel
0efed4644d
Merge pull request #38957 from Avogar/compatibility-setting
...
Add compatibility setting and system.settings_changes system table
2022-07-20 17:46:06 +02:00
Kruglov Pavel
3046cd6d29
Merge branch 'master' into schema-inference-cache
2022-07-20 13:30:42 +02:00
Niek
d43b1d6280
Corrected structure of the users section
...
I received feedback from a user that the structure of the user's section was not fully correct. I changed accordingly.
2022-07-20 13:21:06 +02:00
Kruglov Pavel
28b1fe8939
Update docs/en/operations/settings/settings.md
...
Co-authored-by: Antonio Andelic <antonio2368@users.noreply.github.com>
2022-07-20 12:04:59 +02:00
Ladislav Snizek
e5e9f6e60b
Documentation: Correct http_receive_timeout and http_send_timeout defaults (changed in #31450 )
2022-07-20 11:53:33 +02:00
jasperzhu
c044c67745
Merge branch 'master' into dev_intel_iaa_deflate
2022-07-19 15:32:57 +08:00
Kruglov Pavel
559d507f5a
Merge branch 'master' into compatibility-setting
2022-07-15 21:11:05 +02:00
avogar
83638e34a7
Add docs
2022-07-14 12:13:35 +00:00
Kruglov Pavel
b38241b08a
Merge branch 'master' into schema-inference-cache
2022-07-14 12:29:54 +02:00
Yakov Olkhovskiy
d108efa2f6
merge_algorithm is added
2022-07-14 01:36:45 -04:00
Dan Roscigno
7e578a64e8
Update performance-test.md
...
The manual process does not work as the prepared partitions are not usable by the current version of ClickHouse.
2022-07-13 08:02:09 -04:00
Alexey Milovidov
6d3b0032c3
Change the link to Hardware benchmark script
2022-07-12 20:25:40 +02:00
Alexey Milovidov
e2684447b4
Merge pull request #38437 from ClickHouse/compatible-benchmark
...
Compatible and reproducible DBMS benchmark
2022-07-12 21:15:53 +03:00
Alexey Milovidov
d0e6f8ebc1
Update clickhouse-obfuscator.md
2022-07-11 21:26:27 +03:00
Alexey Milovidov
0ef3af67f8
Merge branch 'master' into compatible-benchmark
2022-07-11 08:43:14 +02:00
jinjunzh
816e974ca2
rename deflate to deflate_qpl
2022-07-09 14:42:01 -04:00
Kruglov Pavel
4080f055b6
Merge pull request #38477 from Avogar/sql-insert-format
...
Add SQLInsert output format
2022-07-04 15:06:33 +02:00
Alexey Milovidov
c1494aa2f6
Remove old benchmarks and move new one level up
2022-07-04 13:37:42 +02:00
Denny Crane
97009ab9a3
Update tips.md
2022-06-30 21:12:08 -03:00
Denny Crane
9e544d38bd
Doc. Fix a note about ClickHouse Keeper
2022-06-30 18:51:33 -03:00
avogar
34a92383f1
Update docs
2022-06-30 16:17:14 +00:00
DanRoscigno
95c3eff4c7
remove 404ing original article URL
2022-06-30 11:17:38 -04:00
avogar
ee54c4f9b7
Add some fixes and add settings in docs
2022-06-30 12:41:56 +00:00
avogar
9bb68bc6de
Add SQLInsert output format
2022-06-27 18:31:57 +00:00
jasperzhu
b2f98fa73b
Merge branch 'master' into dev_intel_iaa_deflate
2022-06-27 10:21:21 +08:00
mergify[bot]
f63c959679
Merge branch 'master' into cleanup_garbage_in_store_dir
2022-06-26 13:35:10 +00:00
DanRoscigno
8d3772948a
move title to frontmatter
2022-06-24 15:31:42 -04:00
Alexander Tokmakov
59a14d2a50
add docs
2022-06-24 17:34:41 +02:00
Alexey Milovidov
132cc44692
Update named-collections.md
2022-06-22 06:04:55 +03:00
Alexey Milovidov
7e9a3796e9
Fix wrong docs
2022-06-21 00:09:55 +02:00
DanRoscigno
14ecf4c497
s/Clickhouse/ClickHouse/
2022-06-17 08:40:14 -04:00
jasperzhu
bca18b2caf
Merge branch 'master' into dev_intel_iaa_deflate
2022-06-16 08:56:27 +08:00
DanRoscigno
d07753aa20
add more description
2022-06-15 14:59:47 -04:00
DanRoscigno
0317e15b3f
added more mergetree settings
2022-06-14 19:47:10 -04:00
DanRoscigno
b3928dcb55
add docs
2022-06-13 21:17:05 -04:00
vdimir
94bddec0bc
More typos checked and fixed
2022-06-08 14:28:41 +02:00
vdimir
9bd9c3d1d1
Fix some typos in docs
2022-06-08 14:26:02 +02:00
Kruglov Pavel
91c8951a1a
Merge pull request #37698 from Avogar/update_format_settings_docs
...
Refactor docs related to format settings
2022-06-07 13:28:36 +02:00
Ilya Yatsishin
7e5ef97206
Space in {} shows it on final page
2022-06-03 15:16:42 +02:00
avogar
0d66608bf1
Merge branch 'update_format_settings_docs' of github.com:Avogar/ClickHouse into update_format_settings_docs
2022-06-03 12:12:04 +00:00
avogar
f65ad93ff0
Add some fixes
2022-06-03 12:11:46 +00:00
Kruglov Pavel
23290c6047
Merge branch 'master' into update_format_settings_docs
2022-06-02 13:12:58 +02:00
rfraposa
869967de41
Remove H1 anchor tags from docs
2022-06-02 04:55:18 -06:00
Dmitry Novik
7fbe91ca81
Merge pull request #37460 from ClickHouse/memory-overcommit-improvement
...
Memory Overcommit: update defaults, exception message and add ProfileEvent
2022-06-01 17:06:33 +02:00
Sema Checherinda
16dc3ed97d
FR: Expose what triggered the merge in system.part_log #26255
2022-06-01 16:58:07 +02:00
Dan Roscigno
544be03b41
Update caches.md
...
spelling
2022-05-31 11:46:53 -04:00
avogar
a60ceea31a
Fix
2022-05-31 15:25:47 +00:00
avogar
858570d335
Refactor docs related to format settings
2022-05-31 15:18:49 +00:00
mergify[bot]
ba49c6bb46
Merge branch 'master' into memory-overcommit-improvement
2022-05-31 13:17:06 +00:00
Kruglov Pavel
7cc87d9a65
Merge pull request #37537 from Avogar/skip-first-lines
...
Allow to skip some of the first lines in CSV/TSV formats
2022-05-31 14:26:21 +02:00
Roman Vasin
441bd3e81f
Merge remote-tracking branch 'origin/concurrency-control' into ADQM-445
2022-05-31 15:07:02 +03:00
avogar
139a7e19a9
Fix comments
2022-05-30 11:43:29 +00:00
jasperzhu
fc03af2259
Merge branch 'master' into dev_intel_iaa_deflate
2022-05-30 17:49:04 +08:00
Dmitry Novik
60b9d81773
Remove global_memory_usage_overcommit_max_wait_microseconds
2022-05-27 16:30:29 +00:00
alesapin
620ab399c9
Update docs/en/operations/clickhouse-keeper.md
2022-05-25 20:23:24 +02:00
avogar
ede6e2f433
Add docs for settings
2022-05-25 15:10:20 +00:00
Roman Vasin
2491213166
Set default value to 0 for total_max_threads parameter. Code style cleanup.
2022-05-24 18:40:45 +03:00
Dan Roscigno
2ffdefe839
Merge branch 'ClickHouse:master' into origin/67-replace-zookeeper-to-clickhouse-keeper-in-docs-and-tutorials
2022-05-24 07:37:36 -04:00
Dan Roscigno
8dced1af03
Update docs/en/operations/system-tables/mutations.md
...
Co-authored-by: Antonio Andelic <antonio2368@users.noreply.github.com>
2022-05-24 07:29:52 -04:00
Dan Roscigno
b9bd3cb49f
update tips for ClickHouse Keeper
2022-05-23 10:06:16 -04:00
Dan Roscigno
49b0fde46c
add ClickHouse Keeper to docs
2022-05-23 09:43:26 -04:00
Denny Crane
4e327564f5
Update tables.md
2022-05-21 12:45:09 -03:00
Denny Crane
3ff82569d0
Update tables.md
2022-05-21 12:30:57 -03:00
Dan Roscigno
93e0e72fcb
typo
2022-05-20 17:43:23 -04:00
Dan Roscigno
c3d8668eb6
add ClickHouse Keeper to docs
2022-05-20 17:34:14 -04:00
Roman Vasin
83958d2549
Add more intergration tests. Add documenation text. Change thread_factor to 3. Add logging. Set default value = -1 to see the results CI tests.
2022-05-20 15:52:50 +03:00
HeenaBansal2009
b81dbf3f1c
Flamegraph Link update
2022-05-12 07:21:27 -07:00
jasperzhu
c74732ae79
Merge branch 'master' into dev_intel_iaa_deflate
2022-05-12 21:28:13 +08:00
Kseniia Sumarokova
8b41a58352
Merge pull request #37132 from e-mars/mars-auth-error-fix
...
Update Exception Message for allowed auth types
2022-05-12 14:48:59 +02:00
Marcelo Rodriguez
2d0020e9f6
updated config file and xml tag
...
Updated with correct config file.
updated xml tag per this commit:
cb66a63aa4
2022-05-11 11:36:53 -06:00
Dmitry Novik
d756a34d89
Update docs/en/operations/settings/memory-overcommit.md
2022-05-11 19:01:39 +02:00
Dmitry Novik
f9e635763e
Update docs/en/operations/settings/memory-overcommit.md
...
Co-authored-by: Nikita Taranov <nikita.taranov@clickhouse.com>
2022-05-11 18:54:20 +02:00
Dmitry Novik
17608b3d93
Update documentation and defaults for memory overcommit
2022-05-11 16:18:41 +00:00
Maksim Kita
26afc5264d
Merge pull request #36908 from kitaisreal/docs-user-defined-executable-functions-config-setting-fix
...
Docs user defined executable functions config setting fix
2022-05-04 20:58:23 +02:00
Kruglov Pavel
77e55c344c
Merge pull request #36667 from Avogar/mysqldump-format
...
Add MySQLDump input format
2022-05-04 19:49:48 +02:00
Maksim Kita
459aa8ffd9
Documentation setting user_defined_executable_functions_config fix
2022-05-04 17:24:20 +02:00
yakkomajuri
79029d3772
move setting
2022-05-03 09:15:40 +00:00
jasperzhu
7f47e9b934
Merge branch 'master' into dev_intel_iaa_deflate
2022-05-03 15:47:57 +08:00
Kruglov Pavel
d613f7eab0
Merge branch 'master' into mysqldump-format
2022-05-02 13:31:57 +02:00
Yakko Majuri
d004dced33
Add docs for undocumented allow_nondeterministic_mutations
2022-05-02 11:03:26 +00:00
jinjunzh
34934b80a9
update qpl deflate supporting test script and docs
2022-04-29 11:40:08 -04: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
Kruglov Pavel
4d08587559
Merge branch 'master' into mysqldump-format
2022-04-28 15:58:18 +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
avogar
33d845dade
Add MySQLDump input format
2022-04-26 10:42:56 +00: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
mergify[bot]
c026dbf51c
Merge branch 'master' into interserver_listen_port
2022-04-19 11:44:01 +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
rfraposa
a5c7a947ad
Merge branch 'master' of github.com:rfraposa/ClickHouse
2022-03-28 23:09:52 -06:00
rfraposa
c05bf7beb4
Testing new /en folder
2022-03-28 23:09:17 -06:00
alesapin
14e84ff6ef
Merge pull request #34802 from ClickHouse/overcommit-doc
...
Add documentation for memory overcommit
2022-03-25 20:50:44 +01:00
alesapin
058b641d13
Update docs/en/operations/settings/memory-overcommit.md
2022-03-25 11:32:23 +01:00
Dmitry Novik
6470684880
Update docs/en/operations/settings/memory-overcommit.md
...
Co-authored-by: alesapin <alesapin@clickhouse.com>
2022-03-24 18:20:50 +01:00
Dmitry Novik
1b1a624df0
Update docs/en/operations/settings/memory-overcommit.md
...
Co-authored-by: alesapin <alesapin@clickhouse.com>
2022-03-24 18:20:23 +01:00
Dmitry Novik
9488c5b2fd
Update docs/en/operations/settings/memory-overcommit.md
...
Co-authored-by: alesapin <alesapin@clickhouse.com>
2022-03-24 17:48:11 +01:00
Dmitry Novik
581bcea1f0
Update docs/en/operations/settings/settings.md
...
Co-authored-by: alesapin <alesapin@clickhouse.com>
2022-03-24 17:47:59 +01:00
Dmitry Novik
a60e5bf427
Update docs/en/operations/settings/settings.md
...
Co-authored-by: alesapin <alesapin@clickhouse.com>
2022-03-24 17:47:37 +01:00