- 5 Resultados
precio mínimo: € 64,03, precio máximo: € 111,22, precio promedio: € 89,18
1
The Design and Implementation of a Log-structured file system - Rosenblum, Mendel
Pedir
por Achtung-Buecher.de
€ 111,22
Envío: € 0,001
PedirEnlace patrocinado
Rosenblum, Mendel:

The Design and Implementation of a Log-structured file system - encuadernado, tapa blanda

1994, ISBN: 0792395417

1995 Gebundene Ausgabe Datenverarbeitung / Datenverschlüsselung, Kryptografie, Programmiersprachen, Prozessor / Mikroprozessor, Algorithmen und Datenstrukturen, Compiler und Übersetzer,… Más…

Gastos de envío:Versandkostenfrei innerhalb der BRD. (EUR 0.00) MARZIES.de Buch- und Medienhandel, 14621 Schönwalde-Glien
2
The Design and Implementation of a Log-structured file system - Rosenblum, Mendel
Pedir
por booklooker.de
€ 68,14
Envío: € 0,001
PedirEnlace patrocinado

Rosenblum, Mendel:

The Design and Implementation of a Log-structured file system - libro usado

1994, ISBN: 9780792395416

[PU: Springer US], 1360639/1 Altersfreigabe FSK ab 0 Jahre, DE, [SC: 0.00], gebraucht; sehr gut, gewerbliches Angebot, 1995, Banküberweisung, Kreditkarte, PayPal, Internationaler Versand

Gastos de envío:Versandkostenfrei, Versand nach Deutschland. (EUR 0.00) Buchpark GmbH
3
The Design and Implementation of a Log-structured file system - Rosenblum, Mendel
Pedir
por booklooker.de
€ 95,51
Envío: € 0,001
PedirEnlace patrocinado
Rosenblum, Mendel:
The Design and Implementation of a Log-structured file system - libro usado

1994

ISBN: 9780792395416

[PU: Springer US], 1360639/1 Altersfreigabe FSK ab 0 Jahre, DE, [SC: 0.00], gebraucht; sehr gut, gewerbliches Angebot, 1995, PayPal, Klarna-Sofortüberweisung, Internationaler Versand

Gastos de envío:Versandkostenfrei, Versand nach Deutschland. (EUR 0.00) Buchpark GmbH
4
The Design and Implementation of a Log-structured file system  1995 - Mendel Rosenblum
Pedir
por buchfreund.de
€ 64,03
Envío: € 0,001
PedirEnlace patrocinado
Mendel Rosenblum:
The Design and Implementation of a Log-structured file system 1995 - libro usado

1994, ISBN: 9780792395416

1995 Gepflegter, sauberer Zustand. 1360639/2 Versandkostenfreie Lieferung, [PU:Springer US,]

Gastos de envío:Versandkostenfrei innerhalb der BRD. (EUR 0.00) Buchpark GmbH, 14959 Trebbin
5
The Design and Implementation of a Log-structured file system - Mendel Rosenblum
Pedir
por lehmanns.de
€ 106,99
Envío: € 0,001
PedirEnlace patrocinado
Mendel Rosenblum:
The Design and Implementation of a Log-structured file system - encuadernado, tapa blanda

1994, ISBN: 9780792395416

Buch, Hardcover, 1995 ed. [PU: Springer], Springer, 1994

Gastos de envío:Versand in 10-14 Tagen. (EUR 0.00)

1Dado que algunas plataformas no nos comunican las condiciones de envío y éstas pueden depender del país de entrega, del precio de compra, del peso y tamaño del artículo, de una posible membresía a la plataforma, de una entrega directa por parte de la plataforma o a través de un tercero (Marketplace), etc., es posible que los gastos de envío indicados por eurolibro/terralibro no concuerden con los de la plataforma ofertante.

Datos bibliográficos del mejor libro coincidente

Detalles del libro
The Design and Implementation of a Log-structured file system

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 cleaning is included, Sprite LFS can use 70% of the disk bandwidth for writing, whereas Unix file systems typically can use only 5--10%. The Design and Implementation of a Log-Structured File System demonstrates how a log-structured file system can be used more efficiently than existing file systems. This new system is well suited to the technology facing the disk storage manager.

Detalles del libro - The Design and Implementation of a Log-structured file system


EAN (ISBN-13): 9780792395416
ISBN (ISBN-10): 0792395417
Tapa dura
Año de publicación: 2007
Editorial: Springer
144 Páginas
Peso: 0,391 kg
Idioma: eng/Englisch

Libro en la base de datos desde 2007-10-31T15:32:19+01:00 (Madrid)
Página de detalles modificada por última vez el 2024-03-03T11:31:25+01:00 (Madrid)
ISBN/EAN: 9780792395416

ISBN - escritura alterna:
0-7923-9541-7, 978-0-7923-9541-6
Mode alterno de escritura y términos de búsqueda relacionados:
Autor del libro: rosenblum, mendel
Título del libro: engineering system design, international, log, the file


Datos del la editorial

Autor: Mendel Rosenblum
Título: The Springer International Series in Engineering and Computer Science; The Design and Implementation of a Log-structured file system
Editorial: Springer; Springer US
132 Páginas
Año de publicación: 1994-12-31
New York; NY; US
Idioma: Inglés
106,99 € (DE)
109,99 € (AT)
118,00 CHF (CH)
Available
XII, 132 p.

BB; Hardcover, Softcover / Informatik, EDV/Informatik; Algorithmen und Datenstrukturen; Verstehen; Data Structures and Information Theory; Compilers and Interpreters; Processor Architectures; Informationstheorie; Compiler und Übersetzer; Rechnerarchitektur und Logik-Entwurf; BC

1 Introduction.- 2 Disk Storage Manager Design.- 3 Motivation.- 4 Log-structured file systems.- 5 Sprite LFS cleaning policies.- 6 Experience with Sprite LFS.- 7 Related work.- 8 Conclusion.- 1 Index.

Más, otros libros, que pueden ser muy parecidos a este:

Último libro similar:
9781461359333 The Design and Implementation of a Log-structured file system (Mendel Rosenblum)


< para archivar...