Spindling

From HandWiki
Revision as of 11:55, 26 December 2020 by imported>CodeMe (simplify)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

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.

The word comes from spindle, the axis on which the hard disks spin.