Next: Parallel-Join
Up: Query Processing
Previous: Three-Way Join
- In many cases, multiple processors may be available for parallel
computation of the join.
- There are many architectures, including database machines.
- We consider only a simple architecture:
- all processors have access to all disks, and
- all processors share main memory. (Nonshared, i.e., distributed
database systems which will be covered in Chapter 15).
Osmar Zaiane
Sun Jul 26 17:45:14 PDT 1998