mirror of
https://github.com/GreptimeTeam/greptimedb.git
synced 2026-08-24 23:18:25 +00:00
efc23d79bd
Add optional [scenario.write_measure.mix] to write_throughput: runs the remote-write ingestion in a background thread while query-loop threads (query_parallelism x query_interval_ms) hammer the same frontend, so query and write tasks contend on the datanode runtime under a dual backlog. Adds query gates (failure rate, p99 regression) and a best-effort scheduler poll-share diagnostic scraped from the datanode /metrics. Includes write_read_mixed_scheduler built-in case. Signed-off-by: discord9 <55937128+discord9@users.noreply.github.com>