Mikhail Filimonov
4cabfa356e
Update documentation for Distributed fsync settings.
2021-01-09 11:31:32 +03:00
Azat Khuzhin
b5ace27014
Add fsync support for Distributed engine.
...
Two new settings (by analogy with MergeTree family) has been added:
- `fsync_after_insert` - Do fsync for every inserted. Will decreases
performance of inserts.
- `fsync_tmp_directory` - Do fsync for temporary directory (that is used
for async INSERT only) after all part operations (writes, renames,
etc.).
Refs: #17380 (p1)
2021-01-09 11:31:32 +03:00
alexey-milovidov
e476dcdba7
Update replication.md
2021-01-04 20:58:26 +03:00
Alexander Kuzmenkov
fd08bf3132
Merge pull request #18074 from sevirov/sevirov-DOCSUP-4524-document_execute_merges_on_single_replica_time_threshold_setting
...
DOCSUP-4524: Document the execute_merges_on_single_replica_time_threshold setting
2020-12-28 15:21:11 +03:00
Daria Mozhaeva
ded199ce27
Edit and translate to Russia
2020-12-23 18:32:35 +03:00
tavplubix
b7c5e76080
Merge pull request #17538 from olgarev/revolg-DOCSUP-3119-Document_the_MaterializeMySQL_engine
...
DOCSUP-3119: Documented the MaterializeMySQL engine
2020-12-20 20:20:35 +03:00
Olga Revyakina
d0fdea9604
Updates
2020-12-20 19:38:40 +03:00
alexey-milovidov
2dce0156f9
Update mergetree.md
2020-12-19 19:56:51 +03:00
Mark Andreev
62157bf92c
Add max_parts_in_total to docs
2020-12-19 17:09:59 +03:00
Dmitriy
5705fa5a34
Update settings.md
...
Внес поправки в английскую и русскую версии.
2020-12-19 00:08:13 +03:00
Dmitriy
32cbfabfaf
Update settings.md
...
Выполнил перевод на русский язык и внес поправки в английскую версию.
2020-12-18 23:04:51 +03:00
alexey-milovidov
da1fc5d25e
Merge pull request #18218 from Jokser/s3-docs
...
Add S3 table function / engine documentation [EN]
2020-12-18 22:05:45 +03:00
Pavel Kovalenko
f80e872bbb
Update globs in path usage for S3 table function / storage documentation [EN]
2020-12-18 21:45:21 +03:00
alexey-milovidov
49bcb167bc
Update s3.md
2020-12-18 21:02:07 +03:00
alexey-milovidov
d5361525d5
Update s3.md
2020-12-18 20:55:54 +03:00
alexey-milovidov
edba76ebc0
Update s3.md
2020-12-18 20:54:41 +03:00
alexey-milovidov
57d3d641f5
Update s3.md
2020-12-18 20:52:59 +03:00
Pavel Kovalenko
9d75093c28
Fix link in S3 table function / engine documentation [EN]
2020-12-18 15:12:06 +03:00
Pavel Kovalenko
601558c11b
Add references to S3 table function / engine in documentation [EN]
2020-12-18 12:50:35 +03:00
Pavel Kovalenko
cd0a0e33bd
Add S3 table function / engine documentation [EN]
2020-12-18 12:46:50 +03:00
Ilya Golshtein
9701d6a2d5
style fix per code review, doc improvement, params consistency check
2020-12-16 14:48:33 +03:00
Ilya Golshtein
fc0a1af214
doc minor changes, cleanup, krb5-user as a recommended package
2020-12-16 14:48:33 +03:00
Ilya Golshtein
7e97814859
cleanup, fixes, new submodules, ShellCommand, WriteBufferFromString
2020-12-16 14:48:33 +03:00
Ilya Golshtein
d9166a0645
HADOOP_SECURE_DN_USER way, kinit thread, docker capabilities
2020-12-16 14:48:33 +03:00
Dmitriy
90cc37ae56
Document execute_merges_on_single_replica_time_threshold setting
...
Задокументировал настройку execute_merges_on_single_replica_time_threshold.
2020-12-14 23:23:29 +03:00
Olga Revyakina
375a4dbcba
Errors fixed, comments considered (not sure of type conversions)
2020-12-05 03:53:27 +03:00
sevirov
c23e376474
DOCSUP-4435: Allow nullable key in MergeTree ( #17345 )
...
* Update settings.md and mergetree.md
Задокументировал настройку allow_nullable_key. Добавил пару предложений в mergetree.md.
* Update mergetree.md
Исправляю битую ссылку.
* Update mergetree.md
Вставил ссылку на allow_nullable_key.
* Update mergetree.md
Правлю битую ссылку.
* Update mergetree.md
Исправляю битую ссылку.
* Update settings.md
Правлю битую ссылку.
* Update mergetree.md and settings.md
Выполнил перевод на русский язык и поправил немного английскую версию.
* Update mergetree.md
Убрал выражение 'для семейства mergetree'.
* Update settings.md
Внес поправки в русскую версию.
* Update mergetree.md and settings.md
Сделал поправки в английскую версию на основе комментарий в PR.
Co-authored-by: Dmitriy <sevirov@yandex-team.ru>
2020-12-04 21:17:58 +03:00
Anna Shakhova
4479cfbcb0
DOCSUP-3871: Document prefer_not_to_merge option ( #17090 )
...
* Init commit
* Translation
* Fixed
* Fixed
* Fixed
* Fixed
2020-12-02 22:03:24 +03:00
Denny Crane
534cec15b2
Update replacingmergetree.md
2020-11-30 23:06:36 -04:00
olgarev
1a6c62345b
Apply suggestions from code review
...
Co-authored-by: tavplubix <tavplubix@gmail.com>
Co-authored-by: BayoNet <da-daos@yandex.ru>
2020-11-30 19:09:07 +03:00
Olga Revyakina
a0f184c089
Link fixed. Topic added to the index page
2020-11-28 18:56:16 +03:00
Olga Revyakina
8b98467a40
MaterializeMySQL documented in English. System Table template updated.
2020-11-28 18:49:52 +03:00
alexey-milovidov
13f0521ddd
Update replication.md
2020-11-27 10:40:25 +03:00
alexey-milovidov
dfae1efbbd
Merge pull request #17070 from fastio/master
...
Support multiple ZooKeeper clusters
2020-11-27 10:38:01 +03:00
alesapin
fe6a64b6f5
Merge pull request #16819 from invis87/patch-1
...
Update collapsingmergetree.md
2020-11-27 10:27:57 +03:00
Peng Jian
fd0705c93d
add doc
2020-11-19 15:44:47 +08:00
yangshuai
e8492a54e0
Update replication.md
...
Correct spelling
2020-11-17 17:56:29 +08:00
Alexey Milovidov
630aa9b0c3
Rename Rocksdb to RocksDB
2020-11-11 09:08:53 +08:00
alexey-milovidov
75c994ad87
Update embedded-rocksdb.md
2020-11-11 09:08:53 +08:00
sundy-li
a5fc4d69a5
add docs
2020-11-11 09:08:52 +08:00
sundy-li
8cb3ec5aea
add docs
2020-11-11 09:08:52 +08:00
Aleksandrov Vladimir
0568daf4fc
Update collapsingmergetree.md
...
formatting fix
2020-11-09 18:55:41 +03:00
gyuton
0d1fcd2f96
DOCSUP-3227: Documented the persistent setting ( #16579 )
...
* added description of disable_set_and_join_persistency setting.
* Changed setting name to persistent, added references about persistent to join table engine and set table engine
* Resolved conflict.
* Added reviewers suggestions
* Added translation for Russian.
* Fixed typos
* Update docs/en/operations/settings/settings.md
Fixed minor stuff.
Co-authored-by: BayoNet <da-daos@yandex.ru>
* Update settings.md
Updated translation.
* Fixed description and translation
* Fixed letter cases
Co-authored-by: George <gyuton@yandex-team.ru>
Co-authored-by: BayoNet <da-daos@yandex.ru>
2020-11-06 14:23:04 +03:00
Denny Crane
771814bb85
Update mergetree.md
...
bloom does not support like
2020-11-05 11:07:24 -04:00
damozhaeva
6db9ee4300
DOCSUP-3172: Edit and translate to Russian ( #16153 )
...
* Edit and traslate to Russian.
* Update docs/ru/engines/table-engines/integrations/kafka.md
Co-authored-by: BayoNet <da-daos@yandex.ru>
* Update docs/ru/interfaces/http.md
Co-authored-by: BayoNet <da-daos@yandex.ru>
* Update docs/ru/interfaces/http.md
Co-authored-by: BayoNet <da-daos@yandex.ru>
* Ticket.
* http.
* kafka ru
Co-authored-by: Daria Mozhaeva <dmozhaeva@yandex-team.ru>
Co-authored-by: BayoNet <da-daos@yandex.ru>
2020-11-02 19:54:23 +03:00
Anna Shakhova
90dcc135b4
DOCSUP-3199: Support default arguments for Replicated engine ( #16282 )
...
* Init commit
* Fixed
* Fixed
* Fixed
2020-10-31 23:26:14 +03:00
kssenii
4b59882c30
Remove redundant, add virt col
2020-10-27 20:34:31 +00:00
kssenii
db03cd7dd7
Much more optimal queues setup
2020-10-27 11:00:01 +00:00
Denny Crane
bb8e6af832
Update replication.md
...
database and table macros
2020-10-17 15:55:39 -03:00
Alexey Milovidov
db4db42b65
Fix broken links in docs
2020-10-13 20:23:29 +03:00
kssenii
5ee01f5575
update docs
2020-10-10 22:59:32 +03:00
Alexander Tokmakov
a7d3a024c7
Revert "Revert "Test and doc for PR12771 krb5 + cyrus-sasl + kerberized kafka""
...
This reverts commit c298c633a7
.
2020-09-29 11:56:37 +03:00
tavplubix
c298c633a7
Revert "Test and doc for PR12771 krb5 + cyrus-sasl + kerberized kafka"
2020-09-24 16:10:24 +03:00
Ilya Yatsishin
7dad84ea6b
Merge pull request #14265 from arenadata/ADQM-160
...
Test and doc for PR12771 krb5 + cyrus-sasl + kerberized kafka
2020-09-23 19:02:58 +03:00
Ilya Golshtein
2d5c31d588
test_storage_kerberized_kafka cleanup + negative test
2020-09-17 16:51:34 +03:00
Azat Khuzhin
0159c74f21
Secure inter-cluster query execution (with initial_user as current query user) [v3]
...
Add inter-server cluster secret, it is used for Distributed queries
inside cluster, you can configure in the configuration file:
<remote_servers>
<logs>
<shard>
<secret>foobar</secret> <!-- empty -- works as before -->
...
</shard>
</logs>
</remote_servers>
And this will allow clickhouse to make sure that the query was not
faked, and was issued from the node that knows the secret. And since
trust appeared it can use initial_user for query execution, this will
apply correct *_for_user (since with inter-server secret enabled, the
query will be executed from the same user on the shards as on initator,
unlike "default" user w/o it).
v2: Change user to the initial_user for Distributed queries if secret match
v3: Add Protocol::Cluster package
v4: Drop Protocol::Cluster and use plain Protocol::Hello + user marker
v5: Do not use user from Hello for cluster-secure (superfluous)
2020-09-15 01:36:28 +03:00
alesapin
4364bff3bc
Merge pull request #12761 from kssenii/rabbitmq-improvements
...
RabbitMQ improvements
2020-09-08 09:38:25 +03:00
kssenii
40c8290dde
Tiny fixes, better tests
2020-09-07 14:48:50 +00:00
Peng Jian
ac25c41f22
Update docs for Kafka engine
2020-09-06 11:17:19 +08:00
Peng Jian
fd82272cfe
Fix code style, and update docs for Kafka engine
2020-09-06 11:17:19 +08:00
Kseniia Sumarokova
4b7c303eaf
Merge branch 'master' into rabbitmq-improvements
2020-09-03 17:26:04 +03:00
Ilya Yatsishin
e94a2f2489
Merge pull request #14349 from otrazhenia/evgsudarikova-DOCSUP-2003
...
DOCSUP-2003: Edit and translate to Russian RabbitMQ description
2020-09-02 16:07:18 +03:00
alexey-milovidov
8c394a9828
Merge pull request #14213 from BayoNet/docs/CLICKHOUSEDOCS-744-collapsing-merge-tree
...
DOCS-744: Fixed the CollapsingMerge description
2020-09-02 04:59:22 +03:00
Evgeniia Sudarikova
f93edc5def
Edit more text in EN version
2020-09-01 21:59:27 +03:00
Evgeniia Sudarikova
34a2beab7c
Edited EN description
2020-09-01 18:03:43 +03:00
kssenii
15f735bb24
Merge branch 'master' of https://github.com/ClickHouse/ClickHouse into rabbitmq-improvements
2020-09-01 10:51:34 +00:00
kssenii
7b0713b12d
Update docs
2020-09-01 08:29:05 +00:00
Ivan Blinkov
679afe5ff2
Revert "Documentation about ReplacingMergeTree extended with type DateTime64 for column ( #13498 )"
...
This reverts commit 896b561523
.
2020-09-01 10:06:23 +03:00
Sergei Shtykov
00c8dce39c
CLICKHOUSEDOCS-744: Fixed VersionedCollapsingMergeTree description.
2020-08-28 14:01:33 +03:00
陈小玉
e3665ff09d
Update hdfs.md
2020-08-28 15:56:44 +08:00
bharatnc
22c3d5ec57
add docs
2020-08-26 15:31:48 -07:00
kssenii
31b1b6fe9f
Merge branch 'master' of https://github.com/ClickHouse/ClickHouse into rabbitmq-improvements
2020-08-25 14:47:03 +00:00
Ivan Blinkov
ef6a7b2578
fix #13819
2020-08-17 12:05:34 +03:00
emakarov
896b561523
Documentation about ReplacingMergeTree extended with type DateTime64 for column ( #13498 )
...
Co-authored-by: Evgeni Makarov <evgeni@swatmobile.io>
2020-08-17 10:45:10 +03:00
kssenii
eff0233184
Update docs
2020-08-08 13:36:35 +00:00
kssenii
92efb84753
Update docs
2020-07-25 17:06:38 +00:00
BayoNet
52f95e53fb
DOCS-229: insert_distributed_sync ( #12579 )
...
* Revolg docsup 727 insert distributed sync setting (#130 )
* Add insert_distributed_sync setting
* insert_distributed_sync en doc upd
* Translated to russian.
* Update docs/ru/operations/settings/settings.md
Co-authored-by: BayoNet <da-daos@yandex.ru>
* Added the link to the setting in the russian version.
Co-authored-by: Olga Revyakina <revolg@yandex-team.ru>
Co-authored-by: BayoNet <da-daos@yandex.ru>
* Update settings.md
* Update docs/ru/operations/settings/settings.md
Co-authored-by: olgarev <56617294+olgarev@users.noreply.github.com>
Co-authored-by: Olga Revyakina <revolg@yandex-team.ru>
Co-authored-by: Sergei Shtykov <bayonet@yandex-team.ru>
Co-authored-by: alexey-milovidov <milovidov@yandex-team.ru>
2020-07-21 15:40:03 +03:00
BayoNet
cd621e4e63
DOCSUP-1315 Updated description of the 'parts' system table ( #134 ) ( #12535 )
...
* Updated description of the 'parts' system table and 2 new settings for the MergeTree table
* Apply suggestions from code review
Co-authored-by: BayoNet <da-daos@yandex.ru>
* Data part format description moved to the data storage section.
* An error fixed in english version and russian version added.
* Minor bug fixed in russian version.
Co-authored-by: Olga Revyakina <revolg@yandex-team.ru>
Co-authored-by: BayoNet <da-daos@yandex.ru>
Co-authored-by: olgarev <56617294+olgarev@users.noreply.github.com>
Co-authored-by: Olga Revyakina <revolg@yandex-team.ru>
Co-authored-by: Sergei Shtykov <bayonet@yandex-team.ru>
2020-07-17 18:05:07 +03:00
Artem Zuikov
ff372ec0f0
Standard join type syntax position ( #12520 )
2020-07-16 11:56:45 +03:00
Ivan Blinkov
ffe2cecb1b
[docs] split the ALTER article ( #12502 )
...
* initial split
* initial adjust links
* make en buildable
* re-normalize
2020-07-15 00:02:41 +03:00
Kseniia Sumarokova
2721f34fa6
[docs] add rabbitmq docs ( #12326 )
...
* [docs] add rabbitmq docs
* Fix
* Fix
2020-07-12 09:50:20 +03:00
Ivan Blinkov
ceac649c01
[docs] split misc statements ( #12403 )
2020-07-11 14:05:49 +03:00
alexey-milovidov
9ca38c8ee0
Update index.md
2020-07-10 21:28:40 +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
Ivan Blinkov
e0d19d2aea
[docs] engine family introduction refactoring ( #12268 )
...
* base refactoring
* adjust links
* Update index.md
2020-07-09 15:11:15 +03:00
Ivan Blinkov
8d65deaf85
[docs] introduction for special table engines ( #12170 )
...
* [docs] introduction for integration table engines
* Update jdbc.md
* Update odbc.md
* Update mysql.md
* Update kafka.md
* Update hdfs.md
* [docs] introduction for special table engines
* Update index.md
* Update index.md
2020-07-07 01:48:11 +03:00
Ivan Blinkov
a2047de471
[docs] introduction for integration table engines ( #12167 )
...
* [docs] introduction for integration table engines
* Update jdbc.md
* Update odbc.md
* Update mysql.md
* Update kafka.md
* Update hdfs.md
2020-07-06 20:18:37 +03:00
Azat Khuzhin
3395276748
Add replica priority into documentation
2020-06-29 23:03:28 +03:00
Ivan Blinkov
ed9c9a9997
Update index.md
2020-06-23 10:22:52 +03:00
Ivan Blinkov
a20d428f14
Update index.md
2020-06-22 21:30:25 +03:00
Andrey Kadochnikov
7fda93f923
Update replacingmergetree.md
...
removes confusion
2020-06-19 16:07:22 +03:00
Ivan Blinkov
7170f3c534
[docs] split aggregate function and system table references ( #11742 )
...
* prefer relative links from root
* wip
* split aggregate function reference
* split system tables
2020-06-18 11:24:31 +03:00
filimonov
1f1f70041b
Remove note about experimental from skipping indexes docs ( #11704 )
...
https://github.com/ClickHouse/ClickHouse/pull/7974
2020-06-16 22:07:22 +03:00
Ivan Blinkov
14cda2d1db
Update file.md
2020-06-10 23:22:56 +03:00
Ivan Blinkov
ba57fbaa20
Update merge.md
2020-06-10 23:21:42 +03:00
Ivan Blinkov
5084496ca0
Update dictionary.md
2020-06-10 23:20:54 +03:00
Ivan Blinkov
139d357892
Update external-data.md
2020-06-10 23:19:58 +03:00
Ivan Blinkov
f5b7665271
Update distributed.md
2020-06-10 23:18:36 +03:00
Ivan Blinkov
7d5a1ea485
Update null.md
2020-06-10 23:16:54 +03:00
Ivan Blinkov
06ba3bc480
Update set.md
2020-06-10 23:14:51 +03:00