We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a7e8fe8 commit a97cbf8Copy full SHA for a97cbf8
content/shared/influxdb3-query-guides/query-timeout-best-practices.md
@@ -33,6 +33,12 @@ Optimal timeouts are:
33
InfluxDB 3 uses round-robin query routing to balance load across multiple queriers.
34
This creates a "checkout line" effect that influences timeout strategy.
35
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
+
42
### The checkout line analogy
43
44
Consider a grocery store with multiple checkout lines:
0 commit comments