Commit Graph

6890 Commits

Author SHA1 Message Date
alexey-milovidov
2c1b892359
Merge pull request #24409 from BoloniniD/yaml-cfg-docs
Add docs for YAML configuration files
2021-05-24 03:51:47 +03:00
Denny Crane
12a0563741
PREWHERE+FINAL 2021-05-23 19:47:29 -03:00
Denny Crane
e5354f8f36
PREWHERE + FINAL 2021-05-23 19:42:55 -03:00
Maksim Kita
ab686628a9 Fix dictionary functions documentation 2021-05-24 00:06:08 +03:00
Maksim Kita
c408c95516
Merge pull request #24428 from huzhichengdd/patch-14
Update index.md
2021-05-23 18:05:18 +03:00
Maksim Kita
2d6a364856
Update index.md 2021-05-23 17:38:23 +03:00
huzhichengdd
d7e0e3fe02
Update index.md 2021-05-23 22:12:43 +08:00
Dmitry Ukolov
82c25cb961
Update index.md 2021-05-23 18:11:56 +04:00
BoloniniD
b949b4384b Fixes after review 2021-05-23 13:36:49 +03:00
BoloniniD
6c2e02461d Added link to config-example.yaml 2021-05-22 21:34:19 +03:00
BoloniniD
8e6fabd674 Fixes for .md, preparing to add config-example.yaml 2021-05-22 19:42:09 +03:00
BoloniniD
3165db2799 Wrote first version of docs for YAML configuration 2021-05-22 11:04:19 +03:00
Mikhail Andreev
1a18bb57ce
Поправил опечатки 2021-05-21 17:46:35 +03:00
alexey-milovidov
ddaf577be7
Merge pull request #24385 from ClickHouse/debug-documentation
Debug strange errors in documentation
2021-05-21 11:30:26 +03:00
Alexey Milovidov
cec9d48edc Simply avoid validating AMP 2021-05-21 10:36:45 +03:00
alexey-milovidov
d4408d80df
Merge pull request #24384 from ClickHouse/fix-copyright-in-docs
Fix copyright in documentation
2021-05-21 10:27:37 +03:00
alexey-milovidov
af48a9baf1
Merge pull request #24379 from ClickHouse/fix-documentation-2
Fix diagnostics in documentation script
2021-05-21 10:27:20 +03:00
Alexey Milovidov
24f1856d5a Add comment out of despair about low quality documentation scripts 2021-05-21 10:25:48 +03:00
Alexey Milovidov
be65d588a4 Debug strange errors in documentation 2021-05-21 10:19:53 +03:00
Alexey Milovidov
823e1f2221 Fix strange whitespace 2021-05-21 09:54:35 +03:00
Alexey Milovidov
11cbae4785 Fix copyright in documentation 2021-05-21 09:49:54 +03:00
Alexey Milovidov
a66c16ed03 Fix diagnostics in documentation script 2021-05-21 07:53:00 +03: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
Maksim Kita
364937bd54
Merge pull request #24297 from huzhichengdd/patch-13
Update interval.md
2021-05-20 02:12:50 +03:00
huzhichengdd
8bd7485ccf
Update interval.md 2021-05-20 00:13:33 +08:00
Илья Исаев
89f79215ae
Fix typo 2021-05-19 18:50:52 +03:00
Alexander Kuzmenkov
e9b69bbd70
Merge pull request #23906 from azat/fix-distributed_group_by_no_merge
distributed_group_by_no_merge fixes
2021-05-19 16:16:08 +03:00
Maksim Kita
f80f6b130c
Merge pull request #24266 from huzhichengdd/patch-11
Update backup.md
2021-05-19 16:04:52 +03:00
huzhichengdd
a2fa599e03
Update backup.md 2021-05-19 19:15:21 +08:00
huzhichengdd
d311e8142d
Update backup.md 2021-05-19 19:12:45 +08:00
Vitaly Baranov
ce1c947f25
Merge pull request #22228 from traceon/ldap-user-dn-detection
LDAP: user DN detection functionality for role mapping with Active Directory
2021-05-19 10:34:47 +03:00
lulichao
829cdf3c21
Update syntax.md
modify wrongly writen
2021-05-19 10:58:47 +08:00
huzhichengdd
9acea130f8
Update backup.md 2021-05-19 10:43:42 +08:00
Alexey Milovidov
86b70485fe Fix broken HTML markup on website 2021-05-19 02:28:10 +03:00
Vitaliy Zakaznikov
03ebd18d01 Merge branch 'master' of https://github.com/ClickHouse/ClickHouse into ldap-user-dn-detection 2021-05-18 14:08:28 -04:00
Ilya Yatsishin
6024477424
Merge pull request #24219 from lulichao/patch-1
Update create.md
2021-05-18 14:17:11 +03:00
Ilya Yatsishin
cf12f7ecb8
Merge pull request #24220 from huzhichengdd/patch-2
Update odbc.md
2021-05-18 14:16:15 +03:00
Ilya Yatsishin
43c36bc778
Merge pull request #24221 from huzhichengdd/patch-3
Update index.md
2021-05-18 14:15:22 +03:00
Ilya Yatsishin
2d744755f7
Merge pull request #24222 from huzhichengdd/patch-4
Update data_type_families.md
2021-05-18 14:14:10 +03:00
Chao Ma
d85fd73bea Fix official website documents error about grant-drop section 2021-05-18 14:58:45 +08:00
huzhichengdd
5d8bbf580c
Update data_type_families.md 2021-05-18 14:10:22 +08:00
huzhichengdd
73d0c2f66f
Update index.md 2021-05-18 11:40:00 +08:00
huzhichengdd
911035aadc
Update odbc.md 2021-05-18 11:19:48 +08:00
lulichao
2054d82b06
Update create.md 2021-05-18 11:09:26 +08:00
Yatsishin Ilya
d960250b74 Update slack link 2021-05-17 18:11:22 +03:00
Vladimir
b70846209f
Merge pull request #23878 from otrazhenia/evgsudarikova-DOCSUP-8181 2021-05-17 14:27:52 +03:00
tavplubix
6936274398
Merge pull request #24106 from adevyatova/annadevyatova-DOCSUP-8026-replicated
DOCSUP-8026: Document the settings for customizing timeouts
2021-05-16 23:10:47 +03:00
tavplubix
ff5b515276
Update docs/ru/operations/settings/merge-tree-settings.md 2021-05-16 21:38:32 +03:00
Anna
5584af80fc
Update settings.md 2021-05-16 21:18:52 +03:00
Anna
bace98db08
Update settings.md 2021-05-16 21:16:33 +03:00