Description
Parallel LINQ (PLINQ) speeds up regular LINQ-to-objects queries by executing them in parallel in multiple threads: https://msdn.microsoft.com/en-us/library/dd460688(v=vs.110).aspx
We can implement a similar thing where parallel execution is performed by Ignite in a distributed fashion.