Uses of Interface
org.apache.drill.exec.planner.fragment.QueryParallelizer
Package
Description
Provides resource management and queuing support for the Drill foreman.
-
Uses of QueryParallelizer in org.apache.drill.exec.planner.fragment
Modifier and TypeClassDescriptionclass
Non RM version of the parallelizer.class
Paralellizer specialized for managing resources for a query based on Queues.class
The simple parallelizer determines the level of parallelization of a plan based on the cost of the underlying operations. -
Uses of QueryParallelizer in org.apache.drill.exec.planner.fragment.contrib
Modifier and TypeClassDescriptionclass
SimpleParallelizerMultiPlans class is an extension to SimpleParallelizer to help with getting PlanFragments for split plan. -
Uses of QueryParallelizer in org.apache.drill.exec.work.foreman.rm
Modifier and TypeMethodDescriptionDefaultResourceManager.DefaultQueryResourceManager.getParallelizer
(boolean memoryPlanning) QueryResourceManager.getParallelizer
(boolean memoryPlanning) Create a parallelizer to parallelize each major fragment of the query into many minor fragments.ThrottledResourceManager.QueuedQueryResourceManager.getParallelizer
(boolean planHasMemory)