ورود به حساب

نام کاربری گذرواژه

گذرواژه را فراموش کردید؟ کلیک کنید

حساب کاربری ندارید؟ ساخت حساب

ساخت حساب کاربری

نام نام کاربری ایمیل شماره موبایل گذرواژه

برای ارتباط با ما می توانید از طریق شماره موبایل زیر از طریق تماس و پیامک با ما در ارتباط باشید


09117307688
09117179751

در صورت عدم پاسخ گویی از طریق پیامک با پشتیبان در ارتباط باشید

دسترسی نامحدود

برای کاربرانی که ثبت نام کرده اند

ضمانت بازگشت وجه

درصورت عدم همخوانی توضیحات با کتاب

پشتیبانی

از ساعت 7 صبح تا 10 شب

دانلود کتاب High performance MySQL: optimization, backups, and replication

دانلود کتاب عملکرد بالا MySQL: بهینه سازی ، پشتیبان گیری و تکثیر

High performance MySQL: optimization, backups, and replication

مشخصات کتاب

High performance MySQL: optimization, backups, and replication

دسته بندی: پایگاه داده ها
ویرایش: 3 
نویسندگان: , ,   
سری:  
ISBN (شابک) : 1449314287, 9781449314279 
ناشر: O’Reilly Media 
سال نشر: 2012 
تعداد صفحات: 826 
زبان: English 
فرمت فایل : PDF (درصورت درخواست کاربر به PDF، EPUB یا AZW3 تبدیل می شود) 
حجم فایل: 16 مگابایت 

قیمت کتاب (تومان) : 36,000



کلمات کلیدی مربوط به کتاب عملکرد بالا MySQL: بهینه سازی ، پشتیبان گیری و تکثیر: کتابخانه، ادبیات کامپیوتر، MySQL / MariaDB



ثبت امتیاز به این کتاب

میانگین امتیاز به این کتاب :
       تعداد امتیاز دهندگان : 2


در صورت تبدیل فایل کتاب High performance MySQL: optimization, backups, and replication به فرمت های PDF، EPUB، AZW3، MOBI و یا DJVU می توانید به پشتیبان اطلاع دهید تا فایل مورد نظر را تبدیل نمایند.

توجه داشته باشید کتاب عملکرد بالا MySQL: بهینه سازی ، پشتیبان گیری و تکثیر نسخه زبان اصلی می باشد و کتاب ترجمه شده به فارسی نمی باشد. وبسایت اینترنشنال لایبرری ارائه دهنده کتاب های زبان اصلی می باشد و هیچ گونه کتاب ترجمه شده یا نوشته شده به فارسی را ارائه نمی دهد.


توضیحاتی در مورد کتاب عملکرد بالا MySQL: بهینه سازی ، پشتیبان گیری و تکثیر

چگونه می توانید قدرت کامل MySQL را به نمایش بگذارید؟ با MySQL با کارایی بالا، تکنیک‌های پیشرفته‌ای را برای همه چیز از طراحی طرح‌واره‌ها، نمایه‌ها و پرس‌و‌جوها گرفته تا تنظیم سرور، سیستم عامل و سخت‌افزار MySQL خود با حداکثر پتانسیل‌شان یاد خواهید گرفت. این راهنما همچنین راه‌های ایمن و عملی برای مقیاس‌سازی برنامه‌ها از طریق تکرار، متعادل‌سازی بار، در دسترس بودن بالا و شکست را به شما می‌آموزد.


توضیحاتی درمورد کتاب به خارجی

How can you bring out MySQL’s full power? With High Performance MySQL, you’ll learn advanced techniques for everything from designing schemas, indexes, and queries to tuning your MySQL server, operating system, and hardware to their fullest potential. This guide also teaches you safe and practical ways to scale applications through replication, load balancing, high availability, and failover.



فهرست مطالب

Table of Contents
Foreword
Preface
How This Book Is Organized
A Broad Overview
Building a Solid Foundation
Configuring Your Application
MySQL as an Infrastructure Component
Miscellaneous Useful Topics
Software Versions and Availability
Conventions Used in This Book
Using Code Examples
Safari\' Books Online
How to Contact Us
Acknowledgments for the Third Edition
Acknowledgments for the Second Edition
From Baron
From Peter
From Vadim
From Arjen
Acknowledgments for the First Edition
From Jeremy
From Derek
ChapterŁ1.ŁMySQL Architecture and History. MySQL\'s Logical ArchitectureConnection Management and Security
Optimization and Execution
Concurrency Control
Read/Write Locks
Lock Granularity
Table locks
Row locks
Transactions
Isolation Levels
Deadlocks
Transaction Logging
Transactions in MySQL
AUTOCOMMIT
Mixing storage engines in transactions
Implicit and explicit locking
Multiversion Concurrency Control
MySQL\'s Storage Engines
The InnoDB Engine
InnoDB\'s history
InnoDB overview
The MyISAM Engine
Storage
MyISAM features
Compressed MyISAM tables
MyISAM performance
Other Built-in MySQL Engines
The Archive engine. The Blackhole engineThe CSV engine
The Federated engine
The Memory engine
The Merge storage engine
The NDB Cluster engine
Third-Party Storage Engines
OLTP storage engines
Column-oriented storage engines
Community storage engines
Selecting the Right Engine
Logging
Read-only or read-mostly tables
Order processing
Bulletin boards and threaded discussion forums
CD-ROM applications
Large data volumes
Table Conversions
ALTER TABLE
Dump and import
CREATE and SELECT
A MySQL Timeline
MySQL\'s Development Model
Summary
ChapterŁ2.ŁBenchmarking MySQL
Why Benchmark? Benchmarking StrategiesWhat to Measure
Benchmarking Tactics
Designing and Planning a Benchmark
How Long Should the Benchmark Last?
Capturing System Performance and Status
Getting Accurate Results
Running the Benchmark and Analyzing Results
The Importance of Plotting
Benchmarking Tools
Full-Stack Tools
Single-Component Tools
Benchmarking Examples
http_load
MySQL Benchmark Suite
sysbench
The sysbench CPU benchmark
The sysbench file I/O benchmark
The sysbench OLTP benchmark
Other sysbench features
dbt2 TPC-C on the Database Test Suite
Percona\'s TPCC-MySQL Tool
Summary. ChapterŁ3.ŁProfiling Server PerformanceIntroduction to Performance Optimization
Optimization Through Profiling
Interpreting the Profile
Profiling Your Application
Instrumenting PHP Applications
Profiling MySQL Queries
Profiling a Server\'s Workload
Capturing MySQL\'s queries to a log
Analyzing the query log
Profiling a Single Query
Using SHOW PROFILE
Using SHOW STATUS
Using the slow query log
Using the Performance Schema
Using the Profile for Optimization
Diagnosing Intermittent Problems
Single-Query Versus Server-Wide Problems
Using SHOW GLOBAL STATUS
Using SHOW PROCESSLIST.




نظرات کاربران