Skip to content
New issue

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

Implement "hybrid" plan #260

Closed
ypujante opened this issue Mar 11, 2014 · 1 comment
Closed

Implement "hybrid" plan #260

ypujante opened this issue Mar 11, 2014 · 1 comment
Assignees

Comments

@ypujante
Copy link
Member

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.

@ypujante ypujante self-assigned this Mar 15, 2014
ypujante added a commit that referenced this issue Mar 15, 2014
@ypujante
Copy link
Member Author

Implemented in 5.5.0

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant