lehasm
6f149630c3
Update docs/en/engines/database-engines/atomic.md
...
Co-authored-by: olgarev <56617294+olgarev@users.noreply.github.com>
2021-08-09 08:49:09 +03:00
lehasm
dcb750bb35
Update docs/ru/engines/database-engines/atomic.md
...
Co-authored-by: olgarev <56617294+olgarev@users.noreply.github.com>
2021-08-09 08:48:45 +03:00
lehasm
7fa4c92408
Update docs/en/engines/database-engines/atomic.md
...
Co-authored-by: olgarev <56617294+olgarev@users.noreply.github.com>
2021-08-09 08:48:17 +03:00
Alexey
4f9f055eb9
ru updated
2021-08-04 20:53:43 +00:00
Alexey
54e260ab12
Atomic engine updates
...
Links added
Minor fixes.
Added ru settings
default_replica_path
default_replica_name
2021-08-04 20:52:55 +00:00
Alexey
46f153a3d2
Translation to Russian
2021-08-04 06:57:21 +00:00
Alexey
42c5cd80d9
Yet another header.
...
Other changes.
2021-08-03 20:47:09 +00:00
lehasm
c7b520aabc
Update docs/en/sql-reference/statements/attach.md
...
Co-authored-by: olgarev <56617294+olgarev@users.noreply.github.com>
2021-08-03 23:07:12 +03:00
lehasm
b073d2b88c
Update docs/en/sql-reference/statements/rename.md
...
Co-authored-by: olgarev <56617294+olgarev@users.noreply.github.com>
2021-08-03 23:06:39 +03:00
lehasm
90a682df13
Update docs/en/sql-reference/statements/rename.md
...
Co-authored-by: olgarev <56617294+olgarev@users.noreply.github.com>
2021-08-03 23:05:48 +03:00
lehasm
1ad5606c52
Update docs/en/sql-reference/statements/exchange.md
...
Co-authored-by: olgarev <56617294+olgarev@users.noreply.github.com>
2021-08-03 23:05:32 +03:00
lehasm
45e98e20c1
Update docs/en/sql-reference/statements/detach.md
...
Co-authored-by: olgarev <56617294+olgarev@users.noreply.github.com>
2021-08-03 23:04:57 +03:00
lehasm
2b6ffab384
Update docs/en/sql-reference/statements/detach.md
...
Co-authored-by: olgarev <56617294+olgarev@users.noreply.github.com>
2021-08-03 23:03:13 +03:00
Alexey
722e092059
Updates
2021-08-01 16:17:50 +00:00
Alexey
0a36d8a607
SET moved in the TOC
2021-08-01 13:03:02 +00:00
Alexey
788e690ba8
First draft
2021-08-01 13:02:35 +00:00
Alexey
c2b69bd272
Merge branch 'master' of https://github.com/ClickHouse/ClickHouse into alexey-sm-DOCSUP-9860-document-refactored-storage-dictionary
2021-07-31 13:12:10 +00:00
Alexey Boykov
0b5e3ce195
Merge pull request #26979 from atereh/terehova-DOCSUP-10514-setting-global-in-join
...
DOCSUP-10514: documented new setting prefer_global
2021-07-30 19:26:31 +03:00
Alina Terekhova
2d33f7611d
ru version colon
...
Co-authored-by: Alexey Boykov <33257111+mathalex@users.noreply.github.com>
2021-07-30 17:42:25 +02:00
Alina Terekhova
98f8ffc4c9
en version colon
...
Co-authored-by: Alexey Boykov <33257111+mathalex@users.noreply.github.com>
2021-07-30 17:42:11 +02:00
Alexey Boykov
e3431dfbf4
Merge pull request #26793 from michon470/kuriatnikovm-DOCSUP-10297-update-system.query_log-system-table
...
DOCSUP-10297: system.query_log system table documentation updated
2021-07-30 14:28:28 +03:00
Alexey Boykov
e72dc81c69
Merge pull request #26459 from zxc111/DOCSUP-11553
...
DOCSUP-11553: add bin/unbin function
2021-07-30 14:11:47 +03:00
Ilya Yatsishin
5f70ffac00
Merge pull request #26878 from Slach/improve_alter_modify_column
...
add MODIFY COLUMN compression codec section, sync RU and EN formatting and links
2021-07-30 13:41:39 +03:00
PHO
6425dd001a
Add a codec AES_128_GCM_SIV for encrypting columns on disk ( #19896 )
...
* Add a codec Encrypted() for encrypting columns on disk
While this is implemented as a compression codec, it does not actually compress data. It instead encrypts data on disk. The key is obtained by executing a user-specified command at the server startup, or if it's not specified the codec refuses to process any data. For now the only supported cipher is 'AES-128-GCM-SIV'.
2021-07-30 12:12:33 +03:00
Alina Terekhova
20228e019e
edits after review
2021-07-29 20:24:52 +02:00
Alina Terekhova
7062649561
small fix in links
2021-07-29 20:02:26 +02:00
Alina Terekhova
7a245b96d0
ru version edit
2021-07-29 19:28:24 +02:00
Alina Terekhova
f9a15889ae
ru version
2021-07-29 19:11:45 +02:00
Alina Terekhova
e2e931b7f5
en version
2021-07-29 18:01:24 +02:00
zxc111
1e831ab6b1
typo
2021-07-29 23:37:32 +08:00
Alexey Milovidov
df3be36758
Remove trailing whitespaces from docs
2021-07-29 18:27:50 +03:00
Alexey Milovidov
d87d833691
Remove trailing whitespaces from docs
2021-07-29 18:20:55 +03:00
michon470
2b299badc8
Update docs/ru/operations/system-tables/query_log.md
...
Co-authored-by: olgarev <56617294+olgarev@users.noreply.github.com>
2021-07-29 15:47:36 +03:00
Alexey Boykov
92b30670a4
Update column.md
...
Delete repeating paragraph.
2021-07-29 15:14:51 +03:00
Alexey Boykov
d1935b587e
Update column.md
...
Delete repeating paragraph.
2021-07-29 15:14:32 +03:00
Georgy Ginzburg
feeb278b65
fixed grammar typo in developer-instruction.md ( #26943 )
2021-07-29 08:01:33 +03:00
Alexey
c2ee4b3ee4
typo
2021-07-28 20:24:14 +00:00
Slach
f9c6df4d64
fix review comment https://github.com/ClickHouse/ClickHouse/pull/26878#discussion_r678505904
...
Signed-off-by: Slach <bloodjazman@gmail.com>
2021-07-28 23:21:58 +05:00
Alexey Milovidov
17b9fc0f10
Automated hardware benchmark
2021-07-28 21:06:02 +03:00
Eugene Klimov
8aa0fda6c3
Update docs/ru/sql-reference/statements/alter/column.md
...
Co-authored-by: Alexey Boykov <33257111+mathalex@users.noreply.github.com>
2021-07-28 20:54:34 +05:00
Eugene Klimov
f93808e8f3
Update docs/ru/sql-reference/statements/alter/column.md
...
Co-authored-by: Alexey Boykov <33257111+mathalex@users.noreply.github.com>
2021-07-28 20:54:15 +05:00
Eugene Klimov
d921bf50ef
Update docs/ru/sql-reference/statements/alter/column.md
...
Co-authored-by: Alexey Boykov <33257111+mathalex@users.noreply.github.com>
2021-07-28 20:53:55 +05:00
Eugene Klimov
fa6f8242c3
Update docs/en/sql-reference/statements/alter/column.md
...
Co-authored-by: Alexey Boykov <33257111+mathalex@users.noreply.github.com>
2021-07-28 20:53:45 +05:00
Eugene Klimov
3b564ec1ab
Update docs/ru/sql-reference/statements/alter/column.md
...
Co-authored-by: Alexey Boykov <33257111+mathalex@users.noreply.github.com>
2021-07-28 20:53:38 +05:00
Eugene Klimov
7340e74dfc
Update docs/ru/sql-reference/statements/alter/column.md
...
Co-authored-by: Alexey Boykov <33257111+mathalex@users.noreply.github.com>
2021-07-28 20:53:28 +05:00
Eugene Klimov
ba09740969
Update docs/ru/sql-reference/statements/alter/column.md
...
Co-authored-by: Alexey Boykov <33257111+mathalex@users.noreply.github.com>
2021-07-28 20:53:13 +05:00
Eugene Klimov
19e964315b
Update docs/ru/sql-reference/statements/alter/column.md
...
Co-authored-by: Alexey Boykov <33257111+mathalex@users.noreply.github.com>
2021-07-28 20:53:05 +05:00
Mikhail
d58d6d0180
translation
2021-07-28 16:58:08 +03:00
Mikhail
4f44b541c1
Update query_log.md
2021-07-28 16:49:36 +03:00
Raúl Marín
99fb09530e
Document how to run gtest individually
2021-07-28 12:15:05 +02:00