ClickHouse/docs/en
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
..
commercial Translate commercial section to Chinese and add Tencent Cloud to provider list 2021-01-15 12:52:21 +00:00
development fix cmake command issue 2021-02-01 13:43:39 +08:00
engines Distributed: Add ability to delay/throttle INSERT until pending data will be reduced 2021-03-03 23:30:23 +03:00
faq Minor link fix in delete-old-data.md 2021-02-14 00:26:10 +01:00
getting-started Update ontime.md 2021-02-28 23:27:01 +03:00
guides [docs] split aggregate function and system table references (#11742) 2020-06-18 11:24:31 +03:00
images [ImgBot] Optimize images 2020-05-11 03:31:47 +00:00
interfaces Examples moved to section end 2021-02-23 15:23:26 +03:00
introduction Update adopters.md 2021-02-09 17:14:09 +03:00
operations DOCSUP-4915: documented geo data types (#21294) 2021-03-01 19:41:16 +03:00
sql-reference DOCSUP-4915: documented geo data types (#21294) 2021-03-01 19:41:16 +03:00
whats-new update changelog 2021-02-03 13:22:29 +03:00
index.md Update index.md 2020-11-27 11:43:32 -03:00