Chapter 16: Multiple Drives - Mastering MySQL 4 [Electronic resources] نسخه متنی

اینجــــا یک کتابخانه دیجیتالی است

با بیش از 100000 منبع الکترونیکی رایگان به زبان فارسی ، عربی و انگلیسی

Mastering MySQL 4 [Electronic resources] - نسخه متنی

Ian Gilfillan

| نمايش فراداده ، افزودن یک نقد و بررسی
افزودن به کتابخانه شخصی
ارسال به دوستان
جستجو در متن کتاب
بیشتر
تنظیمات قلم

فونت

اندازه قلم

+ - پیش فرض

حالت نمایش

روز نیمروز شب
جستجو در لغت نامه
بیشتر
لیست موضوعات
توضیحات
افزودن یادداشت جدید







Chapter 16: Multiple Drives


Overview


Databases often grow to become quite large, and a huge amount of data on one drive means that the drive and drive controller become a serious bottleneck. Using multiple disks and controllers (using RAID) is one method to overcome this, and most flavors of RAID have extra redundancy features.

Symbolic links are a way of splitting databases or tables across multiple disks without using RAID. By creating a link from one drive to another, the bottleneck of one overused drive is eased.

Featured in this chapter:



Using RAID



Using symbolic links




/ 229