The document discusses performance and scalability features in SQL Server 2008. It summarizes ways to optimize performance including query processing improvements, tuning tools, and separating workloads. It also discusses scaling up using larger hardware and improving concurrency. Methods to scale out include distributed partitioned views, peer-to-peer replication, and scale-out Analysis Services to distribute the load across multiple servers. Overall the document provides an overview of SQL Server 2008's capabilities for ensuring high performance and scalability as data and workload demands increase.