Maksim Kita
6de38e8857
Merge pull request #23758 from excitoon-favorites/tdigestnotes
...
Documentation fix for `quantileTDigestWeighted`
2021-05-10 10:57:07 +03:00
Azat Khuzhin
808d1a0215
Reimplement preallocate for hashed/sparse_hashed dictionaries
...
It was initially implemented in #15454 , but was reverted in #21948 (due
to higher memory usage).
This implementation differs from the initial, since now there is
separate attribute to enable preallocation, before it was done
automatically, but this has problems with duplicates in the source.
Plus this implementation does not uses dynamic_cast, instead it extends
IDictionarySource interface.
2021-05-10 07:41:48 +03:00
Mikhail
bed28e09c3
Update array-functions.md
2021-05-10 02:25:54 +03:00
sevirov
b95594b5d3
Update docs/en/sql-reference/statements/create/user.md
...
Co-authored-by: olgarev <56617294+olgarev@users.noreply.github.com>
2021-05-09 18:50:11 +03:00
sevirov
6e819f9f80
Update docs/en/sql-reference/statements/alter/user.md
...
Co-authored-by: olgarev <56617294+olgarev@users.noreply.github.com>
2021-05-09 18:50:03 +03:00
sevirov
89f9f7def6
Update docs/en/sql-reference/statements/create/user.md
...
Co-authored-by: olgarev <56617294+olgarev@users.noreply.github.com>
2021-05-09 18:49:44 +03:00
sevirov
359bef442f
Update docs/en/sql-reference/statements/create/user.md
...
Co-authored-by: olgarev <56617294+olgarev@users.noreply.github.com>
2021-05-09 18:49:37 +03:00
sevirov
2724f3fc48
Update docs/en/sql-reference/statements/create/user.md
...
Co-authored-by: olgarev <56617294+olgarev@users.noreply.github.com>
2021-05-09 18:49:30 +03:00
sevirov
81e02e821f
Update docs/en/sql-reference/statements/alter/user.md
...
Co-authored-by: olgarev <56617294+olgarev@users.noreply.github.com>
2021-05-09 18:49:21 +03:00
sevirov
0d75d7b87c
Update docs/en/sql-reference/statements/alter/user.md
...
Co-authored-by: olgarev <56617294+olgarev@users.noreply.github.com>
2021-05-09 18:49:09 +03:00
sevirov
dca6207835
Update docs/en/sql-reference/statements/alter/user.md
...
Co-authored-by: olgarev <56617294+olgarev@users.noreply.github.com>
2021-05-09 18:48:56 +03:00
sevirov
58d94f5dea
Update docs/en/sql-reference/statements/alter/user.md
...
Co-authored-by: olgarev <56617294+olgarev@users.noreply.github.com>
2021-05-09 18:48:28 +03:00
Azat Khuzhin
e08389b2d2
Add interface for rate of found elements in the dictionaries
...
- IDictionary abstraction
- skeleton implementation into each dictionary
- system.dictionaries.found_rate
- documentation changes
2021-05-08 17:09:01 +03:00
Dmitriy
da82898c1c
Delete the original article
...
Удалил ссылки на оригинальную статью.
2021-05-08 00:13:14 +03:00
Dmitriy
8817c75750
Add the GRANTEES clause
...
Добавил новую секцию GRANTEES для запросов CREATE USER and ALTER USER.
2021-05-07 23:49:15 +03:00
Maksim Kita
af740ba61d
Update cloud.md
2021-05-07 15:16:40 +03:00
Maksim Kita
01f66eb58c
Update cloud.md
2021-05-07 15:15:29 +03:00
Maksim Kita
8451c8cf26
Merge branch 'master' into master
2021-05-07 15:14:48 +03:00
Vladimir Goncharov
800c4f27b5
Update index.md
...
MATERIALIZE INDEX, доперевёл доку на основе английского
2021-05-06 18:40:52 +03:00
alexey-milovidov
264b30d738
Update row-policy.md
2021-05-06 16:27:59 +03:00
alexey-milovidov
0448c412bf
Update access-rights.md
2021-05-06 16:27:22 +03:00
Julian Zhou
645b4cc0ac
Update cloud document with ClickHousing releaseing on Alibaba Cloud international site.
2021-05-06 10:10:36 +08:00
ice1x
d748560991
Update build-osx.md
2021-05-05 19:56:20 +05:00
ice1x
dc595f391e
Add run options with default config path
...
Add run options with default config path.
Checked on Catalina 10.15.7
2021-05-05 19:35:28 +05:00
Maksim Kita
6105a19357
Merge pull request #23869 from kirillikoff/kirillikoff-DOCSUP-8495
...
DOCSUP-8495: Documented http-max-uri-size
2021-05-05 15:27:42 +03:00
alexey-milovidov
bf8c28a17f
Merge pull request #23885 from azat/dist-broken-metrics
...
Add metrics for broken files during async distributed sends
2021-05-05 13:41:15 +03:00
pingyu
46f809d07f
Revert "Merge pull request #23334 from ClickHouse/revert-22609-datasketches-uniq"
...
This reverts commit af2499359b
, reversing
changes made to db82e9e3d5
.
2021-05-05 16:42:57 +08:00
Oleg Strokachuk
04e3fa1834
Doc. Fix title link for send_crash_reports for en and ru
2021-05-05 11:33:38 +03:00
Azat Khuzhin
74269882f7
Add broken_data_files/broken_data_compressed_bytes into distribution_queue
2021-05-04 22:48:07 +03:00
Tatiana Kirillova
cba158037e
Merge branch 'kirillikoff-DOCSUP-8495' of https://github.com/kirillikoff/ClickHouse into kirillikoff-DOCSUP-8495
2021-05-04 15:58:10 +03:00
Tatiana Kirillova
5bc025ecae
translation to ru
2021-05-04 15:54:13 +03:00
kirillikoff
0e92cc06df
Update docs/en/operations/settings/settings.md
...
Co-authored-by: olgarev <56617294+olgarev@users.noreply.github.com>
2021-05-04 15:09:15 +03:00
Evgeniia Sudarikova
458cd6961c
minor changes
2021-05-04 13:19:45 +03:00
Evgeniia Sudarikova
47a4ae930f
edited
2021-05-03 23:44:46 +03:00
Tatiana Kirillova
c763a5c33f
max-uri-size
2021-05-03 20:16:44 +03:00
alexey-milovidov
b868cabfa9
Update functions-for-nulls.md
2021-05-03 13:40:54 +03:00
alexey-milovidov
41a6fd677e
Update functions-for-nulls.md
2021-05-03 13:39:10 +03:00
Maksim Kita
88bc575ec8
Updated load instruction from master for ru, zh, ja documentations
2021-05-02 14:19:11 +03:00
eaxdev
669f6d22bd
fix queries
2021-05-02 14:14:40 +03:00
eaxdev
be4d7d8636
actualize doc
2021-05-02 14:14:28 +03:00
Olga Revyakina
9cdc3fa957
Start
2021-05-01 20:46:02 +03:00
Vladimir Chebotarev
bc509066ba
Added S3 region
to documentation.
2021-05-01 20:45:37 +03:00
Dmitriy
4587828161
Update explain.md
...
Внес небольшие правки.
2021-05-01 19:50:57 +03:00
filimonov
30d433e108
Update install.md
2021-04-30 15:23:12 +02:00
olgarev
bfb5ffc398
Merge branch 'master' into revolg-DOCSUP-8776-backslash_option
2021-04-30 10:07:49 +03:00
Olga Revyakina
a74111c5b5
Additional fixes
2021-04-30 10:05:33 +03:00
Olga Revyakina
1f1ec13ac5
Links updated
2021-04-30 10:00:53 +03:00
Maksim Kita
f537a6ee51
Merge pull request #23755 from imyangmo/patch-1
...
Corrected some translation errors
2021-04-30 09:52:26 +03:00
fancno
1794bff6af
Update array-functions.md
...
change arryjoin to arrayJoin
2021-04-29 19:40:44 +08:00
Maksim Kita
b083432e6e
Merge pull request #23749 from aqingyan/patch-1
...
Update functions.md
2021-04-29 14:16:56 +03:00
Vladimir Chebotarev
aeea0610a4
Documentation fix for quantileTDigestWeighted
.
2021-04-29 14:15:46 +03:00
Lucid Dreams
6bdcd11697
Corrected some translation errors
...
Fixed some translation seems to be translated by machine, which could cause mis-understanding.
2021-04-29 17:55:40 +08:00
Nikolai Kochetov
2a58ebd3d1
Merge pull request #22979 from michon470/kuryatnikovm-DOCSUP-8022-prefer_column_name_to_alias
...
DOCSUP-8022: setting prefer_column_name_to_alias documentated
2021-04-29 12:01:01 +03:00
alexey-milovidov
f552cf7cc6
Update build.md
2021-04-29 06:56:36 +03:00
alexey-milovidov
5d08e20141
Update build.md
2021-04-29 06:54:31 +03:00
ermaotech
c6ea8a7082
Update functions.md
2021-04-29 11:46:32 +08:00
olgarev
4c40b7a9df
Apply suggestions from code review
...
Co-authored-by: Anna <42538400+adevyatova@users.noreply.github.com>
2021-04-29 06:39:01 +03:00
olgarev
b9e5a28829
Update docs/ru/operations/utilities/clickhouse-format.md
2021-04-29 06:28:00 +03:00
olgarev
96f739025c
Apply suggestions from code review
...
Co-authored-by: Anna <42538400+adevyatova@users.noreply.github.com>
2021-04-29 06:27:21 +03:00
Nikolai Kochetov
77233bbdbb
Ignore cmake-in-clickhouse
2021-04-28 18:10:12 +03:00
Alexey Milovidov
b66f9af7ce
Update documentation for min/max
2021-04-28 04:41:38 +03:00
alexey-milovidov
76c78e3cec
Update max.md
2021-04-28 04:37:44 +03:00
alexey-milovidov
d1fdc311be
Update min.md
2021-04-28 04:37:06 +03:00
Dmitriy
93bdeeaed1
Update EXPLAIN AST
...
Добавил поддержку всех запросов.
2021-04-27 19:32:48 +03:00
Nikolai Kochetov
96e84a44d1
Merge pull request #23594 from lehasm/alexey-sm-DOCSUP-6702-document-timezoneOffset
...
DOCSUP-6702: document the timezoneOffset function
2021-04-27 15:42:17 +03:00
Alexey
ddeb1a08ff
extra new lines removed
2021-04-26 20:39:31 +00:00
Alexey
24867702ae
ru arguments made as in timezoneOf function
2021-04-26 20:32:36 +00:00
Alexey
79c7aee342
datetime ru description synced with en
2021-04-26 20:13:15 +00:00
Alexey
06fbf600e7
Alias added and function name changed to timeZoneOffset
...
Changed links to russian Wikipedia
2021-04-26 20:04:58 +00:00
Alexey
df2ef72d98
Conflict resolving fixed
2021-04-26 19:52:14 +00:00
Alexey
66ac717dbe
Conflict resolving fixed
2021-04-26 19:51:37 +00:00
Alexey
283442e249
Merge branch 'master' of https://github.com/ClickHouse/ClickHouse into alexey-sm-DOCSUP-6702-document-timezoneOffset
2021-04-26 19:43:12 +00:00
Azat Khuzhin
bbc5bd5748
Fix documentation for DETACH ON CLUSTER PERMANENTLY
2021-04-26 21:03:53 +03:00
adevyatova
1a3557d6a2
update
2021-04-26 17:17:20 +00:00
alexey-milovidov
1a5b18cf52
Update mergetree.md
2021-04-26 18:37:07 +03:00
alexey-milovidov
89760c15e4
Update mergetree.md
2021-04-26 18:35:40 +03:00
Kruglov Pavel
a4a2a61eed
Merge pull request #23593 from sevirov/sevirov-DOCSUP-7574-add_columns_in_the_clusters_table
...
DOCSUP-7574: Add slowdown_count and show actual errors_count in the system.clusters table
2021-04-26 14:09:53 +03:00
Nikolai Kochetov
8fec997d3a
Merge pull request #23457 from sevirov/sevirov-DOCSUP-8737-edit_and_translate_to_russian_explain
...
DOCSUP-8737: Edit and translate to Russian (EXPLAIN)
2021-04-26 14:09:24 +03:00
Dmitriy
7b17a07915
Delete the note
...
Удалил примечание.
2021-04-26 14:06:45 +03:00
Maksim Kita
d31b8486e7
Merge pull request #23557 from adevyatova/annadevyatova-DOCSUP-7928-timezoneOf
...
DOCSUP-7928: Document the timezoneOf function
2021-04-26 13:40:05 +03:00
Kruglov Pavel
cb0bd3df5f
Merge pull request #21888 from rf/rf/deltasum-with-timestamp
...
add `deltaSumTimestamp` + docs, tests & minor improvement to `deltaSum`
2021-04-26 11:26:50 +03:00
Mikhail
b76924323d
fix
2021-04-26 03:13:10 +03:00
michon470
1d2184e830
Update docs/en/operations/settings/settings.md
...
Co-authored-by: olgarev <56617294+olgarev@users.noreply.github.com>
2021-04-26 03:00:25 +03:00
michon470
63ffb51961
Update docs/ru/operations/settings/settings.md
...
Co-authored-by: olgarev <56617294+olgarev@users.noreply.github.com>
2021-04-26 02:59:31 +03:00
michon470
a1a78b45e9
Update docs/ru/operations/settings/settings.md
...
Co-authored-by: olgarev <56617294+olgarev@users.noreply.github.com>
2021-04-26 02:59:24 +03:00
michon470
784211df8f
Update docs/ru/operations/settings/settings.md
...
Co-authored-by: olgarev <56617294+olgarev@users.noreply.github.com>
2021-04-26 02:59:17 +03:00
michon470
1540ac1f81
Update docs/en/operations/settings/settings.md
...
Co-authored-by: olgarev <56617294+olgarev@users.noreply.github.com>
2021-04-26 02:59:11 +03:00
michon470
7b947140b9
Update docs/en/operations/settings/settings.md
...
Co-authored-by: olgarev <56617294+olgarev@users.noreply.github.com>
2021-04-26 02:59:04 +03:00
michon470
bb03d7ab3f
Update docs/en/operations/settings/settings.md
...
Co-authored-by: olgarev <56617294+olgarev@users.noreply.github.com>
2021-04-26 02:58:57 +03:00
Mikhail
8b714579ed
Revert "Revert "Merge branch 'master' into kuryatnikovm-DOCSUP-8022-prefer_column_name_to_alias""
...
This reverts commit 7005feddf2
.
2021-04-26 02:36:27 +03:00
Mikhail
7005feddf2
Revert "Merge branch 'master' into kuryatnikovm-DOCSUP-8022-prefer_column_name_to_alias"
...
This reverts commit 74190165ff
, reversing
changes made to 51d4e4d307
.
2021-04-26 02:03:32 +03:00
michon470
74190165ff
Merge branch 'master' into kuryatnikovm-DOCSUP-8022-prefer_column_name_to_alias
2021-04-26 01:56:24 +03:00
alexey-milovidov
38f3723048
Merge pull request #23596 from michon470/kuriatnikovm-DOCSUP-8406-edit-translate-new
...
DOCSUP-8406: Chadmin gui overview translated
2021-04-26 00:48:27 +03:00
Kseniia Sumarokova
882050cd71
Merge pull request #23519 from adevyatova/annadevyatova-DOCSUP-5911-limit
...
DOCSUP-5911: Docs for limit and offset settings
2021-04-26 00:25:22 +03:00
adevyatova
e694af921d
add settings desc
2021-04-25 20:04:42 +00:00
michon470
51d4e4d307
Update docs/ru/sql-reference/syntax.md
...
Co-authored-by: olgarev <56617294+olgarev@users.noreply.github.com>
2021-04-25 22:18:44 +03:00
michon470
5cd1c538c6
Update docs/en/sql-reference/syntax.md
...
Co-authored-by: olgarev <56617294+olgarev@users.noreply.github.com>
2021-04-25 22:18:31 +03:00
Anna
7c5a58304e
Update s3.md
2021-04-25 22:01:38 +03:00
adevyatova
6ae461d766
update
2021-04-25 19:00:19 +00:00
Dmitriy
ad59cfb48f
Merge branch 'sevirov-DOCSUP-7574-add_columns_in_the_clusters_table' of https://github.com/sevirov/ClickHouse into sevirov-DOCSUP-7574-add_columns_in_the_clusters_table
2021-04-25 19:12:44 +03:00
Dmitriy
fa0d815297
Add the note
...
Оформил примечание.
2021-04-25 19:12:07 +03:00
sevirov
ac059d5247
Update docs/en/operations/system-tables/clusters.md
...
Co-authored-by: Anna <42538400+adevyatova@users.noreply.github.com>
2021-04-25 19:01:19 +03:00
sevirov
6e895f0a83
Update docs/ru/operations/system-tables/clusters.md
...
Co-authored-by: Anna <42538400+adevyatova@users.noreply.github.com>
2021-04-25 19:00:54 +03:00
sevirov
e34ae67be0
Update docs/ru/operations/system-tables/clusters.md
...
Co-authored-by: Anna <42538400+adevyatova@users.noreply.github.com>
2021-04-25 19:00:40 +03:00
sevirov
08282f8208
Update docs/ru/operations/system-tables/clusters.md
...
Co-authored-by: Anna <42538400+adevyatova@users.noreply.github.com>
2021-04-25 19:00:24 +03:00
sevirov
1b3f5ad8de
Update docs/ru/operations/system-tables/clusters.md
...
Co-authored-by: Anna <42538400+adevyatova@users.noreply.github.com>
2021-04-25 18:59:21 +03:00
sevirov
6df5816d10
Update docs/ru/operations/system-tables/clusters.md
...
Co-authored-by: Anna <42538400+adevyatova@users.noreply.github.com>
2021-04-25 18:58:47 +03:00
Alexey
5dcfca993e
Updated DateTime with link to timezones on Wikipedia
2021-04-25 15:42:29 +00:00
Alexey
e3c58c0fee
Russian function description
2021-04-25 15:27:05 +00:00
Alexey
1f39843a7b
fixes after review
2021-04-25 14:16:14 +00:00
Mikhail
020e15a8c9
Триггерю проверки
2021-04-25 13:50:10 +03:00
Mikhail
71017b90ee
Update gui.md
2021-04-25 13:49:44 +03:00
michon470
2897635869
Update docs/en/operations/settings/settings.md
...
Co-authored-by: olgarev <56617294+olgarev@users.noreply.github.com>
2021-04-25 13:45:06 +03:00
michon470
7067587ccb
Update docs/ru/operations/settings/settings.md
...
Co-authored-by: olgarev <56617294+olgarev@users.noreply.github.com>
2021-04-25 13:44:46 +03:00
michon470
a4904368f7
Update docs/en/operations/settings/settings.md
...
Co-authored-by: olgarev <56617294+olgarev@users.noreply.github.com>
2021-04-25 13:44:34 +03:00
michon470
5c30a9fe6a
Update docs/ru/operations/settings/settings.md
...
Co-authored-by: olgarev <56617294+olgarev@users.noreply.github.com>
2021-04-25 13:44:11 +03:00
Mikhail
cb1b9206f4
дополнительные правки
2021-04-25 13:42:38 +03:00
Olga Revyakina
7b0cea4573
Minor fixes
2021-04-25 11:47:05 +03:00
adevyatova
aa1c92f32c
update
2021-04-25 08:11:19 +00:00
adevyatova
fedb9f40fa
update
2021-04-25 07:47:21 +00:00
Anna
97bd1b1751
Update docs/ru/sql-reference/functions/date-time-functions.md
...
Co-authored-by: olgarev <56617294+olgarev@users.noreply.github.com>
2021-04-25 10:36:09 +03:00
Anna
38308eccca
Update docs/en/sql-reference/functions/date-time-functions.md
...
Co-authored-by: olgarev <56617294+olgarev@users.noreply.github.com>
2021-04-25 10:36:01 +03:00
Anna
2bc261dcee
Update docs/en/sql-reference/functions/date-time-functions.md
...
Co-authored-by: olgarev <56617294+olgarev@users.noreply.github.com>
2021-04-25 10:35:56 +03:00
Anna
89f2434d14
Update docs/en/sql-reference/functions/date-time-functions.md
...
Co-authored-by: olgarev <56617294+olgarev@users.noreply.github.com>
2021-04-25 10:35:16 +03:00
Olga Revyakina
4d2fd45660
Formatting
2021-04-25 10:21:46 +03:00
Olga Revyakina
64e85c3deb
Another fix in md
2021-04-25 10:17:14 +03:00
Olga Revyakina
e815f90b53
Fix
2021-04-25 10:09:43 +03:00
Olga Revyakina
306bfeb576
clickhouse-format utility and links in index file
2021-04-25 09:58:57 +03:00
Alexey Milovidov
5ae547a61a
Remove pbuilder
2021-04-25 06:32:15 +03:00
Mikhail
8882152e0b
—
2021-04-24 20:12:33 +03:00
Alexey
0750935c97
Link to list of timezones at Wikipedia updated
2021-04-24 16:35:05 +00:00
Alexey
635d2e9e3b
New description variant and examples
2021-04-24 16:20:45 +00:00
Dmitriy
19d05b0db0
Add columns
...
Добавил недостающие столбцы и привел в порядок описание, добавив ссылки и обновив примеры.
2021-04-24 18:44:00 +03:00
adevyatova
89bafffd0b
update
2021-04-23 23:10:05 +00:00
adevyatova
c596f56893
add ru docs
2021-04-23 22:56:16 +00:00
adevyatova
35fdeb1da8
add timezone func
2021-04-23 22:27:44 +00:00
adevyatova
389e1739f5
update
2021-04-23 19:59:55 +00:00
Dmitriy
96e60a5d98
Update explain.md
...
Внес небольшие поправки.
2021-04-23 22:55:36 +03:00
adevyatova
4b5f1398dc
add index.md to ja
2021-04-23 19:46:22 +00:00
adevyatova
8dd2335126
remove symbolic link
2021-04-23 19:41:02 +00:00
Mikhail
7fb1649190
мелкие правки
2021-04-23 16:33:44 +03:00
Mikhail
f370c37663
добавлен перевод описания настройки
2021-04-23 14:47:03 +03:00
Maksim Kita
39f7c45df7
Flat dictionaries updated documentation
2021-04-23 11:57:10 +03:00
Maksim Kita
aebb9f8376
Merge pull request #23455 from olgarev/revolg-DOCSUP-8656-FlatDictionary_HashedDictionary_update_field
...
DOCSUP-8656: Flat dictionary parameters
2021-04-23 11:42:17 +03:00
Maksim Kita
e0c5797db3
Update external-dicts-dict-layout.md
2021-04-23 11:41:26 +03:00
Maksim Kita
6ae94fa25b
Update external-dicts-dict-layout.md
2021-04-23 11:40:05 +03:00
michon470
0e2189ed08
Update docs/en/operations/settings/settings.md
...
Co-authored-by: olgarev <56617294+olgarev@users.noreply.github.com>
2021-04-23 10:57:35 +03:00
michon470
df3e457f44
Update docs/en/operations/settings/settings.md
...
Co-authored-by: olgarev <56617294+olgarev@users.noreply.github.com>
2021-04-23 10:57:05 +03:00
Anna
834555e951
Update docs/en/operations/settings/settings.md
...
Co-authored-by: olgarev <56617294+olgarev@users.noreply.github.com>
2021-04-23 09:53:38 +03:00
Anna
2fd0147799
Update docs/en/operations/settings/settings.md
...
Co-authored-by: olgarev <56617294+olgarev@users.noreply.github.com>
2021-04-23 09:53:27 +03:00
Anna
a67888a82c
Update docs/ru/sql-reference/statements/select/offset.md
...
Co-authored-by: olgarev <56617294+olgarev@users.noreply.github.com>
2021-04-23 09:53:10 +03:00
Anna
f292b8a300
Update docs/ru/sql-reference/statements/select/limit.md
...
Co-authored-by: olgarev <56617294+olgarev@users.noreply.github.com>
2021-04-23 09:53:03 +03:00
Anna
31585ec4eb
Update docs/ru/operations/settings/settings.md
...
Co-authored-by: olgarev <56617294+olgarev@users.noreply.github.com>
2021-04-23 09:52:46 +03:00
Anna
e071c1bf04
Update docs/ru/operations/settings/settings.md
...
Co-authored-by: olgarev <56617294+olgarev@users.noreply.github.com>
2021-04-23 09:52:36 +03:00
Anna
c07b289480
Update docs/en/sql-reference/statements/select/offset.md
...
Co-authored-by: olgarev <56617294+olgarev@users.noreply.github.com>
2021-04-23 09:52:28 +03:00
Anna
eef398c791
Update docs/en/sql-reference/statements/select/limit.md
...
Co-authored-by: olgarev <56617294+olgarev@users.noreply.github.com>
2021-04-23 09:52:17 +03:00
Anna
ca4ad5209e
Update docs/en/operations/settings/settings.md
...
Co-authored-by: olgarev <56617294+olgarev@users.noreply.github.com>
2021-04-23 09:51:55 +03:00
Anna
22db579e99
Update docs/ru/sql-reference/statements/select/offset.md
...
Co-authored-by: olgarev <56617294+olgarev@users.noreply.github.com>
2021-04-23 09:51:43 +03:00
Anna
65f8965b0f
Update docs/ru/sql-reference/statements/select/offset.md
...
Co-authored-by: olgarev <56617294+olgarev@users.noreply.github.com>
2021-04-23 09:51:26 +03:00
Anna
8d3808bd7f
Update docs/en/operations/settings/settings.md
...
Co-authored-by: olgarev <56617294+olgarev@users.noreply.github.com>
2021-04-23 09:51:03 +03:00
Anna
741594332e
Update docs/ru/operations/settings/settings.md
...
Co-authored-by: olgarev <56617294+olgarev@users.noreply.github.com>
2021-04-23 09:50:49 +03:00
Anna
f886cf19a2
Update docs/ru/operations/settings/settings.md
...
Co-authored-by: olgarev <56617294+olgarev@users.noreply.github.com>
2021-04-23 09:50:20 +03:00
Anna
45c072b2a9
Update docs/en/sql-reference/statements/select/offset.md
...
Co-authored-by: olgarev <56617294+olgarev@users.noreply.github.com>
2021-04-23 09:49:44 +03:00
Anna
b74ef850ea
Update docs/en/sql-reference/statements/select/offset.md
...
Co-authored-by: olgarev <56617294+olgarev@users.noreply.github.com>
2021-04-23 09:49:35 +03:00
Anna
3980fadf61
Update docs/en/sql-reference/statements/select/offset.md
...
Co-authored-by: olgarev <56617294+olgarev@users.noreply.github.com>
2021-04-23 09:48:46 +03:00
Olga Revyakina
ec37305696
Update external-dicts-dict-layout.md
2021-04-23 08:11:26 +03:00
adevyatova
2504939ed7
fix s3
2021-04-22 19:57:33 +00:00
adevyatova
b0ccc06a90
add ru docs
2021-04-22 18:53:22 +00:00
Anna
6abd55880e
Merge branch 'master' into annadevyatova-DOCSUP-5911-limit
2021-04-22 21:31:40 +03:00
adevyatova
4b49e9259b
docs for limit and offset settings
2021-04-22 18:27:06 +00:00
Russ Frank
41546e0d4f
Merge branch 'master' of github.com:ClickHouse/ClickHouse into rf/deltasum-with-timestamp
2021-04-22 11:23:24 -04:00
Mikhail
0cfed0891b
Setting overview expanded
2021-04-22 14:30:54 +03:00
Maksim Kita
ceaf6d57b7
Merge pull request #23393 from ClickHouse/revert-17359
...
Revert argMin/Max for single Tuple argument.
2021-04-22 13:32:04 +03:00
alexey-milovidov
5e326a9824
Update settings.md
2021-04-22 08:56:21 +03:00
alexey-milovidov
8b6d3668a5
Update settings.md
2021-04-22 08:55:54 +03:00
Alexey Milovidov
8cb0e5579a
Remove gcc from docs
2021-04-22 04:20:03 +03:00
Alexey
6d789af4eb
Added timezone name Wikipedia link to Datetime type
2021-04-21 20:35:02 +00:00
Alexey
d74d074e40
removed timezone name Wikipedia link
2021-04-21 20:33:39 +00:00
Alexey
4d2e8f8401
Draft description
2021-04-21 20:32:47 +00:00
Dmitriy
4be5ba2ac1
Fix the description of the graph setting
...
Поправил описание настройки graph.
2021-04-21 23:30:09 +03:00
sevirov
df9d9e4043
Update docs/ru/sql-reference/statements/explain.md
...
Co-authored-by: Anna <42538400+adevyatova@users.noreply.github.com>
2021-04-21 23:16:14 +03:00
sevirov
fca5f24ba0
Update docs/ru/sql-reference/statements/explain.md
...
Co-authored-by: Anna <42538400+adevyatova@users.noreply.github.com>
2021-04-21 23:15:59 +03:00
tavplubix
b1081bcf54
Merge pull request #23316 from sevirov/sevirov-DOCSUP-8233-edit_and_translate_replication
...
DOCSUP-8233: Edit and translate to Russian
2021-04-21 22:47:20 +03:00
Russ Frank
53f6a8f9a0
Merge remote-tracking branch 'origin/master' into rf/deltasum-with-timestamp
2021-04-21 13:52:50 -04:00
Dmitriy
6dc0f47520
Edit and translate to Russian
...
Выполнил перевод на русский язык.
2021-04-21 20:49:18 +03:00
Dmitriy
ba82481dde
Update system.md
...
Внес небольшие правки.
2021-04-21 19:42:03 +03:00
Olga Revyakina
fa7917e385
Updates
2021-04-21 19:36:59 +03:00
sevirov
46b12a9ccd
Update docs/ru/sql-reference/statements/system.md
...
Co-authored-by: tavplubix <tavplubix@gmail.com>
2021-04-21 19:30:54 +03:00
sevirov
c77429847d
Update docs/ru/sql-reference/statements/alter/partition.md
...
Co-authored-by: tavplubix <tavplubix@gmail.com>
2021-04-21 19:30:31 +03:00
sevirov
d9989bede8
Update docs/ru/operations/system-tables/replication_queue.md
...
Co-authored-by: tavplubix <tavplubix@gmail.com>
2021-04-21 19:30:16 +03:00
sevirov
176ca58e72
Update docs/en/operations/system-tables/replication_queue.md
...
Co-authored-by: tavplubix <tavplubix@gmail.com>
2021-04-21 19:30:04 +03:00
sevirov
e6b73b8c4e
Update docs/ru/operations/system-tables/replication_queue.md
...
Co-authored-by: tavplubix <tavplubix@gmail.com>
2021-04-21 19:29:52 +03:00
sevirov
70090fb09b
Update docs/ru/operations/system-tables/replication_queue.md
...
Co-authored-by: tavplubix <tavplubix@gmail.com>
2021-04-21 19:29:28 +03:00
Olga Revyakina
cc63fe0af5
Start
2021-04-21 19:25:04 +03:00
Nikita Mikhaylov
d4e8f9676b
Merge pull request #21304 from amosbird/indexhint
...
Resurrect indexHint function.
2021-04-21 16:14:43 +03:00
Kruglov Pavel
28e79973a2
Merge pull request #23274 from sevirov/sevirov-DOCSUP-5921-document_simplestate_combinator
...
DOCSUP-5921: Document the -SimpleState combinator
2021-04-21 00:50:57 +03:00
Alexey Milovidov
502bc3575c
Revert #17359
2021-04-21 00:22:29 +03:00
alexey-milovidov
022b2e918b
Merge pull request #21319 from ka1bi4/romanzhukov-DOCSUP-7086-add-s3-translation-ru
...
DOCSUP-7086: Edit and translate to Russian (s3 and updating ClickHouse)
2021-04-20 23:37:42 +03:00
alexey-milovidov
066a4daf5f
Update adopters.md
2021-04-20 22:48:03 +03:00
sevirov
586103d61a
Update docs/ru/sql-reference/statements/system.md
...
Co-authored-by: olgarev <56617294+olgarev@users.noreply.github.com>
2021-04-20 21:33:40 +03:00