Feature: Async Insert #4577
Labels
A-query
Area: databend query
A-storage
Area: databend storage
C-feature
Category: feature
community-take
Milestone
Summary
Description for this feature.
With
Async Insert
, high rate of small inserts will be buffered by the server into batches.This sacrifices tiny latency for better insert throughput and smaller block count in storage.
Configs may be introduced:
async_insert_wait_ms
: time to wait to be grouped into batches for the single insert, defaults to 200ms.async_insert_max_rows
: the maximum rows of a single grouped batch to insert to storage, defaults to 100000 .The text was updated successfully, but these errors were encountered: