| Author |
SQL antipatterns: do you talk about OLAP, MOLAP, ROLAP,...?
|
Rogerio Kioshi
Ranch Hand
Joined: Apr 12, 2005
Posts: 659
|
|
Hi,
I'd like to know if in this book do you talk about Datawarehouses, OLAP, MOLAP, ROLAP, etc?
Thank you.
|
SCEA 5 (part 1), SCBCD, SCWCD, SCJP, CLP, CLS
|
 |
Bill Karwin
author
Ranch Hand
Joined: Aug 02, 2010
Posts: 32
|
|
Hi Rogerio,
I didn't delve into data warehousing, MOLAP, or Dimensional Modeling (DM) in my book. Date warehousing leads us to use denormalization techniques to optimize the database schema for certain types of reporting. Instead I covered standard relational design, with normalization being the default, which is better for OLTP or OLCP type applications.
Overall, my book tries to address the most common mistakes that I see database developers make. These naturally tend to be more to do with fundamentals of database usage, instead of the most advanced usage.
|
Bill Karwin is the author of SQL Antipatterns: Avoiding the Pitfalls of Database Programming
|
 |
Elchin Asgarli
Ranch Hand
Joined: Mar 08, 2010
Posts: 222
|
|
|
What is the prior knowledge you assume the reader must have?
|
Personal page, SCJP 6 with 91%, SCWCD 5 with 84%, OCMJD
|
 |
Bill Karwin
author
Ranch Hand
Joined: Aug 02, 2010
Posts: 32
|
|
Hi Elchin,
I do assume the reader has moderate knowledge of SQL or at least she has access to a reference for basic SQL queries, data definition, data types, and other terminology. My book is not an introduction to SQL concepts or syntax.
|
 |
 |
|
|
subject: SQL antipatterns: do you talk about OLAP, MOLAP, ROLAP,...?
|
|
|