Changes

Jump to navigation Jump to search
38 bytes added ,  09:27, 16 July 2016
=Parallelized Execution=
Parallel query execution is recommendable if you have various calls that require a lot of time, but cannot be sped up by rewriting the code. This is e. g. the case if external URLs are called. If you are parallelizing local data reads (such as accessing the access to a database), your single-threaded query queries will usually be faster, because parallelized access to disk data will often lead to results in randomized access patterns, which can hardly be optimized by your the caching strategies of HD , SSD or SSDoperating system.
==xquery:fork-join==
Bureaucrats, editor, reviewer, Administrators
13,550

edits

Navigation menu