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
pufit
a9fcff72f3
Update docs
2023-04-13 12:57:21 -04: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
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
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
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
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
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