Features
- Cover Type: Paperback with 240 pages
- Published by: Morgan Kaufmann
- Edition: 1st Edition May 7, 2004
- Written in: English
- ISBN 10 Number: 1558609202
- ISBN 13 Number: 978-1558609204
-
Book Dimensions:
9.1 x 7.5 x 0.2 inches
- Weighs: 15.5 ounces
Product Review
"I want to say clearly that I think the subject of this proposed book is one for which there will be considerable demandthe topic is poorly understood in general and a good book on the subject will be helpful to the SQL community at large. This book should be of great interest to real-world application programmersI think that this book would be used on a day-to-day basis (rather than languish on a shelf until some special problem arose)."
-Jim Melton, author of SQL:1999.
Book Description
Expert advice for smarties from the #1 SQL guru!
Reader ReviewsI love and savor each of Celko?s books for their thoroughness, depth and surprises. However, with this book I am little disappointed because it showed his favorite solutions and omitted many common solutions that are better in various real-world situations. Most algorithms provided in the book are for overnight processing, not real-time update. Omitted is the most common way hierarchies are represented in Data Warehouses using a "hierarchy bridge table". See Kimball?s book "Data Warehouse Toolkit" for more detail (yet not enough detail to give a Celko-like exploration of the topic). The bridge table solution trades away storage space for greater speed by creating a record for every path enumeration. The book?s primary focus is on strict hierarchies. Not enough attention is given to convergent graphs and other arbitrary directed acyclic graphs, like bill of materials that reuse assemblies, where the nested sets model fails (p.164). Also missing is maintenance of historical versions of the hierarchy, often required by financial applications. Section 9.3 on the extremely powerful DB2 ?WITH? operator is too slim, especially since it is a SQL-99 standard and is now available with Microsoft SQL Server. If you work with hierarchies or acyclic graphs in DB2 or SQL Server take the time to learn how to use ?common subquery expressions?. By all means if you work with hierarchies you must buy this book. No doubt the Second revison of this book will blow us away.