万本电子书0元读

万本电子书0元读

顶部广告

MySQL Admin Cookbook LITE: Configuration, Server Monitoring, Managing Users电子书

售       价:¥

8人正在读 | 0人评论 9.8

作       者:Daniel Schneller

出  版  社:Packt Publishing

出版时间:2011-05-19

字       数:90.8万

所属分类: 进口书 > 外文原版书 > 电脑/网络

温馨提示:数字商品不支持退换货,不提供源文件,不支持导出打印

为你推荐

  • 读书简介
  • 目录
  • 累计评论(0条)
  • 读书简介
  • 目录
  • 累计评论(0条)
"This book is for ambitious MySQL users as well as professional data center database administrators. Beginners as well as experienced administrators will benefit from this cookbook and get fresh ideas to improve their MySQL environments. Detailed background information will enable them to widen their MySQL horizon. It does not cover SQL basics, how to install MySQL servers, or how to design a relational database schema. Readers are expected to have a basic understanding of the SQL language and database concepts in general."
目录展开

MySQL Admin Cookbook: LITE

Table of Contents

MySQL Admin Cookbook: LITE

Credits

About the Authors

About the Reviewers

Preface

What this book covers

What you need for this book

Who this book is for

Conventions

Reader feedback

Customer support

Errata

Piracy

Questions

1. Replication

Introduction

Statement Based Replication

Filtering

Setting up automatically updated slaves of a server based on a SQL dump

Getting ready

How to do it...

How it works...

See also

Setting up automatically updated slaves of a selection of tables based on a SQL dump

Getting ready

How to do it...

How it works...

There's more...

Setting up automatically updated slaves using data file copy

Getting ready

How to do it...

How it works...

There's more...

Conserving data file by using LVM snapshots

Backing up data using Percona xtrabackup

Sharing read load across multiple machines

Getting ready

How to do it...

How it works…

There's more...

Working with connection pools

Working on other programming environments

Considering efficiency while adding slaves

Using replication to provide full-text indexing for InnoDB tables

Getting ready

How to do it...

How it works...

There's more...

Setting up new slaves in this scenario

See also

Estimating network and slave I/O load

Getting ready

How to do it...

How it works...

There's more...

Handling intermittent connectivity between master and slave

Enabling compression with the slave_compressed_protocol option

Limiting network and slave I/O load in heavy write scenarios using the blackhole storage engine

Getting ready

How to do it...

How it works...

Other storage engines than InnoDB

Setting up slaves via network streaming

Getting ready

How to do it...

How it works...

Temporary daemon

Dumping master data

Shutting down and compressing

Transferring to the slave and uncompressing

Adjusting slave configuration

Connecting to the master

Starting the slave

Skipping problematic queries

Getting ready

How to do it...

How it works...

There's more...

Checking if servers are in sync

Getting ready

How to do it...

How it works...

There's more...

Avoiding duplicate server IDs

Getting ready

How to do it…

How it works...

There's more...

Recognizing symptoms of duplicate server IDs

Setting up slaves to report custom information about themselves to the master

Getting ready

How to do it...

How it works...

There's more...

2. Indexing

Introduction

Infinite storage, infinite expectations

Speed by redundancy

Storage engine differences

MyISAM

InnoDB

Primary (clustered) indexes

Secondary indexes

General requirements for the recipes in this chapter

Adding indexes to tables

Getting ready

How to do it...

How it works...

There's more...

Using MySQL Query Browser to generate the SQL statements

Prefix indexes

Prefix primary keys

See also

Adding a fulltext index

Getting ready

How to do it...

How it works...

There's more...

Case sensitivity

Word length

Stopwords

Ignoring frequent words

Query modes

Sphinx

See also

Creating a normalized text search column

Getting ready

How to do it...

How it works...

There is more...

Removing indexes from tables

Getting ready

How to do it...

How it works...

There's more...

See also

Estimating InnoDB index space requirements

Getting ready...

How to do it...

How it works

There's more...

Considering actual data lengths in your estimate

Minding character sets

Using prefix primary keys

Getting ready...

How to do it...

How it works...

Choosing InnoDB primary key columns

Getting ready

How to do it...

How it works...

Uniqueness

Immutability

Key length

Single column keys

Clustered Index

Speeding up searches for (sub)domains

Getting ready

How to do it...

How it works...

There's more...

See also

Finding duplicate indexes

Getting ready

How to do it...

How it works

There's more...

Index

累计评论(0条) 0个书友正在讨论这本书 发表评论

发表评论

发表评论,分享你的想法吧!

买过这本书的人还买过

读了这本书的人还在读

回顶部