Commit Graph

305 Commits

Author SHA1 Message Date
Mike Kot
c947280dfc Merge remote-tracking branch 'upstream/master' into feature/attach-partition-local 2021-04-01 21:38:51 +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
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