- 5 Ergebnisse
Kleinster Preis: € 10,75, größter Preis: € 55,31, Mittelwert: € 39,31
1
Understanding MySQL Internals - Sasha Pachev
Bestellen
bei bol.com
€ 44,99
Versand: € 4,001
Bestellengesponserter Link
Sasha Pachev:

Understanding MySQL Internals - neues Buch

2007, ISBN: 9780596009571

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 t… Mehr…

Nieuw, Verwacht over 7 weken. Versandkosten:Verwacht over 7 weken. (EUR 4.00) bol.com
2
Understanding MySQL Internals: Discovering and Improving a Great Database - Sasha Pachev
Bestellen
bei AbeBooks.de
€ 55,31
Versand: € 2,901
Bestellengesponserter Link

Sasha Pachev:

Understanding MySQL Internals: Discovering and Improving a Great Database - Taschenbuch

2007, ISBN: 0596009577

[EAN: 9780596009571], Neubuch, [PU: OREILLY MEDIA Mai 2007], COMPUTERS - DATA BASE MANAGEMENT; / DATABASES GENERAL; MINING; PROGRAMMING LANGUAGES SQL, Besorgungstitel Neuware - Rare Book … Mehr…

NEW BOOK. Versandkosten: EUR 2.90 AHA-Books, Einbeck, Germany [86569176] [Rating: 4 (von 5)]
3
Understanding MySQL Internals - Sasha Pachev
Bestellen
bei BookDepository.com
€ 43,70
Versand: € 0,001
Bestellengesponserter Link
Sasha Pachev:
Understanding MySQL Internals - Taschenbuch

ISBN: 9780596009571

Paperback, [PU: O'Reilly Media], Provides a tour of MySQL 5 that shows you its inner workings. This work helps you learn how data structures and convenience functions operate, how to add … Mehr…

Versandkosten:Versandkostenfrei. (EUR 0.00)
4
Bestellen
bei Biblio.co.uk
$ 12,71
(ca. € 10,75)
Versand: € 25,591
Bestellengesponserter Link
Pachev, Sasha:
Understanding MySQL Internals - Taschenbuch

2007, ISBN: 9780596009571

United States, O'Reilly Media, 2007. Large 8vo softcover 235pp index. very good. Sasha Pachev graduated from the Brigham Young University in 1998 with a degree in Computer Science, wo… Mehr…

Versandkosten: EUR 25.59 Dial a Book
5
Understanding MySQL Internals - Sasha Pachev
Bestellen
bei lehmanns.de
€ 41,80
Versand: € 9,951
Bestellengesponserter Link
Sasha Pachev:
Understanding MySQL Internals - Taschenbuch

2007, ISBN: 9780596009571

Softcover, Buch, [PU: O'Reilly Media, Inc, USA]

Versandkosten:Versand in 10-15 Tagen, , No shipping costs within Germany. (EUR 9.95)

1Da einige Plattformen keine Versandkonditionen übermitteln und diese vom Lieferland, dem Einkaufspreis, dem Gewicht und der Größe des Artikels, einer möglichen Mitgliedschaft der Plattform, einer direkten Lieferung durch die Plattform oder über einen Drittanbieter (Marketplace), etc. abhängig sein können, ist es möglich, dass die von eurobuch angegebenen Versandkosten nicht mit denen der anbietenden Plattform übereinstimmen.

Bibliographische Daten des bestpassenden Buches

Details zum Buch
Understanding MySQL Internals

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.

Detailangaben zum Buch - Understanding MySQL Internals


EAN (ISBN-13): 9780596009571
ISBN (ISBN-10): 0596009577
Gebundene Ausgabe
Taschenbuch
Erscheinungsjahr: 2007
Herausgeber: O'Reilly Media, Inc, USA
234 Seiten
Gewicht: 0,417 kg
Sprache: eng/Englisch

Buch in der Datenbank seit 2007-12-02T21:54:10+01:00 (Berlin)
Detailseite zuletzt geändert am 2023-07-12T09:50:39+02:00 (Berlin)
ISBN/EAN: 9780596009571

ISBN - alternative Schreibweisen:
0-596-00957-7, 978-0-596-00957-1
Alternative Schreibweisen und verwandte Suchbegriffe:
Autor des Buches: sasha, pache
Titel des Buches: understanding mysql internals, 234, understanding media, database, sasha


Daten vom Verlag:

Autor/in: Sasha Pachev
Titel: Understanding MySQL Internals
Verlag: O'Reilly and Associates
254 Seiten
Erscheinungsjahr: 2007-04-28
Sprache: Englisch
48,00 € (DE)
49,40 € (AT)
Not available (reason unspecified)

BC; PB; Hardcover, Softcover / Informatik, EDV/Anwendungs-Software; Unternehmensanwendungen; mysql, sql, database, internals, kernel

Inhaltsverzeichnis Preface 1. MySQL History and Architecture      MySQL History      MySQL Architecture 2. Nuts and Bolts of Working with the MySQL Source Code      Unix Shell      BitKeeper      Preparing the System to Build MySQL from BitKeeper Tree      Building MySQL from BitKeeper Tree      Building from Source Distribution      Installing MySQL into a System Directory      Source Code Directory Layout      Preparing the System to Run MySQL in a Debugger      Debugger-Guided Source Tour      Basics of Working with gdb      Finding Things in the Source      Interesting Breakpoints and Variables      Making a Source Modification      Coding Guidelines      Keeping Your BitKeeper Repository Up to Date      Submitting a Patch 3. Core Classes, Structures, Variables, and APIs      THD      NET      TABLE      Field      Utility API Calls      Preprocessor Macros      Global Variables 4. Client/Server Communication      Protocol Overview      Packet Format      Relationship Between MySQL Protocol and OS Layer      Authenticating Handshake      Command Packet      Server Responses 5. Configuration Variables      Configuration Variables Tutorial      Interesting Aspects of Specific Configuration Variables 6. Thread-Based Request Handling      Threads Versus Processes      Implementation of Request Handling      Thread Programming Issues 7. The Storage Engine Interface      The handler Class      Adding a Custom Storage Engine to MySQL 8. Concurrent Access and Locking      Table Lock Manager 9. Parser and Optimizer      Parser      Optimizer 10. Storage Engines      Shared Aspects of Architecture      InnoDB      Memory (Heap)      MyISAM Merge      NDB      Archive      Federated 11. Transactions      Overview of Transactional Storage Engine Implementation      Implementing the handler Subclass      Defining the handlerton      Working with the Query Cache      Working with the Replication Binary Log      Avoiding Deadlocks 12. Replication      Overview      Statement-Based Versus Row-Based Replication      Two-Threaded Slave      Multi-Master      SQL Commands to Help Understand Replication      Binary Log Format      Creating a Custom Replication Utility Index

Weitere, andere Bücher, die diesem Buch sehr ähnlich sein könnten:

Neuestes ähnliches Buch:
9780596104818 Understanding MySQL Internals (Sasha Pachev)


< zum Archiv...