adevyatova
adc4150fdf
Fix typo
2021-08-13 14:45:16 +03:00
adevyatova
ed1c698683
Add docs for EXPLAIN ... ESTIMATE
2021-08-10 21:48:49 +03:00
Artur Filatenkov
d8434539a7
comment docs
2021-08-09 17:17:22 +03:00
Maksim Kita
70b52fc039
Merge pull request #27063 from lehasm/alexey-sm-DOCSUP-9860-document-refactored-storage-dictionary
...
DOCSUP-9860: document refactored storage dictionary
2021-08-09 14:17:34 +03:00
alexey-milovidov
8ac1f3b73d
Update projection.md
2021-08-08 04:24:23 +03:00
mergify[bot]
106bddb290
Merge branch 'master' into patch-6
2021-08-08 01:22:50 +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 Boykov
b52250bc0d
Merge pull request #26792 from michon470/kuriatnikovm-DOCSUP-9735-clarification-about-WITH-FILL
...
DOCSUP-9735: clarification about WITH FILL
2021-08-03 14:32:17 +03:00
michon470
d10835f223
Update docs/en/sql-reference/statements/select/order-by.md
...
Co-authored-by: Alexey Boykov <33257111+mathalex@users.noreply.github.com>
2021-08-02 20:14:22 +03:00
michon470
e03539fdd4
Update docs/en/sql-reference/statements/select/order-by.md
...
Co-authored-by: Alexey Boykov <33257111+mathalex@users.noreply.github.com>
2021-08-02 20:14:09 +03:00
michon470
c5df30594d
Update docs/en/sql-reference/statements/select/order-by.md
...
Co-authored-by: Alexey Boykov <33257111+mathalex@users.noreply.github.com>
2021-08-02 20:13:58 +03:00
michon470
1a4d9fec9b
Update docs/en/sql-reference/statements/select/order-by.md
...
Co-authored-by: Alexey Boykov <33257111+mathalex@users.noreply.github.com>
2021-08-02 20:13:48 +03:00
michon470
36c6d7e1c0
Update docs/en/sql-reference/statements/select/order-by.md
...
Co-authored-by: Alexey Boykov <33257111+mathalex@users.noreply.github.com>
2021-08-02 20:13:35 +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
万康
66631ca680
add column default_database
2021-08-01 08:11:01 +08: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
Filatenkov Artur
395b41bf8e
Merge branch 'master' into kuriatnikovm-DOCSUP-9735-clarification-about-WITH-FILL
2021-07-29 20:55:01 +03:00
Mikhail
17570868bd
some corrections and translation
2021-07-29 19:17:48 +03: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
Alexey Boykov
d1935b587e
Update column.md
...
Delete repeating paragraph.
2021-07-29 15:14:32 +03: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
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
Slach
c3c4cbf067
add MODIFY COLUMN compression codec section, sync RU and EN formatting and links
...
Signed-off-by: Slach <bloodjazman@gmail.com>
2021-07-28 14:41:41 +05:00
michon470
08a7140882
Update docs/en/sql-reference/statements/select/order-by.md
...
Co-authored-by: olgarev <56617294+olgarev@users.noreply.github.com>
2021-07-28 04:18:33 +03:00
michon470
d541cd5c00
Update docs/en/sql-reference/statements/select/order-by.md
...
Co-authored-by: olgarev <56617294+olgarev@users.noreply.github.com>
2021-07-28 04:18:16 +03:00
Alexey
133586b625
Translated to russian
2021-07-26 05:34:45 +00:00
lehasm
5f977baae3
Update docs/en/sql-reference/statements/alter/setting.md
...
Co-authored-by: olgarev <56617294+olgarev@users.noreply.github.com>
2021-07-26 08:03:16 +03:00
lehasm
32601bb503
Update docs/en/sql-reference/statements/alter/setting.md
...
Co-authored-by: olgarev <56617294+olgarev@users.noreply.github.com>
2021-07-26 08:03:03 +03:00
lehasm
9f5c491237
Update docs/en/sql-reference/statements/alter/setting.md
...
Co-authored-by: olgarev <56617294+olgarev@users.noreply.github.com>
2021-07-26 08:02:53 +03:00
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