Minggu, 09 Oktober 2011

[J237.Ebook] PDF Ebook The Art of SQL, by Stephane Faroult, Peter Robson

PDF Ebook The Art of SQL, by Stephane Faroult, Peter Robson

The visibility of the online publication or soft data of the The Art Of SQL, By Stephane Faroult, Peter Robson will certainly alleviate individuals to get the book. It will also save more time to just look the title or author or author to obtain up until your publication The Art Of SQL, By Stephane Faroult, Peter Robson is revealed. After that, you can visit the web link download to visit that is supplied by this website. So, this will certainly be a very good time to begin appreciating this publication The Art Of SQL, By Stephane Faroult, Peter Robson to check out. Consistently good time with book The Art Of SQL, By Stephane Faroult, Peter Robson, constantly good time with money to spend!

The Art of SQL, by Stephane Faroult, Peter Robson

The Art of SQL, by Stephane Faroult, Peter Robson



The Art of SQL, by Stephane Faroult, Peter Robson

PDF Ebook The Art of SQL, by Stephane Faroult, Peter Robson

The Art Of SQL, By Stephane Faroult, Peter Robson Just how a simple idea by reading can boost you to be a successful person? Reading The Art Of SQL, By Stephane Faroult, Peter Robson is a very easy activity. However, just how can many individuals be so careless to check out? They will certainly choose to invest their spare time to talking or hanging around. When in fact, checking out The Art Of SQL, By Stephane Faroult, Peter Robson will certainly offer you a lot more probabilities to be effective completed with the efforts.

This The Art Of SQL, By Stephane Faroult, Peter Robson is very correct for you as beginner user. The readers will consistently start their reading routine with the favourite theme. They might rule out the author as well as publisher that produce the book. This is why, this book The Art Of SQL, By Stephane Faroult, Peter Robson is really appropriate to check out. However, the idea that is given up this book The Art Of SQL, By Stephane Faroult, Peter Robson will show you several points. You can begin to like additionally reviewing until completion of the book The Art Of SQL, By Stephane Faroult, Peter Robson.

In addition, we will share you the book The Art Of SQL, By Stephane Faroult, Peter Robson in soft documents forms. It will certainly not disrupt you to make heavy of you bag. You require only computer system device or gizmo. The web link that our company offer in this website is readily available to click and then download this The Art Of SQL, By Stephane Faroult, Peter Robson You recognize, having soft documents of a book The Art Of SQL, By Stephane Faroult, Peter Robson to be in your device could make alleviate the readers. So by doing this, be a great viewers currently!

Merely connect to the web to get this book The Art Of SQL, By Stephane Faroult, Peter Robson This is why we suggest you to utilize and make use of the developed innovation. Reading book doesn't imply to bring the printed The Art Of SQL, By Stephane Faroult, Peter Robson Developed modern technology has actually allowed you to check out just the soft documents of the book The Art Of SQL, By Stephane Faroult, Peter Robson It is exact same. You might not have to go as well as obtain traditionally in looking guide The Art Of SQL, By Stephane Faroult, Peter Robson You may not have adequate time to spend, may you? This is why we give you the most effective way to obtain the book The Art Of SQL, By Stephane Faroult, Peter Robson currently!

The Art of SQL, by Stephane Faroult, Peter Robson

For all the buzz about trendy IT techniques, data processing is still at the core of our systems, especially now that enterprises all over the world are confronted with exploding volumes of data. Database performance has become a major headache, and most IT departments believe that developers should provide simple SQL code to solve immediate problems and let DBAs tune any "bad SQL" later.

In The Art of SQL, author and SQL expert Stephane Faroult argues that this "safe approach" only leads to disaster. His insightful book, named after Art of War by Sun Tzu, contends that writing quick inefficient code is sweeping the dirt under the rug. SQL code may run for 5 to 10 years, surviving several major releases of the database management system and on several generations of hardware. The code must be fast and sound from the start, and that requires a firm understanding of SQL and relational theory.

The Art of SQL offers best practices that teach experienced SQL users to focus on strategy rather than specifics. Faroult's approach takes a page from Sun Tzu's classic treatise by viewing database design as a military campaign. You need knowledge, skills, and talent. Talent can't be taught, but every strategist from Sun Tzu to modern-day generals believed that it can be nurtured through the experience of others. They passed on their experience acquired in the field through basic principles that served as guiding stars amid the sound and fury of battle. This is what Faroult does with SQL.

Like a successful battle plan, good architectural choices are based on contingencies. What if the volume of this or that table increases unexpectedly? What if, following a merger, the number of users doubles? What if you want to keep several years of data online? Faroult's way of looking at SQL performance may be unconventional and unique, but he's deadly serious about writing good SQL and using SQL well. The Art of SQL is not a cookbook, listing problems and giving recipes. The aim is to get you-and your manager-to raise good questions.

  • Sales Rank: #321573 in Books
  • Brand: Brand: O'Reilly Media
  • Published on: 2006-03-01
  • Released on: 2006-03-01
  • Original language: English
  • Number of items: 1
  • Dimensions: 9.19" h x .86" w x 7.00" l, 1.27 pounds
  • Binding: Paperback
  • 372 pages
Features
  • ISBN13: 9780596008949
  • Condition: New
  • Notes: BRAND NEW FROM PUBLISHER! 100% Satisfaction Guarantee. Tracking provided on most orders. Buy with Confidence! Millions of books sold!

About the Author

Stephane Faroult first discovered relational databases and the SQL language back in 1983. He joined Oracle France in their early days (after a brief spell with IBM and a bout of teaching at the University of Ottawa) and soon developed an interest in performance and tuning topics. After leaving Oracle in 1988, he briefly tried to reform and did a bit of operational research, but after one year, he succumbed again to relational databases. He has been continuously performing database consultancy since then, and founded RoughSea Ltd in 1998.

Graduated in geology from Durham University (1968), then taught at Edinburgh University, obtaining an M.Phil in geology 1975. Worked in Greece as a geologist (1973,74), and then in University of Newcastle specialising in geological databases.Joined the British Geological Survey 1980, and has steered the organisations' use of database ever since, as data architect and database administrator. Has worked with databases since 1977, relational databases since 1981, and Oracle since 1985. He has lectured widely in the UK on geological aspects of database and has specialised on aspects of the SQL system as well as data modelling from the corporate architecture down to the departmental level. He has presented at various Oracle database conferences both in the UK, Europe and North America. Currently a director on the board of the UK Oracle Users Group.

Most helpful customer reviews

42 of 44 people found the following review helpful.
Clear and straightforward explanations
By Eric Wuehler
The Art of SQL is a truly unique book. In sharp contrast to many other database books on the market, this one does not endeavor to provide an exhaustive SQL reference guide, a low-level vendor-specific DBMS implementation description, or a cookbook-style collection of FAQs. Instead it explains, in incredibly straightforward and clear language, how to think about SQL, schema design, and DBMS operation in general and apply that knowledge to real-world situations. It provides simple mental models for the inner workings of most modern database systems along with concrete examples of how these mental models can be used to speed up queries and design better-performing schemas.

Throughout the book many commonly encountered design patterns query requirements are discussed, such as tree or hierarchy-based data structures, name/value pair tables and various common types of selection filtering and aggregation. For each of these, multiple implementation options are described and evaluated, with the pros and cons of each approach explained. This book assumes the reader is proficient at forming SQL statements, and thus spends its time exploring how restructuring tables and indexes or reforming queries can affect performance. There is a stronger focus on schema design considerations rather than query structure optimization, which I really appreciated because many SQL references focus almost exclusively on the latter.

There are also a number of rather complicated real-world examples sprinkled throughout the book. These are carefully analyzed using the concepts presented in their respective chapters. The idea here isn't that the reader might encounter these exact problems in their projects, but rather to illustrate the process of applying the book's concepts to a concrete problem.

This book is for the most part database vendor agnostic, but still manages to do a great job of explaining the inner workings of databases in a clear, concise manner. In my opinion, it goes to just the right level of detail in explaining things like physical table structure, indexing implementations, locking and the query optimizer. The explanations are simple enough and general enough for mere mortals to internalize, yet still provide a powerful framework for thinking about and improving database performance. Chapter Four, which discussed relational theory and how it relates to SQL, was one of my favorite chapters and serves as a perfect example of this book's ability to provide easily understandable theoretical concepts and tie it in to database implementation and its consequences on query performance against an example table structure.

The Art of SQL is not a beginner's book, and is not an Oracle reference. What is does, however, is provides a conceptual underpinning between these two extremes that will enable database administrators to effectively formulate battle plans against whatever challenges lie in their path. I wish this book had been around when I was learning databases!

32 of 33 people found the following review helpful.
This is your graduate level course in SQL - how and why
By MGMcd
Probably most database solution developers and DBAs have picked up their knowledge of the subject as they have needed it, rather than in a formal and structured (so to speak) method. And even those that have had a structured education probably learned a lot more while in the field. And so there are always gaps. Gaps in technique, but also gaps in the why of many things that I, for example, took for granted about large DBMS's and SQL.

This book handily fills in those gaps. It assumes a moderate to advanced foundation in SQL and DBMS, and then takes off from there.

It is mostly prose with some code and SQL sprinkled throughout, but if you have a foundation, you can flesh out the technique. It is like listening to a graduate level lecture. It is distilled wisdom more than How To, and the more you bring to the material, the more you will get from it. And every page is rich with information. I don't feel like I have wasted my time on any one page, as I often do in the how to manuals.

Definitely an advanced piece.

30 of 32 people found the following review helpful.
Thinking in SQL- A definitive guide
By Adnan Masood, PhD
SQL being a declarative style language is intuitive in simplicity, and yet, the instincts are not enough when you enter the labyrinth of complex problems. From an application developer's prospect, I'm familiar with different mindsets of programmers. Those who despise writing SQL beside CRUD statements and consider it a lowly languages, to those who religiously believe the business logic should reside in business objects (hence the name) and the lingua franca of database should not contain any of the rules despite the performance gains. Then there is SQL zealots who prefer to write virtually everything in SQL and would like to use high level algorithmically sophisticated languages as sheer callers. Nevertheless, SQL is ubiquitously essential part of a developer's everyday life and "The Art of SQL" by Stephane's Farlout the best thing after SUN-TZU's "Art of War" in the SQL warfare.

"The Art of SQL" is theory and practice blended; once you start reading it, it becomes something in between Knuth's Art of Computer Science with C++ annotated reference manual. This 350 page book is divided into twelve chapters and written as a pseudo war-manual. The topics of chapters are as follows.

* Laying Plans (Designing Databases for Performance)

* Waging War (Accessing Databases Efficiently)

* Tactical Dispositions (Indexing)

* Maneuvering (Thinking SQL Statements)

* Terrain (Understanding Physical Implementation)

* The Nine Situations (Recognizing Classic SQL Patterns)

* Variations in Tactics (Dealing with Hierarchical Data)

* Weaknesses and Strengths (Recognizing and Handling Difficult Cases)

* Multiple Fronts (Tackling Concurrency)

* Assembly of Forces (Coping with Large Volumes of Data)

* Stratagems (Trying to Salvage Response Times)

* Employment of Spies (Monitoring Performance)

Like said in the book, "A skillful developer should aim for response times proportional to the number of rows returned." the author emphasizes on performance, discusses tackling bad SQL code, how to do analysis on problem at hand and then how to think it out in SQL way. The discussion varies from indexes, query optimization, concurrency and physical schema representation. SQL examples in the book are more of analogies than real world examples, they are focused encouraging the reader to think and map these to his or hers real life development experience.

Like author says in one of its notes "Much of the difficulty of good SQL programming lies in seeing how a problem can translate, not into succession of queries to a database but into very few queries.", the core theme of the book is to talk about SQL, not about any particular database. Therefore please don't buy it as a art of SQL Server or Oracle but as a pure SQL (not T-SQL or PL/SQL either) guide. The book is clearly written and easy to understand however, mind you, it's not a freshman's cookbook guide to structured query language. You have to be in trenches to understand Stephane metaphors and they kind of grow on you. For instance, the note "Maximize each visit to the database to complete as much as can reasonably be achieved by each visit." Will remind you of the times when you didn't follow this practice because of reason X, here is your personal guidance counselor.

The Art of SQL is a great way to advance the way you think about the problems in database and query design and their translation into code. I recommend this book to fellow mere mortal developers out there who are looking for a decent, theoretical, not-so-cook-booky-style guide to SQL.

See all 24 customer reviews...

The Art of SQL, by Stephane Faroult, Peter Robson PDF
The Art of SQL, by Stephane Faroult, Peter Robson EPub
The Art of SQL, by Stephane Faroult, Peter Robson Doc
The Art of SQL, by Stephane Faroult, Peter Robson iBooks
The Art of SQL, by Stephane Faroult, Peter Robson rtf
The Art of SQL, by Stephane Faroult, Peter Robson Mobipocket
The Art of SQL, by Stephane Faroult, Peter Robson Kindle

The Art of SQL, by Stephane Faroult, Peter Robson PDF

The Art of SQL, by Stephane Faroult, Peter Robson PDF

The Art of SQL, by Stephane Faroult, Peter Robson PDF
The Art of SQL, by Stephane Faroult, Peter Robson PDF

Tidak ada komentar:

Posting Komentar