olgarev
f86829ebf4
Docs for HDFS
2021-08-01 02:55:24 +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
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
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
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
Alexey Milovidov
17b9fc0f10
Automated hardware benchmark
2021-07-28 21:06:02 +03: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
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
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
Alexander Tokmakov
fab4529c97
Merge branch 'master' into rename_materialize_mysql
2021-07-28 12:18:01 +03:00
alesapin
29e6073a9d
Merge pull request #26783 from lehasm/alexey-sm-DOCSUP-11546-document-alter-reset-setting
...
DOCSUP-11546: Update the SQL-statement ALTER
2021-07-28 11:36:28 +03:00
Maksim Kita
41f8f747c0
Merge pull request #26790 from thealexjo/patch-1
...
Update materialize-mysql.md
2021-07-28 01:16:40 +03:00
alexey-milovidov
52ba07d373
Update performance-test.md
2021-07-28 00:57:28 +03:00
Alexander Tokmakov
fc9ab2cda7
Merge branch 'master' into rename_materialize_mysql
2021-07-27 22:38:40 +03:00
Kseniia Sumarokova
b5dce17707
Merge pull request #26821 from azat/rocksdb-improvements
...
Add system.rocksdb and read rocksdb/rocksdb_TABLE options from config
2021-07-27 17:31:12 +03:00
Alexey Boykov
4d5721edf5
Merge pull request #26681 from lehasm/alexey-sm-DOCSUP-11657-document-check_sample_column_is_correct-setting
...
DOCSUP-11657: Document the check_sample_column_is_correct setting
2021-07-27 16:53:38 +03:00
lehasm
be8c8b9372
Update docs/en/operations/settings/merge-tree-settings.md
...
Co-authored-by: Alexey Boykov <33257111+mathalex@users.noreply.github.com>
2021-07-27 13:05:07 +03:00
Azat Khuzhin
8ef677b15f
Add ability to set any rocksdb option via config.xml
...
v2: Cover rocksdb options in ClickHouse config
v3: add missing __init__.py
v4: Rework rocksdb options from config
v5: add column_family_options support
2021-07-27 08:40:50 +03:00
Kseniia Sumarokova
0f7fd2bc37
Merge pull request #26324 from sevirov/sevirov-DOCSUP-11416-implement_idisk_interface_for_hdfs
...
DOCSUP-11416: Implement IDisk interface for HDFS
2021-07-26 23:59:34 +03:00
Kseniia Sumarokova
d8e1798f87
Update mergetree.md
2021-07-26 23:57:31 +03:00
Azat Khuzhin
c7d2a5aad8
Add system.rocksdb table (with various rocksdb internals)
...
v2: fix USE_ROCKSDB check (there is #cmakedefine01 so it is either 0/1,
so we should not check with #ifdef)
2021-07-26 23:13:59 +03:00
Dmitriy
7d31316b17
Fix endpoint parameter
...
Поправил описание параметра endpoint.
2021-07-26 22:23:32 +03:00
Alexander Tokmakov
63ab38ee09
rename MaterializeMySQL to MaterializedMySQL
2021-07-26 21:17:28 +03:00
Alexey Boykov
9282e0f5b7
Merge pull request #26460 from zxc111/DOCSUP-11552
...
DOCSUP-11552: Add support for argument of UUID type for empty and notEmpty functions
2021-07-26 14:40:23 +03:00
Nikolai Kochetov
f1c9c728f0
Merge pull request #26676 from ka1bi4/romanzhukov-DOCSUP-11551-adding_new_third-party
...
DOCSUP-11551: Edit and translate to Russian (Guidelines for adding new third-party libraries)
2021-07-26 14:25:28 +03:00
Alexey
133586b625
Translated to russian
2021-07-26 05:34:45 +00:00
Mikhail
39e1b21385
Update query_log.md
...
requested edit
2021-07-26 08:19:30 +03: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
alexey-milovidov
81927dcf78
Update mergetree.md
2021-07-26 05:07:45 +03:00
Alexander Bezpiatov
036b78ba3a
Update materialize-mysql.md
...
- Added mandatory configuration items for MySQL-server side;
- Added `BINARY` type to the supported data types table
- Added Compatibility restrictions paragraph
2021-07-26 01:31:34 +03:00
Kseniia Sumarokova
b65fd7fbfe
Merge pull request #26181 from lehasm/alexey-sm-DOCSUP-9056-document-url-function-patterns
...
DOCSUP-9056: description of patterns in the url table function
2021-07-25 23:11:55 +03:00
Maksim Kita
bbc7fe88ab
Merge pull request #26775 from poweroftrue/patch-1
...
Document MaterializeMySQL Settings
2021-07-25 22:05:13 +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
romanzhukov
dfa6e207d7
DOCSUP-11551: Add ru contrib info.
2021-07-24 20:27:06 +03:00
romanzhukov
d7881aa588
Merge branch 'master' into romanzhukov-DOCSUP-11551-adding_new_third-party
2021-07-24 20:08:24 +03:00