alexey-milovidov
d239c66fd3
Merge pull request #21511 from azat/optimize_skip_unused_shards-improvement
...
Rewrite IN in query for remote shards to exclude values that do not belong to the shard
2021-04-13 01:18:11 +03:00
Azat Khuzhin
fbb386dca5
Rewrite IN in query for remote shards to exclude values that does not belongs to shard
...
v2: fix optimize_skip_unused_shards_rewrite_in for sharding_key wrapped into function
v3: fix column name for optimize_skip_unused_shards_rewrite_in
v4: fix optimize_skip_unused_shards_rewrite_in with Null
v5:
- squash with Remove query argument for IStreamFactory::createForShard()
- use proper column after function execution (using sharding_key_column_name)
- update the test reference since (X) now is tuple(X)
2021-04-12 10:37:28 +03:00
Tatiana Kirillova
139ab25477
Translation into Russian
2021-04-11 20:33:42 +03:00
alexey-milovidov
ea76e64f6b
Merge pull request #22926 from ClickHouse/Renew-ZooKeeper-configuration
...
Renew ZooKeeper example configuration in docs
2021-04-11 13:31:04 +03:00
alexey-milovidov
f33498c73b
Merge pull request #22941 from kirillikoff/kirillikoff-DOCSUP-6704
...
DOCSUP-6704: Documented the inactive_parts_to
2021-04-10 23:05:20 +03:00
alexey-milovidov
2785fa9e52
Fix Jinja templates that are being used for unknown reasons
2021-04-10 22:57:15 +03:00
alexey-milovidov
9023dbc71b
Update tips.md
2021-04-10 17:29:22 +03:00
Tatiana Kirillova
7b7018e476
Description the inactive_parts_to_delay_insert and inactive_parts_to_throw_insert settings
2021-04-09 20:43:57 +03:00
alexey-milovidov
29980d2cc3
Update tips.md
2021-04-09 13:00:09 +03:00
alexey-milovidov
023f9d5566
Update tips.md
2021-04-09 12:47:47 +03:00
Maksim Kita
8d3ce5ef8d
Update tips.md
2021-04-08 22:30:36 +03:00
Maksim Kita
9c39eab57a
Documentation updated zookeeper configuration
2021-04-08 22:00:52 +03:00
alexey-milovidov
cb6097e8ae
Merge pull request #21559 from ka1bi4/romanzhukov-DOCSUP-7045-https-replication
...
DOCSUP-7045: Edit and translate to Russian (Upgrading CH and https interserver replication)
2021-04-07 07:24:44 +03:00
Kseniia Sumarokova
32cf4e378e
Merge pull request #22623 from olgarev/revolg-DOCSUP-8221-check_query_single_value_result
...
DOCSUP-8221: check_query_single_value_result setting
2021-04-06 00:22:37 +03:00
alexey-milovidov
af9d5440bd
Update trace_log.md
2021-04-05 00:18:48 +03:00
olgarev
a6b6734231
Apply suggestions from code review
...
Co-authored-by: Anna <42538400+adevyatova@users.noreply.github.com>
2021-04-04 22:39:18 +03:00
Olga Revyakina
b980120042
First commit
2021-04-04 21:27:00 +03:00
chasingegg
c1556e4d8e
tiny fix
2021-04-05 00:17:42 +08:00
chasingegg
1aa2b3a4cd
fix trace type
2021-04-05 00:16:35 +08:00
tavplubix
31b202bfd0
Merge pull request #21950 from adevyatova/annadevyatova-DOCSUP-6113-atomic
...
DOCSUP-6113: Document the Atomic database engine
2021-04-04 17:06:31 +03:00
Anna
01d91973aa
Merge branch 'annadevyatova-DOCSUP-6113-atomic' of https://github.com/adevyatova/ClickHouse into annadevyatova-DOCSUP-6113-atomic
2021-04-02 22:17:09 +03:00
Anna
ca25d6c909
add ru desc
2021-04-02 22:16:48 +03:00
Anna
2b0cd92427
Update docs/en/operations/server-configuration-parameters/settings.md
...
Co-authored-by: tavplubix <tavplubix@gmail.com>
2021-04-02 21:36:08 +03:00
Anna
0945285fae
Merge branch 'master' into annadevyatova-DOCSUP-6113-atomic
2021-04-02 14:45:10 +03:00
Anna
5784dffd0d
Fixed after review
2021-04-02 14:43:13 +03:00
Anna
2f9625bb65
Update docs/en/operations/server-configuration-parameters/settings.md
...
Co-authored-by: tavplubix <tavplubix@gmail.com>
2021-04-02 13:55:43 +03:00
Mike Kot
c947280dfc
Merge remote-tracking branch 'upstream/master' into feature/attach-partition-local
2021-04-01 21:38:51 +03:00
Kruglov Pavel
150c53ee3b
Merge pull request #22224 from kirillikoff/kirillikoff-DOCSUP-6698
...
DOCSUP-6698: Description of setting min_marks_to_honor_max_concurrent_queries
2021-04-01 17:16:13 +03:00
alexey-milovidov
b3dc44e267
Merge pull request #22350 from gyuton/gyuton-DOCSUP-8002-Edit-and-translate-to-Russian
...
DOCSUP-8002: Edited and translated to Russian (insert_distributed_one_random_shard)
2021-04-01 17:15:33 +03:00
Anna
56cf8f10be
update atomic desc, add settings desc
2021-04-01 15:50:47 +03:00
Roman Bug
99b8e9e93d
Update docs/en/operations/update.md
...
Co-authored-by: Anna <42538400+adevyatova@users.noreply.github.com>
2021-03-31 18:18:43 +03:00
Anton Popov
9e2e41f713
Update settings.md
2021-03-30 16:07:54 +03:00
Roman Bug
a28dd16846
fix (update multiple servers) en
2021-03-30 15:51:15 +03:00
Tatiana Kirillova
91035081e7
Changes to the text
2021-03-30 13:54:49 +03:00
George
21f89567c4
Merge branch 'master' of https://github.com/ClickHouse/ClickHouse into gyuton-DOCSUP-6212-document-the-log_comment_setting
2021-03-30 11:58:16 +03:00
George
9bd66638bd
Merge branch 'master' of https://github.com/ClickHouse/ClickHouse into gyuton-DOCSUP-8002-Edit-and-translate-to-Russian
2021-03-30 11:55:49 +03:00
George
501ee79a28
small fixes
2021-03-30 11:49:54 +03:00
alexey-milovidov
9d84f3113a
Merge pull request #21512 from azat/optimize_skip_unused_shards_limit
...
Add optimize_skip_unused_shards_limit
2021-03-29 21:13:18 +03:00
George
f43bb61a26
updated settings.md
2021-03-29 21:11:12 +03:00
George
a057a66b08
updated settings.md
2021-03-29 21:05:31 +03:00
Tatiana Kirillova
704a4a5521
Description of setting min_marks_to_honor_max_concurrent_queries
2021-03-28 20:43:21 +03:00
George
bba5c08856
Fix
2021-03-28 04:22:58 +03:00
gyuton
bfcff1c915
Update docs/en/operations/settings/settings.md
...
Co-authored-by: olgarev <56617294+olgarev@users.noreply.github.com>
2021-03-28 01:15:28 +03:00
George
d1fcaf66ba
Small changes
2021-03-26 18:58:39 +03:00
George
a91a960b2b
Added description
2021-03-26 18:45:09 +03:00
George
92ff804c31
first entry
2021-03-26 15:49:21 +03:00
Mikhail
979beae635
Merge branch 'kuriatnikovm-DOCSUP-7105-translate_changes' of https://github.com/michon470/ClickHouse into kuriatnikovm-DOCSUP-7105-translate_changes
2021-03-26 12:20:56 +03:00
Mikhail
37d8dfbeda
ошибка
2021-03-26 12:00:31 +03:00
michon470
9847b73250
Update docs/en/operations/settings/settings.md
...
Co-authored-by: tavplubix <tavplubix@gmail.com>
2021-03-26 10:46:25 +03:00
michon470
d8931e504e
Merge branch 'master' into kuriatnikovm-DOCSUP-7105-translate_changes
2021-03-25 16:32:39 +03:00