Алгоритмы и методы. Искусство программирования

Список источников >Нехудожественная литература >Компьютерная литература >Разработка программного обеспечения >Алгоритмы и методы. Искусство программирования >

The Design and Implementation of a Log-Structured File System (KLUWER INTERNATIONAL SERIES IN ENGINEERING AND COMPUTER SCIENCE)

Автор: Mendel Rosenblum
Год: [не указано]
Издание: [не указанo]
Страниц: [не указано]
ISBN: 0792395417
The Design and Implementation of a Log-Structured File System presents a new technique for disk storage management. A log-structured file system writes all modifications to disk sequentially in a log-like structure, thereby speeding up both file writing and crash recovery. The log is the only structure on disk; it contains indexing information so that files can be read back from the log efficiently. In order to maintain large free areas on disk for fast writing, the log is divided into segments and a segment cleaner to compress the live information from heavily fragmented segments. This book presents a series of simulations that demonstrate the efficiency of a simple cleaning policy based on cost and benefit. The author has implemented a prototype log-structured file system called Sprite LFS; it outperforms current Unix file systems by an order of magnitude for small-file writes while matching or exceeding Unix performance for reads and large writes. Even when the overhead for...
Добавлено: 2013-10-22 15:56:29

Околостуденческое

Рейтинг@Mail.ru

© 2009-2024, Список Литературы