Skip to content
Scan a barcode
Scan
Added to your cart
Paperback Understanding MySQL Internals: Discovering and Improving a Great Database Book

ISBN: 0596009577

ISBN13: 9780596009571

Understanding MySQL Internals (Understanding)

Select Format

Select Condition ThriftBooks Help Icon

Recommended

Format: Paperback

Condition: New

$169.99
50 Available
Ships within 2-3 days

Book Overview

Although MySQL's source code is open in the sense of being publicly available, it's essentially closed to you if you don't understand it. In this book, Sasha Pachev -- a former member of the MySQL Development Team -- provides a comprehensive tour of MySQL 5 that shows you how to figure out the inner workings of this powerful database. You'll go right to heart of the database to learn how data structures and convenience functions operate, how to add new storage engines and configuration options, and much more.



The core of Understanding MySQL Internals begins with an Architecture Overview that provides a brief introduction of how the different components of MySQL work together. You then learn the steps for setting up a working compilable copy of the code that you can change and test at your pleasure. Other sections of the book cover:



Core server classes, structures, and API The communication protocol between the client and the server Configuration variables, the controls of the server; includes a tutorial on how to add your own Thread-based request handling -- understanding threads and how they are used in MySQL An overview of MySQL storage engines The storage engine interface for integrating third-party storage engines The table lock manager The parser and optimizer for improving MySQL's performance Integrating a transactional storage engine into MySQL The internals of replication



Understanding MySQL Internals provides unprecedented opportunities for developers, DBAs, database application programmers, IT departments, software vendors, and computer science students to learn about the inner workings of this enterprise-proven database. With this book, you will soon reach a new level of comprehension regarding database development that will enable you to accomplish your goals. It's your guide to discovering and improving a great database.

More by John O'Reilly
Accent on Achievement, Book 1 (Accent on Achievement)
Accent on Achievement, Book 1 (Accent on Achievement)
John O'Reilly, Mark Williams

from: $4.19

Accent on Achievement, Bk 2: B-Flat Clarinet, Book & Online Audio/Software
Accent on Achievement, Bk 2: B-Flat Clarinet, Book & Online Audio/Software
John O'Reilly, Mark Williams, Mark Williams

from: $4.39

Strictly Strings: A Comprehensive String Method Book 1 : Violin
Strictly Strings: A Comprehensive String Method Book 1 : Violin
Jacquelyn Dillon, John O'Reilly, James Kjelland

from: $4.79

Strictly Strings: A Comprehensive String Method : Violin Book 2
Strictly Strings: A Comprehensive String Method : Violin Book 2
Jacquelyn Dillon, John O'Reilly

from: $4.89

Strictly Strings, Book 2: Accompaniment
Strictly Strings, Book 2: Accompaniment
John O'Reilly, James Kjelland, Jacquelyn Dillon, James M. Kjelland

from: $4.89

Accent on Achievement, Trombone: A comprehensive band method that develops creativity and musicianship (Accent on Achievement)
Accent on Achievement, Trombone: A comprehensive band method that develops creativity and musicianship (Accent on Achievement)
Mark Williams, John O'Reilly

from: $5.49

Yamaha Band Student, Book 1: B-Flat Clarinet (Yamaha Band Method)
Yamaha Band Student, Book 1: B-Flat Clarinet (Yamaha Band Method)
Sandy Feldstein, Saul Feldstein, John O'Reilly

from: $4.89

Strictly Strings: A Comprehensive String Method Book 1 : Viola
Strictly Strings: A Comprehensive String Method Book 1 : Viola
John O'Reilly, Jacquelyn Dillon, James Kjelland

from: $6.89

Accent on Achievement, Bk 3: Trombone
Accent on Achievement, Bk 3: Trombone
John O'Reilly, Mark Williams

from: $4.89

Accent on Ensembles, Bk 1: Trumpet, Baritone T.C.
Accent on Ensembles, Bk 1: Trumpet, Baritone T.C.
John O'Reilly, Mark Williams

from: $6.39

Teaching Music Through Performance in Beginning Band
Teaching Music Through Performance in Beginning Band
Dennis W. Fisher, John O'Reilly, Erin Cole, Cheryl Floyd, Linda J. Gammon

from: $40.39

Strictly Classics, Bk 1: Cello
Strictly Classics, Bk 1: Cello
John O'Reilly

from: $4.59

Yamaha Band Student, Book 2 (Flute) (Yamaha Band Method)
Yamaha Band Student, Book 2 (Flute) (Yamaha Band Method)
John O'Reilly, Sandy Feldstein

from: $6.99

Accent on Christmas and Holiday Ensembles: Duets and Trios for Flexible Instrumentation Correlated with Accent on Achievement, Conductor Score
Accent on Christmas and Holiday Ensembles: Duets and Trios for Flexible Instrumentation Correlated with Accent on Achievement, Conductor Score
John O'Reilly, Mark Williams

from: $5.99

Fantastic Familiar Folk Songs: Snare Drum, Keyboard Percussion
Fantastic Familiar Folk Songs: Snare Drum, Keyboard Percussion
Sandy Feldstein, John O'Reilly

from: $5.19

Yamaha Band Student, Book 3 Piano Accompaniment
Yamaha Band Student, Book 3 Piano Accompaniment
John O'Reilly, John Kinyon

from: $5.19

Yamaha Christmas Ensembles: Tuba
Yamaha Christmas Ensembles: Tuba
John O'Reilly, John Kinyon

from: $5.09

Yamaha Band Ensembles, Bk 2: Percussion
Yamaha Band Ensembles, Bk 2: Percussion
John O'Reilly, John Kinyon

from: $6.29

The Placenta, the Organic Nervous System, the Blood, the Oxygen, and the Animal Nervous System, Physiologically Examined
The Placenta, the Organic Nervous System, the Blood, the Oxygen, and the Animal Nervous System, Physiologically Examined
John O'Reilly, Professor John O'Reilly

from: $26.56

Ecclesiastical Sepulture in the New Code of Canon Law
Ecclesiastical Sepulture in the New Code of Canon Law
John O'Reilly

from: $22.68

Songs from the Southern Seas
Songs from the Southern Seas
John O'Reilly

from: $61.77

Songs from the Southern Seas
Songs from the Southern Seas
John O'Reilly

from: $46.11

The Nervous and Vascular Connection Between the Mother and Foetus in Utero
The Nervous and Vascular Connection Between the Mother and Foetus in Utero
John O'Reilly

from: $18.15

Customer Reviews

0 customer rating | 0 review

Rated 5 stars
Great service

The book was for a son. It arrived very quickly and in perfect condition.

0Report

Rated 5 stars
Provides excellent content for those working on MySQL

I have been working on a project to make some changes to MySQL server operation. Learned a lot through code review & trial and error! Recently purchased this book and it is excellent! Wish we had it months ago. The author knows what he's talking about. Provides a great overview of the architecture, file and subsystem layout. Also provides great information on using the 'built in' debug capability of the server -- very...

0Report

Rated 5 stars
Lift the magic veil

An excellent overview of the MySQL codebase, philosophy, and the design decisions that have made MySQL what it is today. Even though I have never touched the MySQL source before (it can be a daunting beast for the uninitiated), Sasha's explanations made me comfortable with the 'internals' and finally lifted the 'magic veil' off the engine. 'MySQL internals' has a perfect balance of high-level explanations, and low-level code...

0Report

Rated 5 stars
Provides clear insights

Sasha Pachev's UNDERSTANDING MYSQL INTERNALS: DISCOVERING AND IMPROVING A GREAT DATABASE provides clear insights into one of the most popular open source codes on the market. It comes from a former member of the MySQL development team, so offers the author's own insights into the program's creation and use, covering everything from communication protocols between client and server to the parser and optimizer that execute SQL...

0Report

Rated 5 stars
Excellent book, clearly explains MySQL internals

MySQL is assuming increased importance as an enterprise database and has become the de-facto standard with web hosting companies. A number of books have appeared in recent years, covering various aspects of MySQL. In Understanding MySQL Internals, Sasha Pachev, a MySQL-focused consultant and former member of the MySQL development team, takes us on a tour of how MySQL works and how it is built. Starting with an overview of...

0Report

Copyright © 2025 Thriftbooks.com Terms of Use | Privacy Policy | Do Not Sell/Share My Personal Information | Cookie Policy | Cookie Preferences | Accessibility Statement
ThriftBooks ® and the ThriftBooks ® logo are registered trademarks of Thrift Books Global, LLC
GoDaddy Verified and Secured