zvonand
ecd0b4cc06
update settings from master
2023-05-11 00:37:58 +02:00
Alexey Milovidov
33a58aacea
Merge pull request #49719 from ClickHouse/make-projections-non-experimental
...
Make projections production-ready
2023-05-10 18:07:02 +03:00
zvonand
7762dde325
Merge branch 'master' of github.com:ClickHouse/ClickHouse into zvonand-implicit-tz
2023-05-10 14:49:17 +02:00
Roman Vasin
632c0eeefc
Add support of temporary tables in FROM part of ATTACH|REPLACE PARTITION FROM ( #49436 )
...
* Add temp tables after FROM
* Resolve works fine with temp and non-temp tables
* Add usage of temporary table in 00626_replace_partition_from_table test
* Update documentation
* Add tests for ReplicatedMergeTree
* Move tests into 02731_replace_partition_from_temporary_table
2023-05-10 15:25:12 +03:00
Alexey Milovidov
8a6e07f0ea
Make projections production-ready
2023-05-10 03:35:13 +02:00
Andrey Zvonov
9237b904be
Merge branch 'master' into zvonand-implicit-tz
2023-05-10 01:25:33 +02:00
Mikhail f. Shiryaev
e1fa92e078
Add openSUSE and SLES to docs dictionary, sort it
2023-05-07 19:30:55 +02:00
Mikhail f. Shiryaev
b2963eb4be
Add documentation how to install clickhouse on SUSE family
2023-05-07 17:59:46 +02:00
pufit
e1fa147e51
docs
2023-05-05 22:57:48 -04:00
zvonand
8338d54c34
Merge branch 'master' of github.com:ClickHouse/ClickHouse into zvonand-implicit-tz
2023-05-05 15:50:26 +02:00
Ivan Takarlikov
8873856ce5
Fix some grammar mistakes in documentation, code and tests
2023-05-04 13:35:18 -03:00
Ziy1-Tan
2c159061ed
Support _path
and _file
virtual columns for table function url
.
2023-05-01 21:40:30 +08:00
Nikita Mikhaylov
da72eb630e
Done
2023-04-27 18:14:46 +02:00
pufit
1985fb785e
Merge pull request #48262 from ClickHouse/42497-inherit-grant
...
GRANT CURRENT GRANTS implementation
2023-04-24 11:11:10 -04:00
Yakov Olkhovskiy
540c33abce
fix grammar
2023-04-20 22:39:26 -04:00
Yakov Olkhovskiy
9ca91e618a
add arrayPartialSort and arrayPartialReverseSort
2023-04-20 22:27:13 -04:00
zvonand
b281ceacbb
Update docs/ru/operations/settings/settings.md
2023-04-19 14:47:57 +02:00
zvonand
daae5025e8
small updates due to review
2023-04-19 14:45:51 +02:00
zvonand
22be85d976
renamed setting
2023-04-18 02:42:30 +02:00
pufit
a9fcff72f3
Update docs
2023-04-13 12:57:21 -04:00
zvonand
2a9f28b73b
resolve
2023-04-12 12:54:39 +02:00
pufit
078b8f5399
Small refactor, additional tests
2023-04-11 19:55:59 -04:00
Alexander Tokmakov
327bfbc6c4
Merge pull request #48183 from ClickHouse/contrib_sparse_checkout
...
Add scripts for sparse checkout of some contribs
2023-04-11 16:18:27 +03:00
Denny Crane
36871fad34
Update deltasumtimestamp.md
2023-04-09 19:38:08 -03:00
Denny Crane
a4183204f9
Update deltasumtimestamp.md
2023-04-09 19:27:13 -03:00
Denny Crane
c89eb29b0f
Update deltasumtimestamp.md
2023-04-09 19:24:42 -03:00
Alexander Tokmakov
3633f0b2f3
fix
2023-04-07 23:50:09 +02:00
Alexander Tokmakov
3c509214e4
Merge branch 'master' into contrib_sparse_checkout
2023-04-07 23:44:38 +02:00
pufit
8441b0a3e1
Fix comments, tests, docs
2023-04-04 20:43:15 -04:00
Alexander Tokmakov
2ab198f19d
Merge branch 'master' into contrib_sparse_checkout
2023-03-31 16:10:15 +02:00
Alexander Tokmakov
caf00b5968
Merge branch 'master' into sync_replica_lightweight
2023-03-31 14:52:55 +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
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
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
Alexander Tokmakov
905975f6e6
update docs
2023-03-29 18:47:38 +02:00
zvonand
edc80fbd94
updated docs + fix linker isssue
2023-03-28 13:25:18 +02:00
Alexander Tokmakov
b5fe1ada0b
more options for sync replica
2023-03-28 01:39:36 +02: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
zvonand
b5b200c483
add docs in docs section
2023-03-21 14:28:47 +01:00
Sergei Trifonov
273770519b
Merge branch 'master' into master
2023-03-20 18:28:10 +01:00
Sergei Trifonov
b33e56a05f
Merge pull request #47522 from kolechenkov/patch-2
2023-03-20 14:28:36 +01:00
Alexander Tokmakov
f1df91cd09
Merge pull request #47659 from ClickHouse/fix_993
...
Fixes for 993 and friends
2023-03-18 14:46:43 +03:00
rfraposa
ac5ed141d8
New nav - reverting the revert
2023-03-17 21:45:43 -05:00
Alexander Tokmakov
d11aee2b0c
Merge branch 'master' into fix_993
2023-03-17 21:28:23 +03:00
Alexander Tokmakov
ec44c8293a
Revert "New navigation"
2023-03-17 21:21:11 +03:00
Alexander Tokmakov
dfd8b2670a
fix tests, update docs
2023-03-17 14:15:03 +01:00
Andrey Zvonov
a871c36d38
Merge branch 'master' into zvonand-implicit-tz
2023-03-17 10:49:35 +01: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
Alexey Perevyshin
2c6534f5c8
Merge branch 'master' into master
2023-03-16 23:57:36 +04:00
Alexander Tokmakov
a72f0cae07
Merge pull request #46071 from arenadata/ADQM-639
...
Add support of arbitrary engines for temporary tables
2023-03-16 20:56:25 +03:00
Andrey Zvonov
4327d707e0
Merge branch 'master' into zvonand-implicit-tz
2023-03-15 22:18:52 +01:00
alexX512
dc1a6884ca
Add documentation for a setting stop_reading_on_first_cancel
2023-03-15 14:49:24 +00:00
Sergei Trifonov
aa4a2dbfe9
Update docs/ru/interfaces/third-party/gui.md
2023-03-13 21:50:57 +01:00
kolechenkov
7ab74dd862
Update gui.md
...
Added a missed bracket
2023-03-13 10:27:48 +03:00
robot-ch-test-poll3
8e4112b1ce
Merge pull request #47459 from Dmitry-k42/master
...
Minor misspell corrections and markup fixes in russian docs
2023-03-11 08:54:12 +01:00
kolechenkov
d20cbfe051
Update gui.md
...
Update information about Yandex DataLens
2023-03-10 19:00:02 +03: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
Roman Vasin
cf85915466
Refactor grants logic, create test for grants, update docs
2023-03-06 16:37:41 +00:00
Roman Vasin
95a7e11a47
Merge branch 'master' of github.com:ClickHouse/ClickHouse into ADQM-639
2023-03-06 09:11:20 +00:00
Roman Vasin
237b5b2bfa
Update docs
2023-03-06 08:25:39 +00:00
Dmitry
64a169014c
Markup fixed at the page /docs/ru/sql-reference/dictionaries/external-dictionaries/external-dicts-dict-structure.md
2023-03-06 12:07:57 +04:00
Dmitry
c1d6204a8c
Misspell fixed at the page /docs/ru/operations/storing-data.md
2023-03-06 12:02:42 +04:00
Dmitry
4d75b0a045
Typos at the page /docs/ru/operations/clickhouse-keeper.md
2023-03-06 11:05:07 +04:00
Dmitry
7dc685f74c
Markup fixed at the page /docs/ru/operations/opentelemetry.md
2023-03-06 11:00:27 +04:00
Dmitry
2aecaa7e46
Markup fixed at the page /docs/ru/operations/server-configuration-parameters/settings.md
2023-03-06 10:51:51 +04:00
Dmitry
97cbc7e7fe
Typos fixed at the page /docs/ru/sql-reference/operators/in.md
2023-03-04 17:20:54 +04:00
Dmitry
1d7bb4e83b
Markup fixed at the page /docs/ru/sql-reference/operators/exists.md
2023-03-04 17:02:03 +04:00
Dmitry
7c2ccef1b9
Markup fixed at the page /docs/ru/sql-reference/operators/index.md
2023-03-04 17:00:18 +04:00
Dmitry
3f3091cca5
Markup fixed at the page /docs/ru/interfaces/third-party/client-libraries.md
2023-03-03 19:55:44 +04:00
Dmitry
d55ebe74f6
Markup fixed at the page /docs/ru/sql-reference/data-types/geo.md
2023-03-03 18:27:27 +04:00
Dmitry
dfb9258c28
Markup fixed a the page /docs/ru/sql-reference/data-types/special-data-types/interval.md
2023-03-03 18:22:02 +04:00
Dmitry
420c79a252
Typo at the page /docs/ru/sql-reference/data-types/tuple.md
2023-03-03 18:16:57 +04:00
Dmitry
e06bcf21ec
Markup fixed at the page /docs/ru/sql-reference/data-types/aggregatefunction.md
2023-03-03 18:11:27 +04:00
Dmitry
302e076ddd
Typos at the page /docs/ru/sql-reference/dictionaries/external-dictionaries/external-dicts-dict-polygon.md
2023-03-03 17:21:52 +04:00
Dmitry
5d1f3dbf4e
Typo at the page /docs/ru/sql-reference/dictionaries/external-dictionaries/external-dicts.md
2023-03-03 16:50:14 +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
Dmitry
e631a4d9b8
Typo at the page /docs/ru/sql-reference/functions/introspection.md
2023-03-03 12:50:13 +04:00
Dmitry
aa4f72728e
Markup fixed at the page /docs/ru/sql-reference/statements/optimize.md
2023-03-03 11:21:26 +04:00
Dmitry
fda64b503b
Fixed a typo at the page /docs/ru/sql-reference/statements/alter/view.md
2023-03-03 10:47:29 +04:00
robot-ch-test-poll4
20bebf7a16
Merge pull request #47150 from Dmitry-k42/master
...
A few misspells fixed in Russian documentation
2023-03-02 18:53:58 +01:00
Dmitry
29f0f4e745
Typos in the page /docs/ru/sql-reference/statements/create/table.md
2023-03-02 17:54:16 +04:00
Dmitry
d42a95a6c5
Type in the page /docs/ru/sql-reference/statements/select/with.md
2023-03-02 17:25:49 +04:00
Dmitry
39aff35ac3
Typos in the page /docs/ru/sql-reference/statements/select/union.md
2023-03-02 17:23:02 +04:00
Dmitry
00d28893e8
Typos in the page /docs/ru/sql-reference/statements/select/sample.md
2023-03-02 17:20:25 +04:00
Dmitry
f57bb3d71e
Typo in the page /docs/ru/sql-reference/statements/select/prewhere.md
2023-03-02 17:14:52 +04:00
Dmitry
4a746f32a5
Typos in the page /docs/ru/sql-reference/statements/select/order-by.md
2023-03-02 17:12:15 +04:00
Dmitry
6aee723918
Typos in the page /docs/ru/sql-reference/statements/select/join.md
2023-03-02 16:50:28 +04:00
Dmitry
f9e80b4d41
Typo in the /docs/ru/sql-reference/statements/select/group-by.md
2023-03-02 16:36:35 +04:00
SupunKavinda
088869b654
adds hyvor/clickhouse-php to docs
2023-03-02 01:47:00 +01:00
pufit
29296cb004
Merge pull request #46550 from ClickHouse/46231-systerm-server-settings
...
Implement `system.server_settings`
2023-02-28 11:23:15 -05:00
pufit
c94fbc45bf
Update docs
2023-02-27 10:31:41 -05:00
zvonand
49fb028498
Merge branch 'master' of github.com:ClickHouse/ClickHouse into zvonand-implicit-tz
2023-02-26 17:20:09 +01:00
pufit
efa0ddedfd
Update server_settings.md
2023-02-24 10:18:26 -05:00
pufit
2fbe75957d
Add default
column for system.settings
and system.server_settings
2023-02-23 18:24:57 -05:00
zvonand
a9d0f7e7db
Added docs for new serverTimeZone function
...
Updated tests and docs
2023-02-23 19:14:49 +01:00
Alexander Tokmakov
7b15f469cf
Merge pull request #46782 from ClickHouse/add_docs_for_44543
...
Add docs for #44543
2023-02-23 19:37:34 +03:00
Alexander Tokmakov
de04760bcd
add docs for #44543
2023-02-23 15:57:11 +01:00
pufit
c4646708a6
ru documentation
2023-02-22 18:54:39 -05:00
zvonand
393830ecdc
add docs + tiny cleanup
2023-02-22 16:30:46 +01:00
Roman Vasin
5c1c5199b9
Merge branch 'master' into ADQM-639
2023-02-22 09:25:17 +03:00
Jus
2945125a16
Update docs/ru/sql-reference/functions/other-functions.md
...
Co-authored-by: Nikolay Degterinsky <43110995+evillique@users.noreply.github.com>
2023-02-21 10:00:47 +04:00
Jus
d48ec14cab
Add description function
...
Add description function.
Fix bugs
2023-02-20 10:59:57 +04:00
Roman Vasin
3e2b56fabc
Merge branch 'master' into ADQM-639
2023-02-17 21:14:26 +03:00
Jus
df4abf4d87
add settings
...
add settings
2023-02-16 20:53:51 +04:00
Jus
7bedfee7ea
add info for Kafka engine
...
add info for Kafka engine
2023-02-16 20:53:40 +04:00
Roman Vasin
8cc768fde2
Add KeeperMap as disallowed engine for temporary tables
2023-02-13 16:23:04 +00:00
Antonio Andelic
f96d480563
Merge branch 'master' into add-support-for-settings-alias
2023-02-09 16:07:45 +01:00
Roman Vasin
9488bd834f
Merge branch 'master' into ADQM-639
2023-02-07 09:45:10 +03:00
Roman Vasin
a4079bc360
Update docs for temporary tables
2023-02-06 09:52:52 +00:00
Antonio Andelic
a58653820e
Update docs
2023-02-03 18:19:12 +00:00
vdimir
e175b72d79
Update ru doc for sparkbar function
2023-02-03 17:25:28 +00:00
Alexey Milovidov
d792a2735d
Update named-collections.md
2023-01-28 02:21:00 +03:00
Jus
4f7b533bfd
update named-collections.md
...
Add connect to remote clickhouse with named collections
2023-01-27 12:41:21 +04:00
Dan Roscigno
b4ab361366
Merge branch 'master' into docs_optimize_skip_merged_partitions
2023-01-25 19:45:32 -05:00
Robert Schulze
da7a657f1f
Docs: fix docs of EXPLAIN PLAN indexes=1
2023-01-25 11:02:50 +00:00
AVMusorin
5f8658b2d6
docs: added optimize_skip_merged_partitions setting
2023-01-24 14:56:39 +01:00
Azat Khuzhin
4366f7fb3b
Remove PREALLOCATE for HASHED/SPARSE_HASHED dictionaries
...
It does not give significant benefit, but now, you hashed/sparse_hashed
dictionaries can be filled in parallel (#40003 ), using sharded
dictionaries, and this should be used instead of PREALLOCATE.
Note, that dictionaries, that had been created with PREALLOCATE will
work, but simply ignore this attribute.
Fixes : #41985 (cc @alexey-milovidov)
Reverts: #23979 (cc @kitaisreal)
Signed-off-by: Azat Khuzhin <a.khuzhin@semrush.com>
2023-01-18 20:18:37 +01:00
Yakov Olkhovskiy
842a34666c
Merge pull request #44594 from arenadata/ADQM-634
...
Add keytab parameter in kerberos section of config.xml
2023-01-12 15:07:45 -05:00
DanRoscigno
7168c217b0
switch text to response for query blocks
2023-01-11 10:08:11 -05:00
serxa
8d099a4417
make more SQL queries copyable from docs in one click
2023-01-11 13:43:51 +00:00
Ivan Blinkov
61c2f23713
Remove leftover empty lines at the end of markdown files
2023-01-09 15:15:18 +01:00
Ivan Blinkov
b7e082d033
Remove "Original article links"
2023-01-09 15:13:36 +01:00
Roman Vasin
d5c8132ab2
Merge branch 'master' into ADQM-634
2023-01-09 11:34:40 +03:00
Roman Vasin
2995c6d866
Merge branch 'master' of github.com:ClickHouse/ClickHouse into ADQM-634
2023-01-09 08:26:45 +00:00
Alexey Milovidov
28b6ada1d9
testing and prestable are not used anymore
2023-01-09 08:57:30 +03:00
Vadim Akhma
7bd8435200
wrong text
...
60 str. двуми видами => двумя видами
2023-01-09 10:45:35 +06:00
Dan Roscigno
20a35efc42
Merge pull request #44665 from burmecia/fix-ttl-doc
...
fix table ttl doc example
2023-01-04 15:53:19 -05:00
Alexey Milovidov
3a027d285f
Merge pull request #44828 from ClickHouse/remove-two-lines-of-code
...
What if I will remove two lines of code?
2023-01-04 04:50:52 +03:00
Robert Schulze
cfb6feffde
What happens if I remove these 139 lines of code?
2023-01-03 18:35:31 +00:00
Robert Schulze
421473e974
Merge pull request #44421 from ClickHouse/revert-of-revert-of-age-function
...
Revert revert of age function
2023-01-03 10:02:18 +01:00
Bo Lu
5d1886994f
fix table ttl doc example
2022-12-28 15:45:05 +11:00
Roman Vasin
483e26cf2f
Merge branch 'master' into ADQM-634
2022-12-26 15:34:38 +03:00
Roman Vasin
5a7257069b
Updated docs
2022-12-26 12:22:29 +00:00
Kruglov Pavel
5e01a3d74e
Merge branch 'master' into improve-streaming-engines
2022-12-21 10:51:50 +01:00
Robert Schulze
3f03b0b53d
Revert "Revert "Add function 'age'""
...
This reverts commit 4549b14027
.
2022-12-20 10:18:43 +00:00
Yakov Olkhovskiy
21ed8bae4a
fix style
2022-12-16 17:31:35 -05:00
Yakov Olkhovskiy
136279948b
Append requirement for FORMAT RowBinary with strict delimiter
2022-12-16 15:54:41 -05:00
Kruglov Pavel
c5b2e4cc23
Merge branch 'master' into improve-streaming-engines
2022-12-15 18:44:35 +01:00
Alexey Milovidov
4549b14027
Revert "Add function 'age'"
2022-12-13 23:28:09 +03:00
Nikolay Degterinsky
31531dc29e
Fix docs
2022-12-08 14:18:51 +01:00
Dan Roscigno
c5eb269515
Merge pull request #43943 from DanRoscigno/update-operations-docs
...
Update operations docs
2022-12-05 20:58:42 -05:00
Robert Schulze
b14de0017c
Merge pull request #43788 from arenadata/ADQM-626
...
Add support of array parameters in `cutURLParameter` function
2022-12-05 16:18:42 +01:00
DanRoscigno
9918e39120
please do not use symlinks in docs
2022-12-05 08:29:57 -05:00
Roman Vasin
373a353ed9
Update docs
2022-12-02 17:34:02 +00:00
Roman Vasin
325cd07fa1
Update docs
2022-12-01 13:47:44 +00:00
Roman Vasin
cea63dbca0
Merge branch 'master' of github.com:ClickHouse/ClickHouse into ADQM-626
2022-12-01 07:32:06 +00:00
Roman Vasin
96d7cf319b
Merge branch 'master' into ADQM-623
2022-11-30 19:25:53 +03:00