Commit Graph

4466 Commits

Author SHA1 Message Date
vdimir
bd4c3bafcb
Rename enable_secure_identifiers -> enforce_strict_identifier_format
Signed-off-by: vdimir <vdimir@clickhouse.com>
2024-10-04 08:06:19 +00:00
avogar
7f32eb6b17 Fix tests, add docs and ramdomize new setting 2024-10-03 20:12:46 +00:00
jsc0218
6f3cf49229 add test and change doc 2024-10-03 17:44:35 +00:00
Pablo Marcos
a3004b6116 Change default number of threads to collect QueryMetricLog 2024-10-03 13:52:39 +00:00
Alexey Milovidov
1a5c05330d Synchronize settings with private 2024-10-03 15:01:18 +02:00
Pavel Kruglov
f0194a7fde
Merge branch 'master' into json-as-string-row-binary 2024-10-03 00:02:31 +02:00
avogar
4fc9750ac7 Add docs, update settings changes history 2024-10-02 19:59:04 +00:00
Michael Kolupaev
1df357aab0 Merge remote-tracking branch 'origin/master' into mvrere 2024-10-02 16:57:22 +00:00
Pablo Marcos
03685baec6 Add a separate background schedule pool for QueryMetricLog
This prevents deadlocks and more funny stuff happening in case
the shared background schedule pool ends up executing a query
that will eventually be logged in another task within that
same pool.
2024-10-02 14:08:03 +00:00
Yarik Briukhovetskyi
3198aafac5
Merge pull request #69755 from marco-vb/marco-vb/setting-stop-insert-on-full-disk
Add user-level settings min_free_diskspace_bytes_to_throw_insert and min_free_diskspace_ratio_to_throw_insert
2024-10-02 14:06:02 +00:00
Pablo Marcos
7801f4a458 Merge branch 'master' into system-query-metric-log 2024-10-02 11:07:50 +00:00
Raúl Marín
fedc26c4c5
Merge pull request #70254 from ClickHouse/docs-async-insert
[Docs] Correct async_insert_use_adaptive_busy_timeout
2024-10-02 10:09:43 +00:00
Yarik Briukhovetskyi
b0c19141e0
Merge branch 'master' into marco-vb/setting-stop-insert-on-full-disk 2024-10-02 11:40:37 +02:00
Justin de Guzman
dadbb0a8ac
[Docs] Correct async_insert_use_adaptive_busy_timeout 2024-10-01 22:14:32 -07:00
Michael Kolupaev
f13dee5901 Merge remote-tracking branch 'origin/master' into HEAD 2024-09-30 18:01:32 +00:00
marco-vb
4530957603 Address requested changes, improve documentation and fix code-style. 2024-09-30 14:35:16 +01:00
Yarik Briukhovetskyi
61ef8c6740
Merge branch 'master' into marco-vb/setting-stop-insert-on-full-disk 2024-09-30 13:45:56 +02:00
Pablo Marcos
7965c5dd34 Merge branch 'master' into system-query-metric-log 2024-09-30 07:56:32 +00:00
Tuan Pham Anh
d2b596409d Merge branch 'master' into add-enable-secure-identifiers-setting 2024-09-30 07:02:44 +00:00
Alexey Milovidov
8482b72bc4 Add documentation 2024-09-29 04:28:37 +02:00
Tuan Pham Anh
09a4173a33 Merge branch 'master' into add-identifier-quoting-rule 2024-09-27 13:02:49 +00:00
Pablo Marcos
295c4590af Merge branch 'master' into system-query-metric-log 2024-09-27 10:28:18 +00:00
Tuan Pham Anh
d08133dc53 1) Update the doc. 2) Update logic for IdentifierQuotingRule::UserDisplay 2024-09-27 00:40:16 +00:00
serxa
0d6f79909b Merge branch 'master' into fix-use-concurrency-control 2024-09-26 16:57:58 +00:00
Alexey Milovidov
ccdbfbd2b6
Merge pull request #69925 from matsumotomiki/use_skip_indexes_if_final
Add an explanation for use_skip_indexes_if_final in the settings docs
2024-09-26 06:35:24 +00:00
Marco Vilas Boas
914db0aa04
Merge branch 'master' into marco-vb/setting-stop-insert-on-full-disk 2024-09-25 18:42:42 +01:00
Nikita Mikhaylov
32fa2415ba Parallel replicas is Beta 2024-09-25 10:47:56 +00:00
Alexey Milovidov
a05c72c9a5 Parallel replicas feature is Beta 2024-09-25 10:47:56 +00:00
Miki Matsumoto
bdf3202194 Add an explanation for use_skip_indexes_if_final in the settings docs 2024-09-25 18:42:39 +09:00
tuanpach
c2d9951230
Merge branch 'master' into add-identifier-quoting-rule 2024-09-25 13:56:43 +08:00
Yarik Briukhovetskyi
f52983aef9
Merge branch 'master' into marco-vb/setting-stop-insert-on-full-disk 2024-09-24 18:28:31 +02:00
Tuan Pham Anh
0a71befde4 Update IdentifierQuotingRule description 2024-09-24 07:01:34 +00:00
Tuan Pham Anh
49276e999e Merge branch 'master' into add-identifier-quoting-rule 2024-09-24 02:53:55 +00:00
marco-vb
d91a419e7c Addressing requested changes on review. 2024-09-23 14:55:06 +00:00
Marco Vilas Boas
5dbfa260d2
Merge branch 'ClickHouse:master' into marco-vb/setting-stop-insert-on-full-disk 2024-09-23 09:36:11 +01:00
vdimir
4c9c9015f8
Revert "Revert "Merge pull request #63279 from allmazz/mongodb_refactoring""
This reverts commit 2ae9c9ac16.
2024-09-23 07:06:58 +00:00
Tuan Pham Anh
84151122a0 Fix compilation after merging and update document 2024-09-23 03:13:00 +00:00
Alexey Milovidov
2ae9c9ac16 Revert "Merge pull request #63279 from allmazz/mongodb_refactoring"
This reverts commit 14cb02a18c, reversing
changes made to a940a9ebbc.
2024-09-22 22:28:24 +02:00
Denny Crane
a05273ef02 fix broken link 2024-09-22 12:02:46 -03:00
Denny Crane
020fb667f0 fix broken link 2024-09-22 11:43:26 -03:00
Kirill Nikiforov
266e16d0d0
fix tests 2024-09-20 17:56:47 +04:00
Michael Kolupaev
52dee64af7 Merge remote-tracking branch 'origin/master' into mvrere 2024-09-19 21:22:36 +00:00
Tuan Pham Anh
efe894ad8c Add document for output_format_identifier_quoting_rule setting 2024-09-19 02:47:04 +00:00
marco-vb
707210ed38 Added new settings min_free_disk_bytes_to_throw_insert and min_free_disk_ratio_to_throw_insert to stop inserts when disk is near full. 2024-09-18 16:43:53 +00:00
Kirill Nikiforov
2c360e86be
Merge remote-tracking branch 'origin' into mongodb_refactoring 2024-09-18 16:14:02 +04:00
Raúl Marín
474499d240
Revert "Add user-level settings min_free_diskspace_bytes_to_throw_insert and min_free_diskspace_ratio_to_throw_insert" 2024-09-17 21:48:19 +02:00
jsc0218
839f06035f
Merge pull request #69376 from marco-vb/marco-vb/setting-stop-insert-on-full-disk
Add user-level settings min_free_diskspace_bytes_to_throw_insert and min_free_diskspace_ratio_to_throw_insert
2024-09-17 18:46:43 +00:00
Peter Nguyen
48c1f0fd57 Update docs for regexp logging feature in settings.md 2024-09-17 00:02:57 -07:00
pufit
7b94dc1813
Merge pull request #65277 from arthurpassos/multi_auth_methods
Multi auth methods
2024-09-16 23:53:33 +00:00
Michael Kolupaev
3b2fe2e60d Merge remote-tracking branch 'origin/master' into mvrere 2024-09-16 21:53:56 +00:00
serxa
d86ad992f1 Merge branch 'master' into fix-use-concurrency-control 2024-09-16 15:05:14 +00:00
Robert Schulze
1a4c7b7c61
Merge pull request #69493 from ucasfl/vector-index-insert
Speedup insert performance of vector similarity index by parallelization
2024-09-16 08:54:02 +00:00
Michael Kolupaev
7db9ac2d14 Merge remote-tracking branch 'origin/master' into mvrere 2024-09-14 00:52:13 +00:00
Marco Vilas Boas
ddf2e07fd0
Merge branch 'ClickHouse:master' into marco-vb/setting-stop-insert-on-full-disk 2024-09-13 18:17:44 +01:00
Daniil Ivanik
2fce90ab76
Merge pull request #66782 from a-a-f/input_format_json_empty_as_default
Add support for the `input_format_json_empty_as_default` setting
2024-09-13 10:33:45 +00:00
Marco Vilas Boas
8299b31d47
Merge branch 'master' into marco-vb/setting-stop-insert-on-full-disk 2024-09-13 10:44:04 +01:00
Arthur Passos
2c165096cd Merge branch 'master' into multi_auth_methods 2024-09-13 05:18:11 -03:00
Antonio Andelic
f62cb32c5c
Merge pull request #69332 from ClickHouse/issues/68932/remove-recursive
Support removeRecursive natively in keeper
2024-09-12 17:14:34 +00:00
Robert Schulze
fe5e061fff
Some fixups 2024-09-12 10:38:14 +00:00
Marco Vilas Boas
185d9401e5
Merge branch 'ClickHouse:master' into marco-vb/x509-san-support-wildcard 2024-09-12 11:08:45 +01:00
marco-vb
21bd47f09e Add settings min_free_disk_bytes_to_throw_insert and min_free_disk_ratio_to_throw_insert and update documentation. 2024-09-12 09:45:43 +00:00
Mikhail Artemenko
494455e4eb Merge branch 'master' into issues/68932/remove-recursive 2024-09-12 08:51:41 +00:00
Sergei Trifonov
90645d7c0e
Merge branch 'master' into fix-use-concurrency-control 2024-09-11 18:48:11 +02:00
alesapin
41798be63f
Merge pull request #69339 from ClickHouse/cp-mv-docs
Docs: Add cp/mv to keeper client docs
2024-09-10 09:10:32 +00:00
Robert Schulze
3363fe3388
Docs: Document per-logger level overriding 2024-09-09 11:14:25 +00:00
Mikhail Artemenko
08368d1d65 update keeper client docs 2024-09-09 09:46:17 +00:00
Michael Kolupaev
8c8a806458 Merge remote-tracking branch 'origin/master' into mvrere 2024-09-06 22:34:31 +00:00
Mikhail Artemenko
9d07d002f1 update keeper client docs 2024-09-06 16:20:30 +00:00
Pablo Marcos
d5931bb30c Merge branch 'master' into system-query-metric-log 2024-09-05 16:30:29 +00:00
János Benjamin Antal
9b9db40a0b
Merge pull request #68935 from ClickHouse/fix-mutation-commands-parse-with-modify-column
Fix mutation commands parsing with modify column
2024-09-04 17:37:44 +00:00
Pablo Marcos
d2f8fafc42 Merge branch 'master' into system-query-metric-log 2024-09-04 12:04:57 +00:00
Michael Kolupaev
b2fe58654d Fix progress reporting 2024-09-03 23:08:24 +00:00
Michael Kolupaev
8ebbe9fb51 Merge remote-tracking branch 'origin/master' into mvrere 2024-09-03 21:40:19 +00:00
Arthur Passos
d9a4964cd9 Merge branch 'master' into multi_auth_methods 2024-09-03 15:01:59 -03:00
marco-vb
d6ea08e812 Fixed documentation related to wildcard support. 2024-09-03 12:47:20 +00:00
Pablo Marcos
cd1a8c03b1 Fix small doc mistake 2024-09-03 11:10:56 +00:00
János Benjamin Antal
64d463bb09 Merge remote-tracking branch 'origin/master' into fix-mutation-commands-parse-with-modify-column 2024-09-02 07:50:57 +00:00
Pablo Marcos
72391fa819 Collect on query finish if took longer than the interval 2024-08-30 15:00:24 +00:00
Pablo Marcos
06790f0104 Fix memory collection
Use the memory_usage and peak_memory_usage from the QueryStatusInfo
instead which holds the proper value independently of the thread
we are collecting the data from.
2024-08-30 09:37:45 +00:00
Michael Kolupaev
1603b3b126 Merge remote-tracking branch 'origin/master' into mvrere 2024-08-29 18:35:30 +00:00
Arthur Passos
f9b845486a Merge branch 'master' into multi_auth_methods 2024-08-29 13:12:19 -03:00
Pablo Marcos
9aefe9b43c Remove the CurrentMetric_ prefix 2024-08-29 15:48:53 +00:00
Pablo Marcos
e39cec986b Disable query_metric_log collection setting the interval to 0 2024-08-29 15:43:04 +00:00
Pablo Marcos
78f29038ed Move query_id to top 2024-08-29 11:19:52 +00:00
Sergei Trifonov
897e2def34
Merge branch 'master' into fix-use-concurrency-control 2024-08-29 12:42:37 +02:00
Pablo Marcos
3b701dca41 Merge branch 'master' into system-query-metric-log 2024-08-29 10:38:29 +00:00
Kseniia Sumarokova
fd3fca9f66
Merge pull request #68901 from jrdi/system-projections
Add system.projections table
2024-08-28 09:36:23 +00:00
Kruglov Pavel
59d821e164
Merge pull request #68793 from Avogar/json-alias-runtime
Check setting use_json_alias_for_old_object_type in runtime
2024-08-27 17:10:23 +00:00
Arthur Passos
6f806124a3 Merge branch 'master' into multi_auth_methods 2024-08-27 12:24:53 -03:00
János Benjamin Antal
793b549291 Fix typo in docs 2024-08-27 10:31:22 +00:00
Jordi
cf58ce217a Add system.projections table 2024-08-26 19:20:26 +02:00
Kruglov Pavel
e361417ff6
Merge pull request #68298 from Avogar/fix-nullable-schema-inference
Fix using schema_inference_make_columns_nullable=0
2024-08-26 11:52:34 +00:00
Kruglov Pavel
bf4b53390b
Merge branch 'master' into input_format_json_empty_as_default 2024-08-26 13:40:48 +02:00
Kirill Nikiforov
40462bc716
Merge remote-tracking branch 'origin' into mongodb_refactoring 2024-08-23 22:10:06 +04:00
avogar
5c5c803fad Update docs 2024-08-23 11:00:03 +00:00
Arthur Passos
43e9a7ba4b Merge branch 'master' into multi_auth_methods 2024-08-22 10:57:23 -03:00
Arthur Passos
62ce2999ae minor grammar 2024-08-22 10:00:20 -03:00
Arthur Passos
91cceccb4b add setting docs 2024-08-22 09:48:53 -03:00
János Benjamin Antal
00aa60ca03
Merge pull request #65987 from ClickHouse/fix-docs-for-merge-selecting-sleep
Fix docs
2024-08-22 12:42:31 +00:00
Robert Schulze
76c93d35d8
Merge pull request #68477 from pinsvin00/add-clear-query-cache-tag
Drop query cache by tag
2024-08-22 09:39:22 +00:00
Pablo Marcos
4965f3403b
Merge pull request #68615 from pamarcos/secure-name-collections-storage
Add storage encryption for named collections
2024-08-21 15:21:12 +00:00
Kruglov Pavel
aa96fd3385
Merge pull request #63798 from Blargian/variant_inference
setting to use Variant data type during schema inference
2024-08-21 13:06:00 +00:00
Kruglov Pavel
34d02304d3
Merge branch 'master' into input_format_json_empty_as_default 2024-08-21 14:50:36 +02:00
Pablo Marcos
dd39218971 Fix style 2024-08-20 14:24:53 +00:00
Pablo Marcos
c56ae57af8 Update documentation 2024-08-20 14:09:13 +00:00
János Benjamin Antal
e547875a9c Improve wording 2024-08-20 14:03:02 +00:00
János Benjamin Antal
d10e65291c Fix docs 2024-08-20 14:03:02 +00:00
Robert Schulze
129d1e387e
Some fixups 2024-08-20 13:36:17 +00:00
Pablo Marcos
f1d453e544 Merge branch 'master' into system-query-metric-log 2024-08-20 08:36:43 +00:00
Michael Kolupaev
fae478b9d2 Style 2024-08-20 02:21:44 +00:00
Michael Kolupaev
48ec505823 Refreshable MV: coordination and Replicated DB support 2024-08-20 02:21:41 +00:00
Kseniia Sumarokova
30c9e76dc5
Merge pull request #68497 from petern48/fix_postgresql_setting_default
Fix incorrect default value in docs for postgresql_connection_pool_auto_close_connection
2024-08-19 10:45:35 +00:00
Shaun Struwig
4a7fe42001
Merge branch 'master' into variant_inference 2024-08-17 20:20:37 +02:00
Peter Nguyen
9dee9ecfb4 Fix incorrect default value for postgresql_connection_pool_auto_close_connection in docs 2024-08-17 10:33:35 -06:00
Michael Kolupaev
cb3468f6d1
Merge pull request #58934 from ClickHouse/mv4
Refreshable materialized views improvements
2024-08-16 17:16:28 +00:00
Kruglov Pavel
6f7e4ce3aa
Merge branch 'master' into fix-nullable-schema-inference 2024-08-16 15:39:34 +02:00
Kseniia Sumarokova
cb77472478
Merge pull request #68445 from neoman36/named_collection-doc
named-collections.md is updated
2024-08-16 12:29:01 +00:00
neoman36
c542fb57cd named-collections.md is updated 2 2024-08-16 13:01:23 +02:00
Pablo Marcos
49e9baa0ff Merge branch 'master' into system-query-metric-log 2024-08-16 12:25:49 +02:00
neoman36
b76277ca00 named-collections.md is updated 2024-08-16 12:23:20 +02:00
Michael Kolupaev
4b9a2997d0 Merge remote-tracking branch 'origin/master' into mv4 2024-08-16 00:33:30 +00:00
avogar
9f477bb1e7 Merge branch 'master' of github.com:ClickHouse/ClickHouse into json-data-type 2024-08-15 20:44:01 +00:00
Nikita Taranov
e98c89ebcb
Merge pull request #68164 from petern48/add_create_if_not_exists_setting
Add create_if_not_exists setting
2024-08-15 19:16:00 +00:00
jsc0218
fb037bcc72 move to mergetree setting and add more info 2024-08-15 13:48:43 +00:00
Kruglov Pavel
f539507592
Merge branch 'master' into variant_inference 2024-08-15 14:23:20 +02:00
Marco Vilas Boas
0a1f61fcbd
Merge branch 'ClickHouse:master' into marco-vb/x509-san-support-wildcard 2024-08-14 10:15:30 +01:00
avogar
55ede2dab6 Merge branch 'master' of github.com:ClickHouse/ClickHouse into json-data-type 2024-08-13 21:19:17 +00:00
Michael Kolupaev
074cd7371a Merge remote-tracking branch 'origin/master' into mv4 2024-08-13 20:04:17 +00:00
jsc0218
2bf9ca6c43
Merge pull request #68245 from jsc0218/SpecialMergeTreeProjMergeDoc
Add Projection Merge Doc
2024-08-13 19:21:01 +00:00
avogar
70708fd5dc Update docs, make better 2024-08-13 19:19:02 +00:00
avogar
f82822c993 Merge branch 'master' of github.com:ClickHouse/ClickHouse into json-data-type 2024-08-13 17:14:30 +00:00
Alexis Arnaud
d36176ad85 Support for the input_format_json_empty_as_default setting 2024-08-13 18:30:43 +02:00
Nikita Taranov
dd3fa7c3b6
Merge pull request #61793 from nickitat/keep_alive_max_reqs
Implement `max_keep_alive_requests` setting for server
2024-08-13 15:06:43 +00:00
Peter Nguyen
94604126fe
Merge branch 'ClickHouse:master' into add_create_if_not_exists_setting 2024-08-13 07:25:26 -06:00
Robert Schulze
99282e526a
Merge pull request #68235 from sakulali/query_cache_tag
QueryCache: Add tagging
2024-08-13 10:44:10 +00:00
Yarik Briukhovetskyi
086c0f03a6
Merge pull request #65997 from yariks5s/hive_style_partitioning
Implementing Hive-style partitioning
2024-08-13 10:04:21 +00:00
Michael Kolupaev
15ca86db7a Merge remote-tracking branch 'origin/master' into mv4 2024-08-12 21:17:45 +00:00
jsc0218
38405dd7cd add projection merge doc 2024-08-12 18:14:22 +00:00
Robert Schulze
c22265b889
Some fixups 2024-08-12 17:45:38 +00:00
vdimir
5195bc9060
Merge branch 'master' into pr/allmazz/63279 2024-08-12 16:45:58 +00:00
Robert Schulze
fe537045c9
Merge remote-tracking branch 'ClickHouse/master' into query_cache_tag 2024-08-12 16:16:32 +00:00
avogar
cfd854882b Merge branch 'master' of github.com:ClickHouse/ClickHouse into json-data-type 2024-08-12 15:57:57 +00:00
marco-vb
2068fbb157 Added support for single wildcard usage in x509 SubjectAltName user identification (both DNS and URI). 2024-08-12 15:39:52 +00:00
Peter Nguyen
c817a4e8ad
Update settings.md to clarify create_if_not_exists behavior
Co-authored-by: Nikita Taranov <nickita.taranov@gmail.com>
2024-08-12 07:45:51 -06:00
avogar
9296d4ecfb Merge branch 'master' of github.com:ClickHouse/ClickHouse into json-data-type 2024-08-12 11:55:39 +00:00
sakulali
957a0b6ea4 Add a setting query_cache_tag 2024-08-12 08:40:01 +08:00
Peter Nguyen
2af1134c08 Update settings.md docs with new create_if_not_exists settings 2024-08-11 16:59:52 -06:00
Yakov Olkhovskiy
5c8665c660 fix system.kafka_consumers and doc, fix tidy 2024-08-11 20:40:55 +00:00
Alexey Milovidov
3e43cbe791
Merge branch 'master' into variant_inference 2024-08-09 23:37:27 +02:00
Kirill Nikiforov
4354b4193d
Merge remote-tracking branch 'origin' into mongodb_refactoring 2024-08-09 20:42:32 +03:00