ClickHouse/docs/en/engines/table-engines
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
..
integrations Merge branch 'master' into gyuton-DOCSUP-6549-Edit_and_translate 2021-02-21 15:28:06 +03:00
log-family [docs] split the ALTER article (#12502) 2020-07-15 00:02:41 +03:00
mergetree-family Merge pull request #19748 from excitoon-favorites/s3ssec 2021-02-15 15:23:14 +03:00
special Distributed: Add ability to delay/throttle INSERT until pending data will be reduced 2021-03-03 23:30:23 +03:00
index.md Add references to S3 table function / engine in documentation [EN] 2020-12-18 12:50:35 +03:00