Vladimir C
|
75ded13df7
|
Minor updates in Join Table Engine docs
|
2021-08-09 10:52:04 +03:00 |
|
olgarev
|
18cbd18c25
|
Initial commit
|
2021-08-01 05:29:29 +00: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 |
|
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 |
|
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 |
|
alexey-milovidov
|
81927dcf78
|
Update mergetree.md
|
2021-07-26 05:07:45 +03:00 |
|
Dmitriy
|
a4fca6b277
|
Translate to Russian
Выполнил перевод на русский язык.
|
2021-07-20 23:11:55 +03:00 |
|
Dmitriy
|
0370b9813c
|
Update HDFS
Исправил ошибки.
|
2021-07-20 22:06:05 +03:00 |
|
Dmitriy
|
f8fd7ae402
|
Update HDFS
Внес небольшие правки в описание.
|
2021-07-16 20:26:55 +03:00 |
|
mergify[bot]
|
126a2d7ad1
|
Merge branch 'master' into dist-per-table-monitor-settings
|
2021-07-16 13:32:40 +00:00 |
|
Azat Khuzhin
|
f3d3ec44a6
|
Add ability to set Distributed directory monitor settings via CREATE TABLE
|
2021-07-16 04:10:47 +03:00 |
|
zxc111
|
a7edcb0de3
|
update engines/table-engines/mergetree-family/mergetree.md
|
2021-07-16 00:12:10 +08:00 |
|
Dmitriy
|
4a97cd80b0
|
Using HDFS for Data Storage
Задокументировал HDFS для удаленного хранения данных.
|
2021-07-14 21:42:03 +03:00 |
|
Jeffrey Dang
|
c09fa0b843
|
Update materialized-postgresql.md
Spelling
|
2021-07-13 10:56:07 -05:00 |
|
kssenii
|
4c8d82001f
|
Fix checks
|
2021-07-01 17:52:21 +00:00 |
|
kssenii
|
4ad0f45f0e
|
Some more tests
|
2021-07-01 08:35:28 +00:00 |
|
kssenii
|
9d5847a1a8
|
Merge branch 'master' of https://github.com/ClickHouse/ClickHouse into pg-ch-replica
|
2021-06-29 21:30:31 +00:00 |
|
Dmitriy
|
375965fb7a
|
Update ExternalDistributed.md
Убрал поддержку запросов на вставку.
|
2021-06-27 23:45:05 +03:00 |
|
kssenii
|
c3a2fc0584
|
Review fixes
|
2021-06-27 19:17:17 +00:00 |
|
Dmitriy
|
253f249f3d
|
Add links
Добавил ссылку на настройку external_table_functions_use_nulls.
|
2021-06-27 20:57:46 +03:00 |
|
Dmitriy
|
7a95569d90
|
Merge remote-tracking branch 'remotes/clickhouse/master' into sevirov-DOCSUP-8324-document_the_support_of_replicas_and_shards_in_mysql_postgresql
|
2021-06-27 20:44:12 +03:00 |
|
Dmitriy
|
c379a0b226
|
Update mysql and postgresql engines
Внес небольшие поправки.
|
2021-06-27 20:35:53 +03:00 |
|
Dmitriy
|
07afd0746b
|
Replace links
Заменил линки в cast.
|
2021-06-27 14:07:24 +03:00 |
|
Dmitriy
|
45a4ea7a68
|
Delete the external_table_functions_use_nulls setting
Удалил настройку external_table_functions_use_nulls из описания движка ExternalDistributed.
|
2021-06-27 14:01:51 +03:00 |
|
sevirov
|
6efe22d67e
|
Update docs/en/engines/table-engines/integrations/postgresql.md
Co-authored-by: olgarev <56617294+olgarev@users.noreply.github.com>
|
2021-06-27 12:26:03 +03:00 |
|
sevirov
|
775454bfe0
|
Update docs/en/engines/table-engines/integrations/mysql.md
Co-authored-by: olgarev <56617294+olgarev@users.noreply.github.com>
|
2021-06-27 12:25:52 +03:00 |
|
sevirov
|
020a82b96f
|
Update docs/en/engines/table-engines/integrations/ExternalDistributed.md
Co-authored-by: olgarev <56617294+olgarev@users.noreply.github.com>
|
2021-06-27 12:25:34 +03:00 |
|
sevirov
|
e87c2c3147
|
Update docs/en/engines/table-engines/integrations/ExternalDistributed.md
Co-authored-by: olgarev <56617294+olgarev@users.noreply.github.com>
|
2021-06-27 12:25:16 +03:00 |
|
kssenii
|
3d90f0710c
|
Merge branch 'master' of https://github.com/ClickHouse/ClickHouse into pg-ch-replica
|
2021-06-26 22:04:47 +00:00 |
|
Dmitriy
|
8062884323
|
Translate to Russian
Выполнил перевод на русский язык.
|
2021-06-25 21:25:25 +03:00 |
|
Dmitriy
|
b9b45d61e9
|
Fix See Also
Поправил ссылки.
|
2021-06-24 23:40:43 +03:00 |
|
Dmitriy
|
5154f78249
|
Update ExternalDistributed.md
Внес небольшие поправки.
|
2021-06-24 22:49:04 +03:00 |
|
Dmitriy
|
48e19f0c39
|
Create ExternalDistributed.md
Задокументировал новый табличный движок ExternalDistributed.
|
2021-06-24 22:29:57 +03:00 |
|
presto53
|
e02e587557
|
Update change storage policy en doc
|
2021-06-17 11:50:58 +03:00 |
|
Nickita
|
ee7169e547
|
fix typos in docs
|
2021-06-14 16:29:07 +03:00 |
|
Zhichun Wu
|
f1417adfaf
|
Update JDBC bridge related docs
|
2021-06-11 17:37:38 +08:00 |
|
presto53
|
e9bd18ebfb
|
Update s3.md
|
2021-06-04 17:35:15 +03:00 |
|
Nikita Mikhaylov
|
cf8782faf3
|
Merge pull request #24311 from nikitamikhaylov/merging-s3-backoff
Merging #23461
|
2021-06-04 14:41:21 +03:00 |
|
kssenii
|
e23bc14582
|
Merge branch 'master' of https://github.com/ClickHouse/ClickHouse into pg-ch-replica
|
2021-06-03 19:44:55 +00:00 |
|
mergify[bot]
|
9e2c454db2
|
Merge branch 'master' into merging-s3-backoff
|
2021-06-03 18:58:24 +00:00 |
|
Vladimir Goncharov
|
bea934f40c
|
Update mysql.md
The MySQL engine also allows to perform `INSERT`
|
2021-06-03 20:12:19 +03:00 |
|
Maksim Kita
|
50042df428
|
Merge pull request #24286 from sevirov/sevirov-DOCSUP-7842-document_the_dictionary_function
DOCSUP-7842: Document the dictionary function
|
2021-06-02 22:28:33 +03:00 |
|
kssenii
|
12ea45e956
|
Merge branch 'master' of https://github.com/ClickHouse/ClickHouse into pg-ch-replica
|
2021-06-01 17:43:34 +00:00 |
|
Nikita Mikhaylov
|
0055a924f6
|
better
|
2021-06-01 14:23:46 +00:00 |
|
Nikita Mikhaylov
|
0d8ede15a9
|
Merge branch 'master' into merging-s3-backoff
|
2021-05-31 21:07:00 +03:00 |
|