We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
An hybrid plan (http://glu.977617.n3.nabble.com/Hybrid-Serial-Parallel-Execution-Plan-td4026534.html) is plan that is executing sequentially a set of parallel plans.
<sequential> <parallel> <sequential> agent A1 / MountPoint M1 </sequential> <sequential> agent A2 / MountPoint M2 </sequential> </parallel> <parallel> <sequential> agent A3 / MountPoint M3 </sequential> <sequential> agent A4 / MountPoint M4 </sequential> </parallel> ... ... </sequential>
On one end of the scale it is a fully parallel plan. On the end of the scale it is a fully sequential plan.
The text was updated successfully, but these errors were encountered:
#260: added max parallel steps count
9d9759a
Implemented in 5.5.0
Sorry, something went wrong.
ypujante
No branches or pull requests
An hybrid plan (http://glu.977617.n3.nabble.com/Hybrid-Serial-Parallel-Execution-Plan-td4026534.html) is plan that is executing sequentially a set of parallel plans.
On one end of the scale it is a fully parallel plan. On the end of the scale it is a fully sequential plan.
The text was updated successfully, but these errors were encountered: