Commit Graph

118 Commits

Author SHA1 Message Date
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
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
Vladimir Chebotarev
bc509066ba Added S3 region to documentation. 2021-05-01 20:45:37 +03: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
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
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