This is probably the only book, and best book I have seen on
Data Warehouse tuning. Mr Powell has done a very good job in
clearly explaining some of the oracle features frequently used in a Data Warehouse like Star Queries, Star Query Transformations, Materialized Views, Dimensions objects. He has given very practical hints and performance recommendation as to when to use some of these features and how they can be tuned. The best thing I liked whether you are a new/intermediate/advanced developer/DBA, the book is loaded with examples showing how small changes affect the cost of some queries using oracle built in explain plan features. Other good feature of the book is the most of topics covered like Bitmap Indexing, Materialized view, etc. he has explained the potential pitfalls of those features and when not to use them, giving the developer/architect of the Data Warehouse system to help choosing proper design/implementation.
He has also covered the partioning and parallel processing a very essential for data warehouse tuning, however you may find this particular topic in other books.
The new features like model clause and how optimizer rewrites the query are well explained. Loading and extraction a key portion of Data Warehouse Architecture is covered.
He does cover the Tuning Hardware Resources of Data Warehousing, but as the author mentions in the preface he gives lot better information on tuning the application/query and architecture in the book rather than tuning the hardware underneath and if we use those concepts correctly tuning of hardware resources should be the last thing we may have to do.
Where ever needed he has explained how this feature is behaved in 10g and sometimes compared with previous version.
I do like and agree with his tuning approach and intutively used it myself at my job all the time, where I tune my database application on a low grade machine where resources are not state of the art, where I can see maximum benefit of my tuning, rather than tuning my application on high grade machine where my application's performance shortcoming will be hidden. I think this book will be very useful for data modeler/developers/DBA or whoever is already using Data Warehouse application or are planning to use/develop a Data Warehouse system. I thank Mr Powell for sharing the knowledge and experience he has gained in this field with other developers/DBAs etc.