Data Storage - Spindle

Hierachy Storage

About

Harddisk

Spindle is the axis on which the hard disks spin.

In storage engineering, the physical disk drive is often called a “spindle”, referencing the spinning parts which limit the device to a single I/O operation at a time and making it the focus of Input/Output scheduling decisions.

The only way to execute more than one disk operation at a time is to add more than one “spindle”; a larger number of independently seeking disks increases parallelism.

In computers spindling is the allocation of different files (e.g., the data files and index files of a database) on different hard disks. This practice usually reduces contention for read or write resources, thus increasing the system's performance.

A single spindle can generally handle 50 accesses per second.

Documentation / Reference





Discover More
Data Path From Disk To Cpu
IO - Data Path / Balanced System

The data paths is the path composed of all hardware components that are needed to get the data from: a storage device (generally disk drive or network drive) to the CPU It is important to understand...
Harddisk
What is a platter (physical spinning) hard drives?

This page is the the platter (physical spinning) hard drives (disk). A disk drive is a series of stacked platters with very small heads that read and write the data to the various platters. These platters...



Share this page:
Follow us:
Task Runner