Inter-query and intra-query parallelism. Explain with example
Answers
Answered by
0
Answer:
Inter-query parallelism refers to the ability of multiple applications to query a database at the same time. ... Intra-query parallelism refers to the ability to break a single query into a number of pieces and replicate them at the same time using either intra-partition parallelism or inter-partition parallelism, or both.
Explanation:
Similar questions