Beginning MySQL Database Design and Optimization: From Novice to Professional

Chad Russell, Jon Stephens

  • 出版商: Apress
  • 出版日期: 2004-10-28
  • 售價: $1,890
  • 貴賓價: 9.5$1,796
  • 語言: 英文
  • 頁數: 520
  • 裝訂: Paperback
  • ISBN: 1590593324
  • ISBN-13: 9781590593325
  • 相關分類: MySQLSQL資料庫
  • 海外代購書籍(需單獨結帳)

買這商品的人也買了...

商品描述

Description:

With the help of this book, you'll learn how to identify, overcome, and avoid gross inefficiencies in MySQL. Further, you will see how to maximize built-in data manipulation features. And you'll discover the benefits of incorporating tests and branches within your queries.

You will also learn about normalizing your database, and issuing simultaneous queries to boost performance—along with numerous other design and optimization topics. So if you’re building or maintaining any significant application with MySQL, then this book is your one-stop for training and preparing!

 

Table of Contents:

Chapter 1 – Review of MySQL Basics
Chapter 2 – MySQL Column and Table Types
Chapter 3 – Keys, Indexes, and Normalization
Chapter 4 – Optimizing Queries with Operators, Branching, and Functions
Chapter 5 – Joins, Temporary Tables, and Transactions
Chapter 6 – Finding the Bottlenecks
Chapter 7 – MySQL Programming
Chapter 8 – Looking Ahead