Recently I attended a SQL Server Parallel Data Warehouse (PDW) appliance and FasTrack 3.0 workshop.
Microsoft has three key Data Warehouse offerings including SQL Server 2008 R2, Fast Track Data Warehouse and Parallel Data Warehouse. Together, these offerings enable customers to scale their warehouses from gigabytes to hundreds of terabytes on a SQL Server platform. Fast Track helps customers to scale up to tens of terabytes while Parallel Data Warehouse is ideal for workloads with hundreds of terabytes and very high performance. Finally, Microsoft has a unique Distributed Architecture that supports Data Warehouses deployed on both Fast Track and Parallel Data Warehouse.
Key points
All components are balanced against each other to reduce performance bottlenecks, and all server and storage components are mirrored for enterprise-class redundancy. A Control Node routes queries from applications to all Compute Nodes, then collects and returns the result Because data is evenly distributed across multiple nodes and processing occurs in parallel, queries can be many times faster than on single SMP database servers
All components are balanced against each other to reduce performance bottlenecks, and all server and storage components are mirrored for enterprise-class redundancy.
A Control Node routes queries from applications to all Compute Nodes, then collects and returns the result
Because data is evenly distributed across multiple nodes and processing occurs in parallel, queries can be many times faster than on single SMP database servers
Sharing some of the links and resources for PDW and Fasttrack 3.0