Maksim Kita
e78105fdd8
Updated documentation
2021-05-27 00:17:45 +03:00
Amir Vaza
24990449f5
Typo
2021-05-26 16:08:53 +03:00
alexey-milovidov
a27339c05a
Merge pull request #24063 from SergTT/patch-2
...
Update cloud.md
2021-05-26 04:28:29 +03:00
Denny Crane
dd70786d0e
fixed ru translation Алиас -> Синоним
2021-05-25 11:47:37 -03:00
Alexander Kuzmenkov
bc700d753a
Merge pull request #24279 from otrazhenia/evgsudarikova-DOCSUP-9464
...
DOCSUP-9464: Edit and translate to Russian (regular expressions)
2021-05-25 17:19:08 +03:00
Evgeniia Sudarikova
1dc2dce769
Merge branch 'evgsudarikova-DOCSUP-9464' of https://github.com/otrazhenia/ClickHouse into evgsudarikova-DOCSUP-9464
2021-05-25 16:05:43 +03:00
Evgeniia Sudarikova
1097c46a99
edited after review
2021-05-25 16:03:35 +03:00
alesapin
0597211605
Merge pull request #24441 from adevyatova/annadevyatova-DOCSUP-8462-pool-size
...
DOCSUP-8462: Document the background_fetches_pool_size setting
2021-05-25 14:34:06 +03:00
Evgenia Sudarikova
e95160aa5c
Update docs/ru/sql-reference/functions/splitting-merging-functions.md
...
Co-authored-by: olgarev <56617294+olgarev@users.noreply.github.com>
2021-05-25 10:50:32 +03:00
Anna
c2f5e7b51c
Update docs/en/engines/table-engines/mergetree-family/replication.md
...
Co-authored-by: olgarev <56617294+olgarev@users.noreply.github.com>
2021-05-25 07:41:49 +03:00
BoloniniD
04f7678617
Added RU docs for YAML configs
2021-05-24 16:01:32 +03:00
BoloniniD
199393a37a
Fixed link to config example in config-files.md
2021-05-24 13:48:45 +03:00
adevyatova
5ac2b846a5
Add en,ru desc
2021-05-24 08:53:40 +00:00
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
Evgeniia Sudarikova
ff6fb148a5
edited RU
2021-05-19 13:37:52 +03:00
Evgeniia Sudarikova
5d6c6fe4c4
edited EN, added RU
2021-05-19 13:21:34 +03: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