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
Romain Neutron
7b515c7235
Avoid short syntax
2021-05-27 21:44:11 +02:00
mergify[bot]
400b74d186
Merge branch 'master' into merging-s3-backoff
2021-05-25 14:02:38 +00:00
kssenii
a78c9e63e7
Merge branch 'master' of https://github.com/ClickHouse/ClickHouse into pg-ch-replica
2021-05-23 12:07:26 +00:00
Azat Khuzhin
4f41ebcae3
Add settings (for connections) for MySQL storage engine
...
Default settings are not very efficient, since they do not even reuse
connections.
And when each query requires connection you can have only ~80 QPS, while
by simply enabling connection reuse (connection_auto_close=false) you
can have ~500 QPS (and by increasing connection_pool_size you can have
better QPS throughput).
So this patch allows to pass through some connection related settings
for the StorageMySQL engine, like:
- connection_pool_size=16
- connection_max_tries=3
- connection_auto_close=true
v2: remove connection_pool_default_size
v3: remove num_tries_on_connection_loss
2021-05-20 22:44:52 +03:00
Nikita Mikhaylov
f33b70c54a
better
2021-05-20 00:42:25 +03:00
Vladimir Chebotarev
914116d759
Added documentation.
2021-05-17 10:38:34 +03:00
kssenii
8a4711b716
Merge branch 'master' of https://github.com/ClickHouse/ClickHouse into pg-ch-replica
2021-05-16 20:55:18 +00:00
kssenii
85bbfd54e8
Fix bug
2021-05-13 08:53:48 +00:00
kssenii
0955e5f0be
Merge branch 'master' of https://github.com/ClickHouse/ClickHouse into pg-ch-replica
2021-05-12 15:11:15 +00:00
Dmitriy
10eaa83a48
Merge remote-tracking branch 'remotes/clickhouse/master' into sevirov-DOCSUP-8940-edit_and_translate_to_russian_deltasumtimestamp
2021-05-10 23:16:58 +03:00
Dmitriy
32cfb29edf
Edit and translate to Russian
...
Выполнил перевод на русский язык.
2021-05-10 23:04:35 +03:00
kssenii
ed5c2321cc
Some fixes
2021-05-04 10:57:05 +00:00
Vladimir Chebotarev
bc509066ba
Added S3 region
to documentation.
2021-05-01 20:45:37 +03:00
kssenii
7643d84095
Merge branch 'master' of https://github.com/ClickHouse/ClickHouse into pg-ch-replica
2021-04-30 22:02:51 +00:00
Anna
7c5a58304e
Update s3.md
2021-04-25 22:01:38 +03:00
adevyatova
6ae461d766
update
2021-04-25 19:00:19 +00:00
adevyatova
aa1c92f32c
update
2021-04-25 08:11:19 +00:00
adevyatova
2504939ed7
fix s3
2021-04-22 19:57:33 +00:00
alexey-milovidov
022b2e918b
Merge pull request #21319 from ka1bi4/romanzhukov-DOCSUP-7086-add-s3-translation-ru
...
DOCSUP-7086: Edit and translate to Russian (s3 and updating ClickHouse)
2021-04-20 23:37:42 +03:00
kssenii
88b50621d4
Merge branch 'master' of https://github.com/ClickHouse/ClickHouse into pg-ch-replica
2021-04-18 14:40:37 +00:00
Roman Bug
0dbc167cb3
Merge branch 'master' into romanzhukov-DOCSUP-7086-add-s3-translation-ru
2021-04-15 15:47:12 +03:00
Vladimir Chebotarev
c0ea3ce08a
Removed STS client.
2021-04-15 10:01:43 +03:00
Vladimir Chebotarev
3a467ffc50
Attempt to make credentials provider which uses internal credentials provider chain.
2021-04-15 10:01:13 +03:00
Vladimir Chebotarev
037a4de854
Added STS GetCallerIdentity credentials provider.
2021-04-15 10:00:18 +03:00
kssenii
6413d7bac6
Doc
2021-04-11 20:26:59 +00:00
Alexey
0ef827ded7
added indent in tables
2021-04-08 19:32:27 +00:00
Roman Bug
e0fcc57ffc
Merge branch 'master' into romanzhukov-DOCSUP-7086-add-s3-translation-ru
2021-04-04 12:45:39 +03:00
Olga Revyakina
3fbe407aaa
Replicas priority example added.
2021-04-01 01:48:48 +03:00
Olga Revyakina
6690a2e043
Last changes restored
2021-03-30 20:35:38 +03:00
Roman Bug
040137927d
remove warning (en)
2021-03-30 16:08:19 +03:00
olgarev
c27e6ce6d0
Merge branch 'master' into revolg-DOCSUP-5920-PostgreSQL_function_dictionary_engine
2021-03-28 01:00:43 +03:00
Robert Hodges
48ba36b682
Update postgresql.md
...
Corrected typo in PostgreSQL Table Engine page title.
2021-03-26 10:34:48 -07:00
romanzhukov
49aeac2678
DOCSUP-7086: Fix last ticket comments.
2021-03-25 17:24:42 +03:00
Roman Bug
ec6efa936b
Merge branch 'master' into romanzhukov-DOCSUP-7086-add-s3-translation-ru
2021-03-24 19:17:06 +03:00
Anna
82a0340490
Fixes after review
2021-03-21 17:23:16 +03:00
Anna
357cd6fb94
Merge branch 'master' into annadevyatova-DOCSUP-5841-translate
2021-03-21 17:00:19 +03:00
Roman Bug
625195b01e
Merge branch 'master' into romanzhukov-DOCSUP-7086-add-s3-translation-ru
2021-03-20 17:36:40 +03:00
Olga Revyakina
89f5a64cc0
Merge branch 'master' into revolg-DOCSUP-5920-PostgreSQL_function_dictionary_engine
2021-03-20 12:48:25 +03:00
olgarev
bad099d15e
Merge branch 'master' into revolg-DOCSUP-5920-PostgreSQL_function_dictionary_engine
2021-03-14 20:35:22 +03:00
Anna
b908a27cae
Update s3.md
2021-03-11 13:09:45 +03:00
Anna
c8e87a6bb7
Update s3.md
2021-03-10 09:26:55 +03:00
Anna
805301dddb
Update docs/en/engines/table-engines/integrations/s3.md
...
Co-authored-by: olgarev <56617294+olgarev@users.noreply.github.com>
2021-03-10 08:48:15 +03:00
Anna
621188d4d7
Update docs/en/engines/table-engines/integrations/s3.md
...
Co-authored-by: olgarev <56617294+olgarev@users.noreply.github.com>
2021-03-10 08:47:49 +03:00
Anna
5d254e32c6
Update docs/en/engines/table-engines/integrations/s3.md
...
Co-authored-by: olgarev <56617294+olgarev@users.noreply.github.com>
2021-03-10 08:47:35 +03:00
Anna
f6889ab49a
Update docs/en/engines/table-engines/integrations/s3.md
...
Co-authored-by: olgarev <56617294+olgarev@users.noreply.github.com>
2021-03-10 08:47:25 +03:00
olgarev
a4bd6939c9
Apply suggestions from code review
...
Co-authored-by: Anna <42538400+adevyatova@users.noreply.github.com>
2021-03-09 23:46:47 +03:00
alexey-milovidov
c1a96e977a
Update kafka.md
2021-03-08 03:40:29 +03:00
Slach
ddd5acf251
try to fix "fake" nowhere links according to https://github.com/ClickHouse/ClickHouse/pull/21268#issuecomment-787106299
2021-03-08 03:40:29 +03:00
Slach
8763ac98fe
fix multi dimensional array warning - https://github.com/ClickHouse/ClickHouse/pull/21078#discussion_r580829045
...
Signed-off-by: Slach <bloodjazman@gmail.com>
2021-03-08 03:40:29 +03:00
Slach
7c91b1d6e6
fix multi dimensional array warning - https://github.com/ClickHouse/ClickHouse/pull/21078#discussion_r580829045
...
Signed-off-by: Slach <bloodjazman@gmail.com>
2021-03-08 03:39:24 +03:00
Slach
5791cf5f2b
fix review comments https://github.com/ClickHouse/ClickHouse/pull/21078#discussion_r580413875 and https://github.com/ClickHouse/ClickHouse/pull/21078#discussion_r580410204
...
Signed-off-by: Slach <bloodjazman@gmail.com>
2021-03-08 03:39:24 +03:00
Slach
831135432f
add PostgreSQL engine and table function documentation
...
Signed-off-by: Slach <bloodjazman@gmail.com>
2021-03-08 03:39:24 +03:00
romanzhukov
13b4e7dc38
DOCSUP-7086: Fix En version by PR comments.
2021-03-05 17:31:55 +03:00
Anna
bb2061dd8f
revert some changes
2021-03-05 12:22:15 +03:00
Anna
c9cdde9983
Minor fixed
2021-03-05 12:10:35 +03:00
Anna
7ccbd63e25
minor fixed
2021-03-05 11:59:06 +03:00
Anna
1bceed4984
casting to template
2021-03-05 11:31:16 +03:00
Anna
178134ba23
edit en text
2021-03-05 11:00:49 +03:00
romanzhukov
77a3b103ad
DOCSUP-7086: Add CH update translation.
2021-02-28 23:49:56 +03:00
romanzhukov
20da5e020a
DOCSUP-7086: Add s3 translation.
2021-02-28 22:27:22 +03:00
Olga Revyakina
c11824b156
Dictionary
2021-02-27 03:29:56 +03:00
Olga Revyakina
64322d2212
Table engine and function
2021-02-27 03:01:02 +03:00
gyuton
0a58fd2eb2
Merge branch 'master' into gyuton-DOCSUP-6549-Edit_and_translate
2021-02-21 15:28:06 +03:00
Kseniia Sumarokova
20ff183549
Merge branch 'master' into rabbit-format-settings
2021-02-17 19:01:53 +03:00
kssenii
d79f7c04f6
Merge branch 'master' of https://github.com/ClickHouse/ClickHouse into rabbit-format-settings
2021-02-17 06:03:19 +00:00
kssenii
29362bb483
Support vhost
2021-02-16 22:05:14 +00:00
kssenii
d9f66d8d30
Better doc
2021-02-15 23:25:19 +00:00
kssenii
2a887b9772
Add missing format factory settings
2021-02-15 22:06:10 +00:00
alexey-milovidov
a299790522
Merge pull request #19748 from excitoon-favorites/s3ssec
...
Added Server Side Encryption Customer Keys support in S3 client
2021-02-15 15:23:14 +03:00
George
838dab7564
Edit and translated Kafka
2021-02-11 21:07:38 +03:00
alesapin
f34bec4be4
Update mongodb.md
2021-02-08 17:30:15 +03:00
alesapin
313d17bf96
Update mongodb.md
2021-02-08 10:10:07 +03:00
Olga Revyakina
f910f00285
Description and link (en, ru)
2021-02-07 17:29:54 +03:00
Kruglov Pavel
742b740753
Merge pull request #18490 from damozhaeva/dmozhaeva-DOCSUP-4705-edit-and-translate
...
DOCSUP-4705 edit and translate
2021-01-29 14:46:42 +03:00
Vladimir Chebotarev
579f8da573
Added SSE-C support in S3 client.
2021-01-28 09:32:41 +03:00
Daria Mozhaeva
f4448ef01e
links
2021-01-26 22:24:06 +03:00
Vladimir Chebotarev
68a671f009
Fixed documentation.
2021-01-26 11:33:21 +03:00
Daria Mozhaeva
39c99edfe5
edit eng ver
2021-01-25 17:13:29 +03:00
Vladimir Chebotarev
7a675c996e
Added documentation for S3 endpoints.
2021-01-25 09:33:53 +03:00
damozhaeva
9d91855099
Merge branch 'master' into dmozhaeva-DOCSUP-4705-edit-and-translate
2021-01-24 22:47:06 +03:00
Daria Mozhaeva
f13a075797
Fixed notes.
2021-01-22 19:40:58 +03:00
Daria Mozhaeva
ded199ce27
Edit and translate to Russia
2020-12-23 18:32:35 +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
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