Skip to content

Commit a97cbf8

Browse files
committed
chore(influxdb3-dist): Add note about concurrent query exec
1 parent a7e8fe8 commit a97cbf8

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

content/shared/influxdb3-query-guides/query-timeout-best-practices.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,12 @@ Optimal timeouts are:
3333
InfluxDB 3 uses round-robin query routing to balance load across multiple queriers.
3434
This creates a "checkout line" effect that influences timeout strategy.
3535

36+
> [!Note]
37+
> #### Concurrent query execution
38+
>
39+
> InfluxDB 3 supports concurrent query execution, which helps minimize the impact of intensive or inefficient queries.
40+
> However, you should still use appropriate timeouts and optimize your queries for best performance.
41+
3642
### The checkout line analogy
3743

3844
Consider a grocery store with multiple checkout lines:

0 commit comments

Comments
 (0)