Inter and Intra Query Parallelism
Inter and Intra Query Parallelism
• First approach–
In this approach, each CPU can execute the duplicate task against some
data portion.
• Second approach–
In this approach, the task can be divided into different sectors with each
CPU executing a distinct subtask.
Inter-query parallelism:
In this parallelism, there is an execution of multiple transactions by each CPU. It is
called parallel transaction processing. DBMS uses transaction dispatching to carry
inter query parallelism. We can also use some different methods, like efficient
lock management. In this method, each query is run sequentially, which leads to
slowing down the running of long queries. In such cases, DBMS must understand