Commit Graph

603 Commits

Author SHA1 Message Date
lehasm
c31606038b
Update docs/en/sql-reference/statements/alter/setting.md
Co-authored-by: olgarev <56617294+olgarev@users.noreply.github.com>
2021-07-26 08:02:42 +03:00
Mikhail
c0352044cd Update order-by.md
Requested edit.
2021-07-26 07:17:29 +03:00
Mikhail
e4027755ad Update order-by.md
Some minor corrections.
2021-07-26 07:09:54 +03:00
Alexey
423b605db8 Both MODIFY and RESET SETTING 2021-07-25 15:11:19 +00:00
Alexey
f8ee98115f Page with RESET SETTING 2021-07-25 14:11:17 +00:00
Alexey
39e2567e60 temp 2021-07-24 08:41:37 +00:00
Alexey
df274daa3a reset.md added 2021-07-24 08:38:11 +00:00
Vitaly Baranov
67d4da224a
Merge pull request #26384 from Cas-pian/grant_by_replace
add grant by replace support
2021-07-23 14:40:47 +03:00
Caspian
eab4cb3cdc use new syntax, update docs 2021-07-21 23:08:38 +08:00
Vladimir
dfc7fdabb0
Merge pull request #26335 from olgarev/revolg-DOCSUP-9868_implicit_key_type_convertion 2021-07-20 14:41:15 +03:00
Caspian
7c6dc56bcd
Merge branch 'master' into grant_by_replace 2021-07-20 17:41:12 +08:00
Vladimir
5d270f82f5
Apply suggestions from code review 2021-07-20 12:19:19 +03:00
Olga Revyakina
b7f3305621 Exception 2021-07-20 10:28:06 +03:00
Olga Revyakina
1d3bc13753 Anchor 2021-07-19 21:03:36 +03:00
olgarev
7d184b7acf
Apply suggestions from code review
Co-authored-by: Anna <42538400+adevyatova@users.noreply.github.com>
2021-07-19 20:49:17 +03:00
Andy Liang
cbdcfaaee7
table.md compression codec example sql
The example SQL is missing a comma ","
2021-07-18 11:06:08 -04:00
caspian
1497fc4290 update docs 2021-07-16 16:57:04 +08:00
caspian
1723a522cc update docs 2021-07-16 10:13:04 +08:00
Olga Revyakina
1258c9aaa6 Algorithms description 2021-07-15 11:17:37 +03:00
Olga Revyakina
a2fb64c108 join_algorithm setting 2021-07-15 09:50:44 +03:00
Olga Revyakina
57f7861e59 En and Ru docs 2021-07-15 09:21:26 +03:00
alexey-milovidov
7e0433bf07
Merge pull request #25904 from xjewer/alex/add_index_first
CLICKHOUSE-1194: add skipping index to the beginning of the list
2021-07-03 04:55:00 +03:00
Aleksei Semiglazov
f47e1ff102
CLICKHOUSE-1194: add skipping index to the beginning of the list
add the FIRST keyword to the ADD INDEX command to be able to add index in the beginning of the list.

Signed-off-by: Aleksei Semiglazov <asemiglazov@cloudflare.com>
2021-07-01 19:37:48 +01:00
Slach
b64eb0ff07 add DELETE IN PARTITION and UPDATE IN PARTITION into ALTER syntax TOC
Signed-off-by: Slach <bloodjazman@gmail.com>
2021-06-28 19:21:53 +05:00
Maksim Kita
db1c70975e Compile expressions updated documentation 2021-06-25 23:27:18 +03:00
Mike Kot
4c391f8e99
SYSTEM RESTORE REPLICA replica [ON CLUSTER cluster] (#13652)
* initial commit: add setting and stub

* typo

* added test stub

* fix

* wip merging new integration test and code proto

* adding steps interpreters

* adding firstly proposed solution (moving parts etc)

* added checking zookeeper path existence

* fixing the include

* fixing and sorting includes

* fixing outdated struct

* fix the name

* added ast ptr as level of indirection

* fix ref

* updating the changes

* working on test stub

* fix iterator -> reference

* revert rocksdb submodule update

* fixed show privileges test

* updated the test stub

* replaced rand() with thread_local_rng(), updated the tests

updated the test

fixed test config path

test fix

removed error messages

fixed the test

updated the test

fixed string literal

fixed literal

typo: =

* fixed the empty replica error message

* updated the test and the code with logs

* updated the possible test cases, updated

* added the code/test milestone comments

* updated the test (added more testcases)

* replaced native assert with CH one

* individual replicas recursive delete fix

* updated the AS db.name AST

* two small logging fixes

* manually generated AST fixes

* Updated the test, added the possible algo change

* Some thoughts about optimizing the solution:

ALTER MOVE PARTITION .. TO TABLE -> move to detached/ + ALTER ... ATTACH

* fix

* Removed the replica sync in test as it's invalid

* Some test tweaks

* tmp

* Rewrote the algo by using the executeQuery instead of

hand-crafting the ASTPtr.

Two questions still active.

* tr: logging active parts

* Extracted the parts moving algo into a separate helper function

* Fixed the test data and the queries slightly

* Replaced query to system.parts to direct invocation,

started building the test that breaks on various parts.

* Added the case for tables when at least one replica is alive

* Updated the test to test replicas restoration by detaching/attaching

* Altered the test to check restoration without replica restart

* Added the tables swap in the start if the server failed last time

* Hotfix when only /replicas/replica... path was deleted

* Restore ZK paths while creating a replicated MergeTree table

* Updated the docs, fixed the algo for individual replicas restoration case

* Initial parts table storage fix, tests sync fix

* Reverted individual replica restoration to general algo

* Slightly optimised getDataParts

* Trying another solution with parts detaching

* Rewrote algo without any steps, added ON CLUSTER support

* Attaching parts from other replica on restoration

* Getting part checksums from ZK

* Removed ON CLUSTER, finished working solution

* Multiple small changes after review

* Fixing parallel test

* Supporting rewritten form on cluster

* Test fix

* Moar logging

* Using source replica as checksum provider

* improve test, remove some code from parser

* Trying solution with move to detached + forget

* Moving all parts (not only Committed) to detached

* Edited docs for RESTORE REPLICA

* Re-merging

* minor fixes

Co-authored-by: Alexander Tokmakov <avtokmakov@yandex-team.ru>
2021-06-20 11:24:43 +03:00
Vladimir Goncharov
abf4bf832b
Update projection.md
Currently WHERE is not supported.
2021-06-19 18:32:18 +03:00
Vladimir Goncharov
da4dc26975
Update projection.md 2021-06-19 18:15:25 +03:00
Vladimir Goncharov
ebf9681888
Create projection.md
info about manipulating projections based on RFC #14730
2021-06-18 19:55:42 +03:00
AnaUvarova
68b20a934a
DOCSUP-6543: Edit and translate Show Clusters and MergeTree (#24130)
* +

* ready for review

* Update docs/ru/sql-reference/statements/show.md

Co-authored-by: olgarev <56617294+olgarev@users.noreply.github.com>

* Update docs/ru/operations/settings/merge-tree-settings.md

Co-authored-by: olgarev <56617294+olgarev@users.noreply.github.com>

* Update docs/ru/operations/settings/merge-tree-settings.md

Co-authored-by: olgarev <56617294+olgarev@users.noreply.github.com>

* Update docs/ru/operations/settings/merge-tree-settings.md

Co-authored-by: olgarev <56617294+olgarev@users.noreply.github.com>

* Update docs/ru/operations/settings/merge-tree-settings.md

Co-authored-by: olgarev <56617294+olgarev@users.noreply.github.com>

* Update docs/ru/operations/settings/merge-tree-settings.md

Co-authored-by: olgarev <56617294+olgarev@users.noreply.github.com>

* Update docs/ru/operations/settings/merge-tree-settings.md

Co-authored-by: olgarev <56617294+olgarev@users.noreply.github.com>

* Update docs/ru/operations/settings/merge-tree-settings.md

Co-authored-by: olgarev <56617294+olgarev@users.noreply.github.com>

* Update docs/ru/operations/settings/merge-tree-settings.md

Co-authored-by: olgarev <56617294+olgarev@users.noreply.github.com>

* Update docs/ru/operations/settings/merge-tree-settings.md

Co-authored-by: olgarev <56617294+olgarev@users.noreply.github.com>

* Update docs/ru/operations/settings/merge-tree-settings.md

Co-authored-by: olgarev <56617294+olgarev@users.noreply.github.com>

* Update docs/ru/operations/settings/merge-tree-settings.md

Co-authored-by: olgarev <56617294+olgarev@users.noreply.github.com>

* Update docs/ru/operations/settings/merge-tree-settings.md

Co-authored-by: olgarev <56617294+olgarev@users.noreply.github.com>

* Update docs/ru/operations/settings/merge-tree-settings.md

Co-authored-by: olgarev <56617294+olgarev@users.noreply.github.com>

* Update docs/ru/operations/settings/merge-tree-settings.md

Co-authored-by: olgarev <56617294+olgarev@users.noreply.github.com>

* Update docs/ru/operations/settings/merge-tree-settings.md

Co-authored-by: olgarev <56617294+olgarev@users.noreply.github.com>

* Update docs/ru/operations/settings/merge-tree-settings.md

Co-authored-by: olgarev <56617294+olgarev@users.noreply.github.com>

* Update docs/ru/operations/settings/merge-tree-settings.md

Co-authored-by: olgarev <56617294+olgarev@users.noreply.github.com>

* Update docs/ru/operations/settings/merge-tree-settings.md

Co-authored-by: olgarev <56617294+olgarev@users.noreply.github.com>

* Update merge-tree-settings.md

* Update docs/ru/operations/settings/merge-tree-settings.md

Co-authored-by: olgarev <56617294+olgarev@users.noreply.github.com>

* Update merge-tree-settings.md

* Update docs/ru/operations/settings/merge-tree-settings.md

Co-authored-by: olgarev <56617294+olgarev@users.noreply.github.com>

* Update docs/ru/operations/settings/merge-tree-settings.md

Co-authored-by: olgarev <56617294+olgarev@users.noreply.github.com>

* Update merge-tree-settings.md

* about fsync

* Update merge-tree-settings.md

* Update merge-tree-settings.md

* Update merge-tree-settings.md

Co-authored-by: olgarev <56617294+olgarev@users.noreply.github.com>
2021-06-15 15:21:44 +03:00
tavplubix
805171c41f
Merge pull request #24546 from damozhaeva/dmozhaeva-DOCSUP-8448-russian
DOCSUP-8448: [CLICKHOUSEDOCS] Edit and translate to Russian
2021-06-07 14:45:11 +03:00
Pavel Kruglov
0a70304085 Remove database before model name in docs 2021-06-07 13:10:51 +03:00
Kruglov Pavel
78f1ecb71f
Merge pull request #24890 from sevirov/sevirov-DOCSUP-8709-document_reload_model_and_reload_models_system_queries
DOCSUP-8709: Document RELOAD MODEL and RELOAD MODELS system queries
2021-06-07 11:12:12 +03:00
Dmitriy
d8271c0705 Translate to Russian
Перевел на русский язык.
2021-06-04 20:38:05 +03:00
adevyatova
4ae1c95e54 minor fix 2021-06-03 12:27:17 +00:00
adevyatova
cdd8a1cc4b minor fix 2021-06-03 11:25:30 +00:00
Anna
b33b4afcba
Merge branch 'master' into annadevyatova-DOCSUP-7864-unfreeze 2021-06-03 14:15:47 +03:00
Dmitriy
2dc39edc44 Fix the link
Поправил ссылку.
2021-06-03 00:48:14 +03:00
Dmitriy
d675510d7b Add RELOAD MODELS and RELOAD MODEL system queries
Добивал описание системных запросов.
2021-06-02 23:44:51 +03:00
Alexander Kuzmenkov
4f129d3f93
Merge pull request #24084 from atereh/terehova-DOCSUP-5919-query_optimize_upd_description
DOCSUP-5919: Update OPTIMIZE description in docs
2021-06-01 13:50:01 +03:00
Alexander Kuzmenkov
24d1d7b6c1
Update docs/en/sql-reference/statements/optimize.md 2021-06-01 13:49:24 +03:00
Kseniia Sumarokova
67e2695e8b
Merge pull request #24548 from kirillikoff/DOCSUP-9474-document-table-comments
Docsup 9474: document table comments
2021-05-31 11:11:27 +03:00
kirillikoff
fa8a0ca69d
Update table.md 2021-05-31 10:00:19 +03:00
adevyatova
68b1084355 add en docs 2021-05-30 13:28:21 +00:00
kirillikoff
0ca47b2d1a
Update docs/en/sql-reference/statements/create/table.md
Co-authored-by: olgarev <56617294+olgarev@users.noreply.github.com>
2021-05-29 18:23:59 +03:00
kirillikoff
33ec902597
Update docs/en/sql-reference/statements/create/table.md
Co-authored-by: olgarev <56617294+olgarev@users.noreply.github.com>
2021-05-29 18:23:49 +03:00
Tatiana Kirillova
ee049678a1 Translation into Russian and system.tables 2021-05-29 16:42:21 +03:00
Daria Mozhaeva
e8c7331256 Merge branch 'master' of https://github.com/ClickHouse/ClickHouse into dmozhaeva-DOCSUP-8448-russian 2021-05-28 12:04:58 +03:00
kirillikoff
d537da1871
Update docs/en/sql-reference/statements/create/table.md
Co-authored-by: olgarev <56617294+olgarev@users.noreply.github.com>
2021-05-28 11:30:24 +03:00
kirillikoff
693df20ccc
Update docs/en/sql-reference/statements/create/table.md
Co-authored-by: olgarev <56617294+olgarev@users.noreply.github.com>
2021-05-28 11:30:19 +03:00
Nikolai Kochetov
6733fb42d5
Merge pull request #24278 from sevirov/sevirov-DOCSUP-9041-update_the_sql_statement_explain_plan
DOCSUP-9041: Update the SQL-statement EXPLAIN PLAN
2021-05-28 10:19:49 +03:00
alexey-milovidov
e427d91dd6
Merge pull request #24586 from romainneutron/polish-english-doc
Polish english doc
2021-05-28 00:16:16 +03:00
Kseniia Sumarokova
ee4f42a991
Merge pull request #24430 from lehasm/alexey-sm-DOCSUP-8939-document-insert_null_as_default
DOCSUP-8939: document the insert_null_as_default setting
2021-05-27 23:24:16 +03:00
Romain Neutron
d3be14e639
Fix ClickHouse characters case 2021-05-27 21:49:41 +02:00
Romain Neutron
7b515c7235
Avoid short syntax 2021-05-27 21:44:11 +02:00
Dmitriy
34cd08e732 Update explain.md
Поправил определение для indexes.
2021-05-27 20:41:25 +03:00
Tatiana Kirillova
a134507492 Document table comments update 2021-05-26 21:36:38 +03:00
Tatiana Kirillova
ea16fb3c8a Document table comments 2021-05-26 21:12:52 +03:00
Amir Vaza
24990449f5
Typo 2021-05-26 16:08:53 +03:00
Daria Mozhaeva
1151f13fed Edit and translate to Russian 2021-05-26 15:38:54 +03:00
Alina Terekhova
3782d6bba2 Output row number deleted 2021-05-26 13:34:28 +02:00
Dmitriy
d7138ee062 Translate to Russian
Выполнил перевод на русский язык.
2021-05-25 23:51:59 +03:00
sevirov
89230ea6e4
Update docs/en/sql-reference/statements/explain.md
Co-authored-by: olgarev <56617294+olgarev@users.noreply.github.com>
2021-05-25 23:21:16 +03:00
Alexey
845b33cb1f Text block moved 2021-05-25 18:25:55 +00:00
Alexey
715c88e5fa Returned INSERT ... VALUES statement.
'non-Nullable' changed to 'not nullable'
2021-05-24 15:26:23 +00:00
Denny Crane
12a0563741
PREWHERE+FINAL 2021-05-23 19:47:29 -03:00
Alexey
a3640cd7ea Description updated 2021-05-23 20:02:17 +00:00
Dmitriy
4360daf0cb Add json setting in EXPLAIN PLAN
Добавил настройку json в EXPLAIN PLAN.
2021-05-19 13:25:33 +03:00
Chao Ma
d85fd73bea Fix official website documents error about grant-drop section 2021-05-18 14:58:45 +08:00
Alina Terekhova
7dde67a94e Updated examples 2021-05-17 22:50:02 +02:00
Alina Terekhova
4b33108dac
remove ticks from Note
Co-authored-by: olgarev <56617294+olgarev@users.noreply.github.com>
2021-05-17 22:13:41 +02:00
Alina Terekhova
808f3c8791
remove Valid cases
Co-authored-by: olgarev <56617294+olgarev@users.noreply.github.com>
2021-05-17 22:13:18 +02:00
Alina Terekhova
8e75e0ccde
remove DROP
Co-authored-by: olgarev <56617294+olgarev@users.noreply.github.com>
2021-05-17 22:12:15 +02:00
Alina Terekhova
9c279c0c28
consider the table
Co-authored-by: olgarev <56617294+olgarev@users.noreply.github.com>
2021-05-17 22:11:53 +02:00
Vitaly Baranov
284171517f
Merge pull request #23940 from sevirov/sevirov-DOCSUP-7668-update_the_sql_statement_create_alter_user
DOCSUP-7668: Update the SQL-statement CREATE/ALTER USER
2021-05-14 08:37:54 +03:00
Dmitriy
2c9530484d Update user.md
Сделал ссылку на GRANT OPTION.
2021-05-14 00:46:57 +03:00
Dmitriy
7e235f9836 corrections according to the comments
Исправил согласно комментариям в PR.
2021-05-13 23:05:11 +03:00
Alina Terekhova
b0a54989af Link edited 2021-05-13 10:52:50 +02:00
Nikita Mikhalev
ad73b7440f
Adding a note that Buffer engine does not support TRUNCATE statement 2021-05-12 11:00:13 +05:00
Nikolai Kochetov
4ff612f2c3
Merge pull request #23701 from sevirov/sevirov-DOCSUP-5885-update_the_sql_statement_explain_ast
DOCSUP-5885: Update the SQL-statement EXPLAIN AST
2021-05-11 11:14:51 +03:00
Dmitriy
d0db5623c1 Translate to Russian
Выполнил перевод на русский язык.
2021-05-10 22:51:26 +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
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
alexey-milovidov
264b30d738
Update row-policy.md 2021-05-06 16:27:59 +03:00
Dmitriy
4587828161 Update explain.md
Внес небольшие правки.
2021-05-01 19:50:57 +03:00
Alina Terekhova
f8631a8077 Link fix 2021-04-30 01:21:11 +02:00
Alina Terekhova
e6e37fd098 link edits 2021-04-30 01:09:13 +02:00
Alina Terekhova
03d6a77690 Initial commit 2021-04-30 00:36:50 +02:00
Dmitriy
93bdeeaed1 Update EXPLAIN AST
Добавил поддержку всех запросов.
2021-04-27 19:32:48 +03:00
Azat Khuzhin
bbc5bd5748 Fix documentation for DETACH ON CLUSTER PERMANENTLY 2021-04-26 21:03: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
96e60a5d98 Update explain.md
Внес небольшие поправки.
2021-04-23 22:55: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
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
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
Dmitriy
4be5ba2ac1 Fix the description of the graph setting
Поправил описание настройки graph.
2021-04-21 23:30:09 +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
Dmitriy
6dc0f47520 Edit and translate to Russian
Выполнил перевод на русский язык.
2021-04-21 20:49:18 +03:00
Dmitriy
f1aef7e9a2 Edit and translate to Russian
Поправил английскую версию и выполнил перевод на русский язык.
2021-04-19 21:01:38 +03:00
Anton Popov
04c432f631
Merge pull request #23235 from sevirov/sevirov-DOCSUP-8222-forbid_to_drop_column
DOCSUP-8222: Forbid to drop a column if it's referenced by materialized view
2021-04-19 20:25:57 +03:00
tavplubix
31ab3135fc
Merge pull request #22620 from adevyatova/annadevyatova-DOCSUP-5887
DOCSUP-5887: Update the SQL-statement CREATE TABLE
2021-04-19 17:09:24 +03:00
Anna
781980159c
Update table.md 2021-04-19 15:55:28 +03:00
Kseniia Sumarokova
e21f7695e9
Merge pull request #23139 from ka1bi4/romanzhukov-DOCSUP-7709-SeekTable-BYexpression
DOCSUP-7709: Edit and translate to Russian (SeekTable and DEDUPLICATE BY)
2021-04-19 11:39:57 +03:00
Dmitriy
154da6c1db Translate to Russian
Перевел на русский язык.
2021-04-18 13:21:54 +03:00
Dmitriy
d12db2374f Fix note
Поправил примечание.
2021-04-18 00:42:36 +03:00
Dmitriy
e7a044c4c2 Fix link
Исправил ссылку.
2021-04-17 22:52:27 +03:00
Vitaly Baranov
fe0b76b105 Fix documentation for the GRANT command. 2021-04-17 22:33:46 +03:00
Dmitriy
200925c318 Update column.md
Поправил формулировку.
2021-04-17 21:18:18 +03:00
Dmitriy
4e22cdbfc4 Update column.md
Добавил информацию об удалении столбца в материализованном представлении.
2021-04-17 21:01:21 +03:00
Vitaly Baranov
660efccbe2 Improve documentation for CREATE ROW POLICY command #2. 2021-04-17 19:24:11 +03:00
Vitaly Baranov
936c1bfc53
Merge pull request #23164 from vitlibar/improve-row-policy-docs
Improve documentation for CREATE ROW POLICY command.
2021-04-16 15:15:40 +03:00
Vitaly Baranov
88e2d28666 Improve documentation for CREATE ROW POLICY command. 2021-04-16 10:57:33 +03:00
Roman Bug
e317ce227e
Merge branch 'master' into romanzhukov-DOCSUP-7709-SeekTable-BYexpression 2021-04-15 16:15:32 +03:00
Roman Bug
e1075d6bf6
Update optimize.md 2021-04-15 15:52:15 +03:00
Roman Bug
1ebbb8b7bb
Update docs/en/sql-reference/statements/optimize.md
Co-authored-by: olgarev <56617294+olgarev@users.noreply.github.com>
2021-04-15 15:43:31 +03:00
songenjie
ff8958965a fix some docs 2021-04-14 10:19:08 +08:00
songenjie
f731739fab fix suggests 2021-04-14 10:05:41 +08:00
songenjie
3effb74d31 [clickhouse][server][ddl] add fetch part docs 2021-04-13 09:52:36 +08:00
adevyatova
d8ce971897 Minor fixes 2021-04-12 07:49:53 +00:00
alexey-milovidov
673ea02e3a
Merge pull request #22946 from Slach/improve_rename_docs
add RENAME DATABASE statement documentation
2021-04-10 22:54:49 +03:00
romanzhukov
e258462c2c BY translation. 2021-04-10 19:14:36 +03:00
Slach
d4082d2af6 add RENAME DATABASE statement documentation 2021-04-09 16:21:09 +05:00
alexey-milovidov
3e3ea33ca1
Merge pull request #22747 from AnaUvarova/ana-uvarova-DOCSUP-7322-cell-towers-edit
DOCSUP-7322: Edit and translate to Russian — Cell Towers dataset
2021-04-08 23:45:36 +03:00
AnaUvarova
22f26f251a
Update docs/en/sql-reference/statements/alter/ttl.md
Co-authored-by: Anna <42538400+adevyatova@users.noreply.github.com>
2021-04-08 16:28:20 +03:00
ana-uvarova
f328bc3f09 Draft. 2021-04-06 17:37:36 +03:00
Denis Krivak
ea563b193c Fix grammar in docs 2021-04-06 10:17:24 +03:00
Olga Revyakina
b980120042 First commit 2021-04-04 21:27:00 +03:00
adevyatova
06b57c6bf5 add example 2021-04-04 17:55:40 +00:00
Maksim Kita
bcd1bf88c4
Merge pull request #22597 from adevyatova/annadevyatova-DOCSUP-5424-attach
DOCSUP-5424: Update the SQL-statement ATTACH
2021-04-04 20:21:38 +03:00
tavplubix
31b202bfd0
Merge pull request #21950 from adevyatova/annadevyatova-DOCSUP-6113-atomic
DOCSUP-6113: Document the Atomic database engine
2021-04-04 17:06:31 +03:00
Anna
fcd5a569b2 update attach query desc 2021-04-04 15:14:09 +03:00
Anna
0945285fae
Merge branch 'master' into annadevyatova-DOCSUP-6113-atomic 2021-04-02 14:45:10 +03:00
Mike Kot
c947280dfc Merge remote-tracking branch 'upstream/master' into feature/attach-partition-local 2021-04-01 21:38:51 +03:00
Anna
56cf8f10be update atomic desc, add settings desc 2021-04-01 15:50:47 +03:00
tavplubix
0aba1a7357
Merge pull request #21720 from michon470/kuriatnikovm-DOCSUP-7105-translate_changes
DOCSUP-7105: LIVE VIEW and settings.md changes translated
2021-03-29 15:04:11 +03:00
michon470
27fdd823ba
Update docs/en/sql-reference/statements/create/view.md
Co-authored-by: olgarev <56617294+olgarev@users.noreply.github.com>
2021-03-29 00:16:02 +03:00
michon470
5b865a15ea
Update docs/en/sql-reference/statements/create/view.md
Co-authored-by: olgarev <56617294+olgarev@users.noreply.github.com>
2021-03-29 00:15:48 +03:00
michon470
ca071ec971
Update docs/en/sql-reference/statements/create/view.md
Co-authored-by: olgarev <56617294+olgarev@users.noreply.github.com>
2021-03-29 00:13:59 +03:00
romanzhukov
2fabb28272 Add BY expression. 2021-03-28 15:33:00 +03:00
romanzhukov
59a0f6f84c Add BY expression. 2021-03-28 14:11:56 +03:00
Mikhail
e9aa43fe8b LIVE-представления, изменение перевода 2021-03-27 21:57:04 +03:00
Mikhail
3a83c3b903 link fix 2021-03-26 13:49:58 +03:00
alexey-milovidov
67f6efb94d
Update column.md 2021-03-26 02:35:38 +03:00
michon470
d8931e504e
Merge branch 'master' into kuriatnikovm-DOCSUP-7105-translate_changes 2021-03-25 16:32:39 +03:00
michon470
9eb816b1fe
Update docs/en/sql-reference/statements/watch.md
Co-authored-by: olgarev <56617294+olgarev@users.noreply.github.com>
2021-03-25 02:01:38 +03:00
michon470
a727995e54
Update docs/en/sql-reference/statements/watch.md
Co-authored-by: olgarev <56617294+olgarev@users.noreply.github.com>
2021-03-25 02:01:25 +03:00
Mike Kot
285af08949 Merge remote-tracking branch 'upstream/master' into feature/attach-partition-local 2021-03-24 22:34:20 +03:00
filimonov
6bac215fac
Update column.md 2021-03-24 00:04:54 +01:00
Mikhail
b50fd4d133 небольшая финальная правка 2021-03-23 15:20:35 +03:00
Nikolai Kochetov
c2cbdf89a0
Merge pull request #21601 from ka1bi4/romanzhukov-DOCSUP-7042-deltaSum-quota-type
DOCSUP-7042: Edit and translate to Russian (deltaSum function and queries quota type)
2021-03-23 12:05:28 +03:00
alexey-milovidov
49cdd5e434
Merge pull request #21714 from taleh007/patch-1
Add link to `DROP VIEW` command
2021-03-22 23:45:12 +03:00
alexey-milovidov
06ce573c3c
Update view.md 2021-03-22 23:44:31 +03:00
Maksim Kita
18abfc99d5
Merge pull request #21723 from olgarev/revolg-DOCSUP-6548-Edit_and_translate
DOCSUP-6548: Edit and translate
2021-03-21 20:56:02 +03:00
Mikhail
5c21dd747a changes according to task comment 2021-03-21 08:57:55 +03:00
Mikhail
f61b49bd17 перевод watch и мелкие правки в англ 2021-03-21 07:49:39 +03:00
Mikhail
a51df819f6 Update view.md 2021-03-21 06:34:15 +03:00
alexey-milovidov
d83b489a5a
Merge pull request #21719 from gyuton/gyuton-DOCSUP-7106-Edit_and_translate_to_Russian
DOCSUP-7106: Edited and translated to Russian
2021-03-18 17:05:09 +03:00
Roman Bug
2248001079
Merge branch 'master' into romanzhukov-DOCSUP-7042-deltaSum-quota-type 2021-03-18 16:33:38 +03:00
romanzhukov
01b3bd12cd DOCSUP-7042: Fix by PR comments. 2021-03-18 16:28:24 +03:00
Mike Kot
831b90f272 Replaced the iteration algorithm in part finder
Now, instead of iterating through the directories, we iterate though
directories of on of the table disks (which doesn't give us a
substantial boost but is a bit neater to read).

- Updated the system.replication_queue command types.
- Fixed the part ptr being empty (added the checksum loading and
initialization).
- Removed extra logging.
2021-03-17 16:55:26 +03:00
Mike Kot
2ccdb7ef5c Multiple small code and test updates
- Updated the docs to make everything clear.
- Multiple small logger fixes.
- Changed the attach_part command -- now it's after check for the
covering parts -- motivation is to do less work with the checksums
fetching.
- Better logging in the integration test.
2021-03-17 16:52:35 +03:00
alexey-milovidov
055a6563d7
Merge pull request #21739 from Enmk/optimize-deduplicate-by-docs
Documentation on OPTIMIZE DEDUPLICATE BY expression.
2021-03-17 15:00:26 +03:00
Vasily Nemkov
f69b6ecf0e Fixed cross-links to other pages 2021-03-17 13:16:41 +02:00
tavplubix
74a9249ae1
Merge pull request #20554 from gyuton/gyuton-DOCSUP-6074-Document_DETACH_TABLE_PERMAMENTLY
DOCSUP-6074: Documented DETACH TABLE PERMANENTLY
2021-03-17 13:38:23 +03:00
George
9969124cc4 Change wording 2021-03-17 03:09:42 +03:00
Mikhail
665b6006ab Minor 2021-03-16 17:30:23 +03:00
Mike Kot
406d037ebb Merge remote-tracking branch 'upstream/master' into feature/attach-partition-local 2021-03-15 18:41:47 +03:00
Vasily Nemkov
c2b398b39a Documnentation on OPTIMIZE DEDUPLICATE BY expression. 2021-03-15 13:25:22 +02:00
Olga Revyakina
b814987a22 Translated to Russian with some fixes in English 2021-03-15 04:18:54 +03:00
Mikhail
59a4d69826 Changes translated 2021-03-15 00:51:35 +03:00
gyuton
a1f0ec0aec
Merge branch 'master' into gyuton-DOCSUP-7106-Edit_and_translate_to_Russian 2021-03-15 00:40:37 +03:00
Taleh Zaliyev
347a79360c
Add link to DROP VIEW for EN docs 2021-03-14 17:47:50 +03:00
Alexey Milovidov
f617976571 Fix broken links 2021-03-14 15:55:11 +03:00
Alexey Milovidov
ecb686b0be Fix some broken links 2021-03-14 15:29:23 +03:00
Alexey Milovidov
8c9bd09e6c Remove broken "Original article" 2021-03-14 15:19:04 +03:00
George
f89247d7bd updated attach.md 2021-03-12 19:28:04 +03:00
George
53fd7cb8a8 Updated example 2021-03-12 19:14:40 +03:00
gyuton
ca5e20a57d
Update docs/en/sql-reference/statements/detach.md
Co-authored-by: olgarev <56617294+olgarev@users.noreply.github.com>
2021-03-12 19:11:27 +03:00
gyuton
ed87521fcf
Update docs/en/sql-reference/statements/detach.md
Co-authored-by: olgarev <56617294+olgarev@users.noreply.github.com>
2021-03-12 19:10:01 +03:00
gyuton
b3f8ac796c
Update docs/en/sql-reference/statements/detach.md
Co-authored-by: olgarev <56617294+olgarev@users.noreply.github.com>
2021-03-12 19:09:55 +03:00
Denis Glazachev
290a6d273e
Add Kerberos support for authenticating existing users when accessing over HTTP 2021-03-11 23:41:10 +03:00
romanzhukov
892589536c DOCSUP-7042: Add quotas doc. 2021-03-10 21:46:14 +03:00
George
a8d78f2916 translated column.md 2021-03-10 13:53:42 +03:00
George
592dbb8a51 Added example 2021-03-10 12:56:13 +03:00
Olga Revyakina
d7ee9da44b Mistake corrected 2021-03-10 10:03:03 +03:00
George
095ee81a4e Updated description 2021-03-08 19:40:05 +03:00
Olga Revyakina
d0d85c73d0 Minor fixes 2021-03-06 12:26:55 +03:00