File tree Expand file tree Collapse file tree 1 file changed +7
-0
lines changed
site/content/3.12/aql/high-level-operations Expand file tree Collapse file tree 1 file changed +7
-0
lines changed Original file line number Diff line number Diff line change @@ -352,6 +352,13 @@ number of total parallel execution threads is defined by the
352352[ ` --arangosearch.execution-threads-limit ` startup option] ( ../../components/arangodb-server/options.md#--arangosearchexecution-threads-limit )
353353that defaults to twice the number of CPU cores.
354354
355+ {{< info >}}
356+ Using too high parallelization can overload your hardware. It is recommended to
357+ leave the default parallelism at ` 1 ` and set the ` parallelism ` option for queries
358+ that highly benefit from the parallelization only. Use a moderate value in
359+ accordance with the number of available CPU cores.
360+ {{< /info >}}
361+
355362The ` parallelism ` option should be considered a hint. Not all search queries are
356363eligible. Queries also don't wait for the specified number of threads to be
357364available. They start immediately even if only single-threaded and may acquire
You can’t perform that action at this time.
0 commit comments