Skip to main content
Apress
Book cover

Beginning MySQL Database Design and Optimization

From Novice to Professional

  • Book
  • © 2004

Overview

This is a preview of subscription content, log in via an institution to check access.

Access this book

eBook USD 39.99
Price excludes VAT (USA)
  • Available as PDF
  • Read on any device
  • Instant download
  • Own it forever
Softcover Book USD 49.99
Price excludes VAT (USA)
  • Compact, lightweight edition
  • Dispatched in 3 to 5 business days
  • Free shipping worldwide - see info

Tax calculation will be finalised at checkout

Other ways to access

Licence this eBook for your library

Institutional subscriptions

Table of contents (8 chapters)

Keywords

About this book

Nearly every non-trivial application requires data persistence, and for an application of any significant size and scope, persistence is typically achieved using a database. If you’re building or maintaining any significant application and are using MySQL, this book is for you. For open source and other types of projects, the MySQL database is a very popular choice: it’s free, fast, robust, and scalable, and it runs on all of the major platforms, allowing maximum use of available hardware resources. But it’s easy to disregard MySQL’s speed and other advantages if your database design is inefficient. Needlessly duplicating data, using improper types for columns, overloading a single table where multiple tables should be used, failing to leverage the calculation features of MySQL, and making multiple queries instead of an efficient single query are some of the common mistakes.

Beginning MySQL Database Design and Optimization shows you how to identify, overcome, and avoid gross inefficiencies. It demonstrates how to maximize the many data manipulation features that MySQL includes. This book explains how to include tests and branches in your queries, how to normalize your database, and how to issue concurrent queries to boost performance, among many other design and optimization topics. You’ll also learn about some features new to MySQL 4.1 and 5.0 like subqueries, stored procedures, and views, all of which will help you build even more efficient applications.

About the authors

Chad Russell is a programmer and network administrator who owns his own Internet hosting company. He previously has written on MySQL, PHP, and other topics.

Bibliographic Information

  • Book Title: Beginning MySQL Database Design and Optimization

  • Book Subtitle: From Novice to Professional

  • Authors: Jon Stephens, Chad Russell

  • DOI: https://doi.org/10.1007/978-1-4302-0729-0

  • Publisher: Apress Berkeley, CA

  • eBook Packages: Springer Book Archive

  • Copyright Information: Jon Stephens and Chad Russell 2004

  • Softcover ISBN: 978-1-59059-332-5Published: 28 October 2004

  • eBook ISBN: 978-1-4302-0729-0Published: 18 October 2004

  • Edition Number: 1

  • Number of Pages: XX, 520

  • Number of Illustrations: 281 b/w illustrations

  • Topics: Database Management, Software Engineering/Programming and Operating Systems

Publish with us