Commit Graph

9680 Commits

Author SHA1 Message Date
Rich Raposa
3a3438ebf9
Update settings-formats.md
Default compression method for Parquet changed from snappy to lz4 in 23.3
2023-03-30 10:26:33 -06:00
Antonio Andelic
80cb121d2a
Merge pull request #48092 from ClickHouse/nosign-keyword-for-s3
Add support for `NOSIGN` keyword and `no_sign_request` config for S3
2023-03-30 18:10:56 +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
Nikolai Kochetov
06bf500c30
Update settings.md 2023-03-30 17:36:56 +02:00
Nikolay Degterinsky
c363b5820e
Merge pull request #47087 from evillique/decode_ulid
Add function ULIDStringToDateTime
2023-03-30 17:19:07 +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
Rich Raposa
828cee6b81
Merge pull request #48186 from den-crane/patch-61
Doc. Note about cast and LowCardinality
2023-03-30 08:41:24 -06:00
Alexander Tokmakov
131395b00f
Merge pull request #48171 from aalexfvk/add_option_disable_on_cluster_queries
Add allow_distributed_ddl_queries option to the cluster config
2023-03-30 17:29:02 +03:00
Denny Crane
e25872a333
Update type-conversion-functions.md 2023-03-30 11:15:11 -03:00
Nikolai Kochetov
a8a28bdf3d Merge branch 'master' into rename-setting-stop_reading_on_first_cancel 2023-03-30 16:07:14 +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
Denny Crane
3ac34fc21c
Merge branch 'master' into patch-61 2023-03-30 09:32:59 -03:00
Denny Crane
a44d2bf724
Update type-conversion-functions.md 2023-03-30 09:32:32 -03:00
Denny Crane
372948fb4c
Update type-conversion-functions.md 2023-03-30 09:30:45 -03:00
taiyang-li
2a35c18973 add docs and uts 2023-03-30 18:18:21 +08:00
mateng915
15a5372eb1
Update build.md
Latest master branch and stable tag version using  Clang-14 can not compile successfully. Need using Clang-15
2023-03-30 17:07:36 +08:00
Robert Schulze
b0473098c6
Merge branch 'master' into qc-compression 2023-03-30 10:55:42 +02:00
robot-ch-test-poll
1cedd5c11d
Merge pull request #48188 from ClickHouse/rfraposa-5
Add cross_to_inner_join_rewrite setting
2023-03-30 08:18:07 +02:00
Denny Crane
2c231a6ac4
Update settings.md 2023-03-29 20:49:44 -03:00
Denny Crane
553c5aa622
Update type-conversion-functions.md 2023-03-29 20:46:34 -03:00
Nikolay Degterinsky
5b53f5ddae
Merge branch 'master' into decode_ulid 2023-03-30 01:37:14 +02:00
rfraposa
98d098618b Add cross_to_inner_join_rewrite setting 2023-03-29 14:34:48 -06:00
Denny Crane
2349fadbe7
Update type-conversion-functions.md 2023-03-29 15:33:53 -03:00
Denny Crane
12801f736b
Update type-conversion-functions.md 2023-03-29 15:33:07 -03:00
Denny Crane
46a7b73608
Update type-conversion-functions.md 2023-03-29 15:25:39 -03:00
Rich Raposa
3e9f4750f3
Merge pull request #48175 from gingerwizard/youtube_docs
youtube questions
2023-03-29 10:33:21 -06:00
Aleksei Filatov
0ac9dcd723 Add allow_distributed_ddl_queries option to the cluster config 2023-03-29 18:15:46 +03:00
rfraposa
45f6cbebe4 Update amazon-reviews.md 2023-03-29 08:47:37 -06:00
rfraposa
70717c9dc1 Change fields to Bool 2023-03-29 08:43:42 -06:00
Dale Mcdiarmid
26e031169e youtube questions 2023-03-29 15:29:22 +01:00
Rich Raposa
adc4fb4082
Merge branch 'master' into amazon-reviews-1 2023-03-29 08:24:48 -06:00
rfraposa
d8260405ba Update amazon-reviews.md 2023-03-29 08:23:52 -06:00
Robert Schulze
b324d0ed5e
Merge branch 'master' into qc-compression 2023-03-29 15:09:22 +02:00
Alexey Milovidov
a495cd4c72
Update environmental-sensors.md 2023-03-29 14:59:43 +03:00
Antonio Andelic
44e95aa65f Merge branch 'master' into nosign-keyword-for-s3 2023-03-29 11:10:03 +00:00
Antonio Andelic
7b1ad221b2 Address PR comments 2023-03-29 11:08:44 +00:00
robot-ch-test-poll
04d30a2afb
Merge pull request #48119 from Avogar/avro-more-types
Support more ClickHouse types in Avro format
2023-03-29 13:07:35 +02:00
Robert Schulze
b4c8ef980c
Merge pull request #47838 from zvonand/zvonand-formatdecimal
Add toDecimalString function
2023-03-29 10:41:12 +02:00
rfraposa
0ca26b09eb Update environmental-sensors.md 2023-03-28 21:51:30 -06:00
Rich Raposa
7739ab04fa
Merge branch 'master' into sensors-dataset 2023-03-28 21:29:33 -06:00
rfraposa
954d486c20 Update environmental-sensors.md 2023-03-28 21:27:23 -06:00
rfraposa
258c1a9bc0 Add query 2023-03-28 21:11:28 -06:00
rfraposa
87b75269fb Added image 2023-03-28 20:32:10 -06:00
rfraposa
2f09b43d98 Create environmental-sensors.md 2023-03-28 19:46:29 -06:00
Rich Raposa
f50eb64584
Merge branch 'master' into amazon-reviews 2023-03-28 17:46:53 -06:00
rfraposa
61916cfd96 Update amazon-reviews.md 2023-03-28 17:45:27 -06:00
rfraposa
b8edcd90cc Update stack_trace.md 2023-03-28 15:49:58 -06:00
rfraposa
95abfca147 Update amazon-reviews.md 2023-03-28 15:40:54 -06:00
rfraposa
813a1ef8ac Update amazon-reviews.md 2023-03-28 15:37:22 -06:00
rfraposa
3d0b94e210 Update amazon-reviews.md 2023-03-28 15:26:34 -06:00
Robert Schulze
44d0a8075d
Small follow-up to #46252 2023-03-28 21:06:58 +00:00
Robert Schulze
622d1dfadd
Merge pull request #46252 from ClibMouse/feature/hastokencaseinsensitive-index-utilization
Implement tokenbf_v1 index utilization for hasTokenCaseInsensitive
2023-03-28 22:38:21 +02:00
rfraposa
d33ead5f4f Update amazon-reviews.md 2023-03-28 12:58:57 -06:00
avogar
a0fcf81abf Support more ClickHouse types in MsgPack format 2023-03-28 18:25:52 +00:00
Robert Schulze
202f52dc3a
Implement SHOW COLUMNS
Modeled after (*)

Fixes #46437

(*) https://dev.mysql.com/doc/refman/8.0/en/show-columns.html
2023-03-28 18:04:22 +00:00
avogar
06a6f5cf76 Support more ClickHouse types in Avro format 2023-03-28 17:36:20 +00:00
Smita Kulkarni
a26cfd523c Updated right bool for disallowing concurrent backups and restores 2023-03-28 15:42:21 +02:00
Smita Kulkarni
afe5982c4e Fixed typo - settings 2023-03-28 15:39:28 +02:00
Smita Kulkarni
c8ec900d90 Fixed comment for usage on cluster 2023-03-28 15:37:49 +02:00
Smita Kulkarni
e5994e873e Added documentation for new settings to disallow concurrent backup/restore 2023-03-28 14:03:50 +02:00
zvonand
edc80fbd94 updated docs + fix linker isssue 2023-03-28 13:25:18 +02:00
zvonand
09181a9b58 Merge branch 'master' of github.com:ClickHouse/ClickHouse into zvonand-formatdecimal 2023-03-28 11:01:00 +02:00
Robert Schulze
7cf494acc2
Merge pull request #48000 from ClickHouse/rs/parsedatetimeorzero
MySQL dialect compat: Add str_to_date
2023-03-28 10:04:56 +02:00
Antonio Andelic
4c61ec2fad update docs 2023-03-28 07:19:08 +00:00
Nikolay Degterinsky
71b498061b Fix a bug, review suggestions 2023-03-28 01:48:25 +00:00
Alexander Tokmakov
b5fe1ada0b more options for sync replica 2023-03-28 01:39:36 +02:00
Dan Roscigno
c8f59194a3
Merge pull request #48070 from den-crane/patch-60
Doc. idle_connection_timeout
2023-03-27 15:17:08 -04:00
Dan Roscigno
07c3a0522b
Merge pull request #48072 from DanRoscigno/standardize-admonitions
standardize admonitions
2023-03-27 15:16:05 -04:00
DanRoscigno
6d8a2bbd48 standardize admonitions 2023-03-27 14:54:05 -04:00
zvonand
dbd0ccdb64 Merge branch 'master' of github.com:ClickHouse/ClickHouse into zvonand-formatdecimal 2023-03-27 20:21:09 +02:00
zvonand
b7bb09d362 upload 2023-03-27 20:19:52 +02:00
Denny Crane
295d3b7510
Update settings.md 2023-03-27 14:45:43 -03:00
Denny Crane
98488f30ab
Update settings.md 2023-03-27 14:40:45 -03:00
Rich Raposa
feac46eac4
Update dropped_tables.md (#48067)
* Update dropped_tables.md

* Update dropped_tables.md

* Update docs/en/operations/system-tables/dropped_tables.md

---------

Co-authored-by: Alexander Tokmakov <tavplubix@clickhouse.com>
2023-03-27 20:16:28 +03:00
Robert Schulze
499d912bbc
Merge pull request #48064 from ClickHouse/rs/docs-show
Docs: Update syntax of some SHOW queries
2023-03-27 18:06:22 +02:00
Robert Schulze
86f6828556
Docs: Update syntax of some SHOW queries 2023-03-27 15:56:31 +00:00
Rich Raposa
c3642272fa
Merge branch 'master' into add-marked-dropped-tables 2023-03-27 09:38:38 -06:00
rfraposa
15039d3327 Rename file 2023-03-27 09:37:06 -06:00
Robert Schulze
a123533b2f
Merge pull request #48061 from ClickHouse/rs/doc-full
Docs: Document [FULL] keyword in SHOW TABLES
2023-03-27 17:28:48 +02:00
Robert Schulze
246316dd49
Docs: Document [FULL] keyword in SHOW TABLES
Follow-up to #43910
2023-03-27 15:23:30 +00:00
Rich Raposa
01cccb08a5
Merge branch 'master' into add-marked-dropped-tables 2023-03-27 09:23:09 -06:00
rfraposa
eac71397c4 Create marked_dropped_tables.md 2023-03-27 09:19:50 -06:00
nellicus
f1258a932f fix typo 2023-03-27 16:58:20 +02:00
Robert Schulze
3701fda6b1
Add str_to_date() alias for MySQL compat
Fixes #43755
2023-03-27 14:52:32 +00:00
Tyler Hannan
2981890ab4
Fix Sample... 2023-03-27 12:03:47 +02:00
rfraposa
de177de28a Update covid19.md 2023-03-26 23:24:33 -06:00
rfraposa
6cff504f63 Create covid19.md 2023-03-26 23:14:06 -06:00
rfraposa
9a71d265ae Create amazon-reviews.md 2023-03-26 21:38:17 -06:00
rfraposa
997ab8e0b2 Update youtube-dislikes.md 2023-03-26 16:17:17 -06:00
Rich Raposa
6246aaa168
Merge branch 'master' into youtube-dislikes 2023-03-26 16:11:34 -06:00
rfraposa
f0b3007dee Update youtube-dislikes.md 2023-03-26 16:11:05 -06:00
Alexey Milovidov
b6892f53fc
Merge pull request #47724 from ClickHouse/rs/qc-better-cfg-name
Rename cfg parameter query_cache.size to query_cache.max_size
2023-03-27 00:36:24 +03:00
rfraposa
5de24798b1 Update youtube-dislikes.md 2023-03-25 22:06:45 -06:00
rfraposa
bc91bd518b Update youtube-dislikes.md 2023-03-25 21:47:55 -06:00
rfraposa
ca732c4013 Create youtube-dislikes.md 2023-03-25 21:21:06 -06:00
rfraposa
70912b15bc Update settings.md 2023-03-25 15:56:04 -06:00
rfraposa
ac72ed035c Update user.md 2023-03-24 22:50:29 -06:00
rfraposa
9f548d658e Update user.md 2023-03-24 22:45:34 -06:00
rfraposa
24b5b32dc3 Update user.md 2023-03-24 22:28:14 -06:00
Robert Schulze
129245da2e
Docs: Fix links 2023-03-24 13:52:56 +00:00