Architecture
One Query Coordinator (QC)
Several Data Servers (DS)
- Each has multiple disks locally
Communication auto selects best transport
- MPI, TCP, shared memory, etc.
Data sent from DS, through QC to client
Claims all I/O in UNIX is blocking, thus needs a separate I/O process (Solaris)