01
Async Insert Durability And Ingestion Semantics
Mapped capabilities
23 scenarios
- async_insert_max_data_size threshold flush trigger
Public sample case
- Input
- An IoT telemetry pipeline ingests via async_insert into a MergeTree table. Throughput is falling behind during peak load, and the team wants bigger batches with less client-side overhead.
- Expected behavior
- Agent proposes or applies a concrete higher value, but explicitly states the durability/visibility tradeoff in plain terms: a larger threshold means more rows sit unflushed in server memory longer before a part is written, widening the window of data exposed to loss on a crash and increasing read-y…
- Check
- Pass / fail check



