DanRoscigno
bad28f4a25
fix highlight
2022-11-28 14:19:00 -05:00
Dan Roscigno
4ab04d6461
Update table.md
2022-11-28 14:08:08 -05:00
DanRoscigno
c4b8137d31
replace symlinks
2022-08-29 12:19:50 -04:00
DanRoscigno
5b5fcc56aa
add slugs
2022-08-28 10:53:34 -04:00
Robert Schulze
2785783def
Mark DEFLAPT_QPL as 'experimental' codec + cosmetics
2022-07-24 20:10:11 +00:00
jinjunzh
d3d0605c00
add words of caution into documentation
2022-07-15 14:33:51 -04:00
DanRoscigno
aafe91a8ca
add H3 tages for Algolia search
2022-06-22 14:48:18 -04:00
Robert Schulze
a0d936cc9f
Small follow-up for FPC codec
...
- add paper reference + doxygen
- remove endianness handling (ClickHouse assumes little endian)
- documentation
- other minor stuff
2022-06-15 14:21:28 +02:00
rfraposa
869967de41
Remove H1 anchor tags from docs
2022-06-02 04:55:18 -06:00
rfraposa
8f01fe9c49
Revised /en folder
2022-04-09 07:34:21 -06:00
rfraposa
5250d9ad11
Removed /ja folder, cleaned up /ru markdown
2022-04-09 07:29:05 -06:00
Alexey Milovidov
9854b55835
Revert "Format changes for new docs"
2022-04-04 02:05:35 +03:00
rfraposa
72a00e2c62
Fixed broken links
2022-04-02 17:38:54 -06:00
Rich Raposa
e6191511cf
Merge branch 'ClickHouse:master' into master
2022-04-01 11:43:48 -06:00
rfraposa
e5ee39541e
Fixing conflicts with source repo
2022-04-01 11:34:35 -06:00
rfraposa
560471f991
Update /sql-reference docs
2022-03-29 22:06:21 -06:00
Yakov Olkhovskiy
de58f5988d
Update table.md
...
allow EPHEMERAL without expression
2022-03-29 04:01:20 -04:00
yakov-olkhovskiy
465dee928c
Update table.md
2022-02-08 21:09:52 -05:00
yakov-olkhovskiy
42ea826acb
Update table.md
...
EPHEMERAL specifier is added
2022-02-08 11:35:14 -05:00
mergify[bot]
5ef5e1d558
Merge branch 'master' into karnevil-DOCSUP-18631
2022-01-24 12:09:59 +00:00
靳阳
14ca6aa92b
name -> table_name
...
fix possible wrong word
2021-12-14 19:21:12 +08:00
karnevil13
77df8ce0dd
DOCSUP-18631: Edit and translate
2021-11-23 00:44:08 +03:00
Filatenkov Artur
963ece5d6a
Update table.md
2021-10-20 15:13:12 +03:00
Filatenkov Artur
24d3209f60
Update table.md
2021-10-20 15:08:50 +03:00
Ivan Blinkov
a7cbad50ed
fixes and cleanup
2021-09-20 11:08:21 +03:00
Artur Filatenkov
31c7e22bd6
correct style
2021-08-25 18:29:25 +03:00
Filatenkov Artur
3a32aa0dff
Update table.md
2021-08-12 16:03:35 +03:00
Artur Filatenkov
d8434539a7
comment docs
2021-08-09 17:17:22 +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
Alexey Milovidov
df3be36758
Remove trailing whitespaces from docs
2021-07-29 18:27:50 +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
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
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
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
Romain Neutron
7b515c7235
Avoid short syntax
2021-05-27 21:44:11 +02: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
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
adevyatova
d8ce971897
Minor fixes
2021-04-12 07:49:53 +00:00
adevyatova
06b57c6bf5
add example
2021-04-04 17:55:40 +00:00
Anna
56cf8f10be
update atomic desc, add settings desc
2021-04-01 15:50:47 +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
Olga Revyakina
b814987a22
Translated to Russian with some fixes in English
2021-03-15 04:18:54 +03:00
Alexey Milovidov
ecb686b0be
Fix some broken links
2021-03-14 15:29:23 +03:00
Maksim Kita
5baa981ed4
Merge pull request #19682 from bharatnc/ncb/fix-table-function-doc
...
Docs - fixes the docs for table function
2021-01-27 13:00:19 +03:00
bharatnc
b51c74c3e8
Fixes the docs for table function
2021-01-26 10:49:56 -08:00
Anna
c8b6774a75
correction
2021-01-25 23:48:54 +03:00
Anna
7dedfba800
fix link
2021-01-25 23:32:05 +03:00
Anna
6634432253
Correction
2021-01-25 23:17:08 +03:00
Anna
6137e5530f
Update examples
2021-01-25 22:17:46 +03:00
Anna
cec83bb76a
Update
2021-01-25 21:49:13 +03:00
Anna
2a66eab876
Merge branch 'master' into annadevyatova-DOCSUP-5634-replace
2021-01-25 20:10:42 +03:00
Anna
ae4a2e9c6f
Add REPLACE query desc
2021-01-23 22:46:24 +03:00
romanzhukov
8da4aa5bf0
DOCSUP-5272: fix PR and ticket comments
2021-01-20 20:10:35 +03:00
romanzhukov
812f8ee197
DOCSUP-5272: primary key crosslink in doc
2021-01-14 21:10:32 +03:00
romanzhukov
5c97e47393
DOCSUP-5272: Add PR#17213 translation to RU
2021-01-14 20:50:32 +03:00
Anna
45b8ddd7ab
fixed
2020-12-27 14:47:15 +03:00
Anna
51b76f7367
add desc for NULL modifiers
2020-12-26 15:43:09 +03:00
olgarev
fe00f70424
DOCSUP-4194: Updated CREATE TABLE statement with PRIMARY KEY section ( #17213 )
...
* Section added
* Syntax corrected
Co-authored-by: Olga Revyakina <revolg@yandex-team.ru>
2020-11-30 18:09:46 +03:00
Mikhail Filimonov
41971e073a
Fix typos reported by codespell
2020-10-27 12:04:03 +01:00
Roman Bug
9ec78855cd
DOCSUP-2806: Add meta header in RU ( #15801 )
...
* DOCSUP-2806: Add meta intro.
* DOCSUP-2806: Update meta intro.
* DOCSUP-2806: Fix meta.
* DOCSUP-2806: Add quotes for meta headers.
* DOCSUP-2806: Remove quotes from meta headers.
* DOCSUP-2806: Add meta headers.
* DOCSUP-2806: Fix quotes in meta headers.
* DOCSUP-2806: Update meta headers.
* DOCSUP-2806: Fix link to nowhere in EN.
* DOCSUP-2806: Fix link (settings to tune)
* DOCSUP-2806: Fix links.
* DOCSUP-2806:Fix links EN
* DOCSUP-2806: Fix build errors.
* DOCSUP-2806: Fix meta intro.
* DOCSUP-2806: Fix toc_priority in examples datasets TOC.
* DOCSUP-2806: Fix items order in toc.
* DOCSUP-2806: Fix order in toc.
* DOCSUP-2806: Fix toc order.
* DOCSUP-2806: Fix order in toc.
* DOCSUP-2806: Fix toc index in create
* DOCSUP-2806: Fix toc order in create.
Co-authored-by: romanzhukov <romanzhukov@yandex-team.ru>
Co-authored-by: alexey-milovidov <milovidov@yandex-team.ru>
2020-10-26 13:29:30 +03:00
Anna
d7014316b2
DOCSUP-2861: Translate on Russian ( #16042 )
...
* Translate on Russian
* Update docs/ru/sql-reference/statements/create/table.md
Co-authored-by: BayoNet <da-daos@yandex.ru>
* Update docs/ru/sql-reference/statements/create/table.md
Co-authored-by: BayoNet <da-daos@yandex.ru>
* Update docs/ru/sql-reference/statements/create/table.md
Co-authored-by: BayoNet <da-daos@yandex.ru>
Co-authored-by: BayoNet <da-daos@yandex.ru>
2020-10-19 18:22:38 +03:00
alexey-milovidov
a35c855902
Update table.md
2020-10-10 20:37:15 +03:00
Anna
064be8db54
Add desc for Default codec
2020-10-06 16:16:28 +03:00
bharatnc
59edda2e94
add note in docs about codec for ALIAS column type
2020-08-31 00:47:22 -07:00
Alexey Milovidov
2dc74a8a54
Update documentation
2020-08-02 00:47:10 +03:00
Ivan Blinkov
258d2fd499
[docs] split various kinds of CREATE queries into separate articles ( #12328 )
...
* normalize
* split & adjust links
* re-normalize
* adjust ru links
* adjust ja/tr links
* partially apply e0d19d2aea
* reset contribs
2020-07-09 18:10:35 +03:00