cancel
Showing results for 
Search instead for 
Did you mean: 

Exchange operator

robert_kratschmann
Participant
0 Kudos
906

The query plan contains an Exchange operator for intra-query parallelism. Whose effect is to merge (union) the results of the parallel computation of each subtree. In our situation seven subtrees will be executed in parallel. All of them are using exact the same tables.

If they are executed in parallel: Does the cache containing the same set of pages seven times - one set of the necessary pages for each subtree? Or does the cache containing one set of pages that is used for all seven subtrees?

If seven sets exists - the query will monopolize the cache during the execution.

Thanks

Robert

Accepted Solutions (0)

Answers (0)