gyuton
601eb40d89
Update settings.md
2021-03-23 13:01:57 +03:00
gyuton
42c573e719
Update settings.md
2021-03-23 12:24:46 +03:00
gyuton
52c5608a05
Update settings.md
2021-03-23 12:23:52 +03:00
gyuton
3be9d798ce
Update docs/en/operations/settings/settings.md
...
Co-authored-by: Kruglov Pavel <48961922+Avogar@users.noreply.github.com>
2021-03-23 12:22:38 +03:00
gyuton
2852574729
Update settings.md
2021-03-19 16:29:16 +03:00
gyuton
8f1f9415f9
Update settings.md
2021-03-19 16:28:46 +03:00
gyuton
c51109d46e
Update docs/ru/operations/settings/settings.md
...
Co-authored-by: Anna <42538400+adevyatova@users.noreply.github.com>
2021-03-19 16:25:55 +03:00
gyuton
61820d1534
Update docs/ru/operations/settings/settings.md
...
Co-authored-by: Anna <42538400+adevyatova@users.noreply.github.com>
2021-03-19 16:25:48 +03:00
George
2c88b0bd91
Small fixes
2021-03-18 02:03:27 +03:00
George
aab83c1d79
Added translation
2021-03-18 02:00:45 +03:00
gyuton
f7159874aa
Update docs/en/operations/settings/settings.md
...
Co-authored-by: Anna <42538400+adevyatova@users.noreply.github.com>
2021-03-18 00:51:07 +03:00
George
8cc0de8c4c
Updated description
2021-03-13 15:41:47 +03:00
George
5580ac596c
Merge branch 'master' of https://github.com/ClickHouse/ClickHouse into gyuton-DOCSUP-6703-Document-the-insert_shard_id-setting
2021-03-10 13:10:55 +03:00
George
701fd2c54e
Small update
2021-03-10 13:10:16 +03:00
alesapin
e27715e55e
Merge pull request #21331 from godliness/master
...
Fix error configuration for cluster secret
2021-03-10 10:09:29 +03:00
nautaa
a5d4484e11
update query-complexity.md
2021-03-09 14:41:53 +08:00
alexey-milovidov
4125a78be6
Merge pull request #21523 from MikuSugar/patch-1
...
Update replication.md
2021-03-09 03:10:37 +03:00
Islam Israfilov
bf44ce675d
Update join.md
2021-03-08 17:43:07 +03:00
MikuSugar
4962f83dcd
Update replication.md
...
Repair of typos
2021-03-08 18:23:46 +08:00
Simeon Emanuilov
eb1caf240d
Language & Style improvements in "Distinctive features"
2021-03-07 09:00:09 +02:00
tavplubix
ec1d0c8e86
Merge pull request #21382 from sevirov/sevirov-DOCSUP-7043-edit_translate_russian_system_part_log_table
...
DOCSUP-7043: Edit and translate to Russian
2021-03-06 12:54:44 +03:00
gyuton
627cde7c64
DOCSUP-6387: Updated the toIPv6 and IPv6StringToNum functions ( #20577 )
...
Co-authored-by: olgarev <56617294+olgarev@users.noreply.github.com>
Co-authored-by: George <gyuton@yandex-team.ru>
2021-03-05 17:50:43 +03:00
Kruglov Pavel
5597da968c
Merge pull request #21441 from DIAOZHAFENG/patch-1
...
Update in.md
2021-03-05 16:55:35 +03:00
Alexander Kuzmenkov
81dc94bca7
Merge pull request #19836 from sevirov/sevirov-DOCSUP-4707-edit_translate_russian_date_time
...
DOCSUP-4707: Edit and translate to Russian
2021-03-05 05:11:26 +03:00
alexey-milovidov
643b065849
Update datetime.md
2021-03-05 02:55:12 +03:00
alexey-milovidov
1985364c8f
Update datetime.md
2021-03-05 02:35:54 +03:00
Dmitriy
fbc4791db7
Add the links
...
Добавил ссылки на продукты, убрал кавычки со стандарта.
2021-03-04 20:13:22 +03:00
Ivan
218542589a
Merge pull request #19673 from azat/distributed-bytes_to_throw_insert
...
Add ability to throttle INSERT into Distributed
2021-03-04 13:28:23 +03:00
DIAOZHAFENG
35aaac84b8
Update in.md
2021-03-04 16:58:09 +08:00
DIAOZHAFENG
587014217c
Update in.md
...
update untranslated line
2021-03-04 16:47:59 +08:00
olgarev
134eaa55e5
DOCSUP-6258: FAQ edit and translate ( #21109 )
...
Co-authored-by: ana-uvarova <ana-uvarova@yandex-team.ru>
Co-authored-by: AnaUvarova <64017504+AnaUvarova@users.noreply.github.com>
Co-authored-by: vdimir <vdimir@yandex-team.ru>
Co-authored-by: Olga Revyakina <revolg@yandex-team.ru>
Co-authored-by: Anna <42538400+adevyatova@users.noreply.github.com>
2021-03-04 10:50:14 +03:00
Azat Khuzhin
6965ac26c3
Distributed: Add ability to delay/throttle INSERT until pending data will be reduced
...
Add two new settings for the Distributed engine:
- bytes_to_delay_insert
- max_delay_to_insert
If at the beginning of INSERT there will be too much pending data, more
then bytes_to_delay_insert, then the INSERT will wait until it will be
shrinked, and not more then max_delay_to_insert seconds.
If after this there will be still too much pending, it will throw an
exception.
Also new profile events were added (by analogy to the MergeTree):
- DistributedDelayedInserts (although you can use system.errors instead
of this, but still)
- DistributedRejectedInserts
- DistributedDelayedInsertsMilliseconds
2021-03-03 23:30:23 +03:00
Azat Khuzhin
b5a5778589
Distributed: Add ability to limit amount of pending bytes for async INSERT
...
Right now with distributed_directory_monitor_batch_inserts=1 and
insert_distributed_sync=0 INSERT into Distributed table will store
blocks that should be sent to remote (and in case of
prefer_localhost_replica=0 to the localhost too) on the local
filesystem, and sent it in background.
However there is no limit for this storage, and if the remote is
unavailable (or some other error), these pending blocks may take
significant space, and this is not always desired behaviour.
Add new Distributed setting - bytes_to_throw_insert, that will set the
limit for how much pending bytes is allowed, if the limit will be
reached an exception will be throw.
By default was set to 0, to avoid surprises.
2021-03-03 23:30:00 +03:00
Dmitriy
fec0cf5f09
Edit and translate to Russian
...
Поправил английскую версию и выполнил перевод на русский язык.
2021-03-02 20:59:33 +03:00
sevirov
9d98c8ea2e
Update docs/en/operations/opentelemetry.md
...
Co-authored-by: Anna <42538400+adevyatova@users.noreply.github.com>
2021-03-01 21:47:02 +03:00
sevirov
f47bd5fae8
Update docs/en/operations/opentelemetry.md
...
Co-authored-by: Anna <42538400+adevyatova@users.noreply.github.com>
2021-03-01 21:46:52 +03:00
sevirov
02ebe453a5
Update docs/ru/operations/opentelemetry.md
...
Co-authored-by: Anna <42538400+adevyatova@users.noreply.github.com>
2021-03-01 21:46:39 +03:00
sevirov
c912c966d8
Update docs/ru/operations/opentelemetry.md
...
Co-authored-by: Anna <42538400+adevyatova@users.noreply.github.com>
2021-03-01 21:46:21 +03:00
Dmitriy
08a49dd28a
Update opentelemetry.md
...
Исправил небольшую опечатку.
2021-03-01 20:24:18 +03:00
sevirov
b3095d0ba0
Update docs/ru/operations/opentelemetry.md
...
Co-authored-by: Anna <42538400+adevyatova@users.noreply.github.com>
2021-03-01 20:05:24 +03:00
sevirov
25ff24dfee
Update docs/ru/operations/opentelemetry.md
...
Co-authored-by: Anna <42538400+adevyatova@users.noreply.github.com>
2021-03-01 20:05:04 +03:00
sevirov
51af0bd2d1
Update docs/ru/operations/opentelemetry.md
...
Co-authored-by: Anna <42538400+adevyatova@users.noreply.github.com>
2021-03-01 20:04:43 +03:00
sevirov
281b18827b
Update docs/ru/operations/opentelemetry.md
...
Co-authored-by: Anna <42538400+adevyatova@users.noreply.github.com>
2021-03-01 20:04:25 +03:00
sevirov
5b638653e4
Update docs/ru/operations/opentelemetry.md
...
Co-authored-by: Anna <42538400+adevyatova@users.noreply.github.com>
2021-03-01 20:03:44 +03:00
sevirov
a43ce6dc16
Update docs/ru/operations/opentelemetry.md
...
Co-authored-by: Anna <42538400+adevyatova@users.noreply.github.com>
2021-03-01 20:02:48 +03:00
olgarev
15b3f379a5
DOCSUP-4915: documented geo data types ( #21294 )
...
* Initial
* Fix links
* Fix master
* Mistakes corrected
* Minor fix
* Fixes and intro.
* Update geo.md
* Apply suggestions from code review
Co-authored-by: Anton Popov <pad11rus@gmail.com>
Co-authored-by: Olga Revyakina <revolg@yandex-team.ru>
Co-authored-by: Anton Popov <pad11rus@gmail.com>
2021-03-01 19:41:16 +03:00
Roman Bug
a4f2ee0752
DOCSUP-6144: Edit and translate PR to Russian ( #19780 )
...
Co-authored-by: Anna <42538400+adevyatova@users.noreply.github.com>
Co-authored-by: romanzhukov <romanzhukov@yandex-team.ru>
Co-authored-by: Vladimir <vdimir@yandex-team.ru>
2021-03-01 16:51:38 +03:00
Nikita Mikhaylov
cb2a26308f
Merge pull request #20347 from gyuton/gyuton-DOCSUP-6549-Edit_and_translate
...
DOCSUP-6549: Edited and translated to Russian
2021-03-01 16:49:06 +03:00
Chao Ma
c2b8612525
Fix error configuration for cluster secret
2021-03-01 16:30:42 +08:00
alexey-milovidov
9b633ac564
Update ontime.md
2021-02-28 23:27:01 +03:00