ClickHouse/tests/queries
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
..
0_stateless Distributed: Add ability to delay/throttle INSERT until pending data will be reduced 2021-03-03 23:30:23 +03:00
1_stateful done 2021-02-15 14:27:16 +03:00
bugs Moved "max_result_rows" test to bugs 2021-01-04 17:52:23 +03:00
__init__.py Move all folders inside /dbms one level up (#9974) 2020-04-02 02:51:21 +03:00
.gitignore Move all folders inside /dbms one level up (#9974) 2020-04-02 02:51:21 +03:00
conftest.py
query_test.py Make Poco HTTP Server zero-copy again (#19516) 2021-02-19 15:51:26 +03:00
server.py Update Pytest check (#18972) 2021-02-10 21:09:13 +03:00
shell_config.sh fix MySQL COMM_FIELD_LIST response 2021-02-18 16:27:51 +03:00
skip_list.json Get rid of separate minmax index fields 2021-03-02 13:33:54 +03:00