- 5 Risultati
prezzo più basso: € 64,03, prezzo più alto: € 111,22, prezzo medio: € 89,18
1
The Design and Implementation of a Log-structured file system - Rosenblum, Mendel
Ordina
da Achtung-Buecher.de
€ 111,22
Spedizione: € 0,001
OrdinaLink sponsorizzato
Rosenblum, Mendel:

The Design and Implementation of a Log-structured file system - copertina rigida, flessible

1994, ISBN: 0792395417

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

Costi di spedizione: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
Ordina
da booklooker.de
€ 68,14
Spedizione: € 0,001
OrdinaLink sponsorizzato

Rosenblum, Mendel:

The Design and Implementation of a Log-structured file system - libri usati

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

Costi di spedizione:Versandkostenfrei, Versand nach Deutschland. (EUR 0.00) Buchpark GmbH
3
The Design and Implementation of a Log-structured file system - Rosenblum, Mendel
Ordina
da booklooker.de
€ 95,51
Spedizione: € 0,001
OrdinaLink sponsorizzato
Rosenblum, Mendel:
The Design and Implementation of a Log-structured file system - libri usati

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

Costi di spedizione:Versandkostenfrei, Versand nach Deutschland. (EUR 0.00) Buchpark GmbH
4
The Design and Implementation of a Log-structured file system  1995 - Mendel Rosenblum
Ordina
da buchfreund.de
€ 64,03
Spedizione: € 0,001
OrdinaLink sponsorizzato
Mendel Rosenblum:
The Design and Implementation of a Log-structured file system 1995 - libri usati

1994, ISBN: 9780792395416

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

Costi di spedizione:Versandkostenfrei innerhalb der BRD. (EUR 0.00) Buchpark GmbH, 14959 Trebbin
5
The Design and Implementation of a Log-structured file system - Mendel Rosenblum
Ordina
da lehmanns.de
€ 106,99
Spedizione: € 0,001
OrdinaLink sponsorizzato
Mendel Rosenblum:
The Design and Implementation of a Log-structured file system - copertina rigida, flessible

1994, ISBN: 9780792395416

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

Costi di spedizione:Versand in 10-14 Tagen. (EUR 0.00)

1Poiché alcune piattaforme non trasmettono le condizioni di spedizione e queste possono dipendere dal paese di consegna, dal prezzo di acquisto, dal peso e dalle dimensioni dell'articolo, dall'eventuale iscrizione alla piattaforma, dalla consegna diretta da parte della piattaforma o tramite un fornitore terzo (Marketplace), ecc. è possibile che le spese di spedizione indicate da eurolibro non corrispondano a quelle della piattaforma offerente.

Dati bibliografici del miglior libro corrispondente

Dettagli 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.

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


EAN (ISBN-13): 9780792395416
ISBN (ISBN-10): 0792395417
Copertina rigida
Anno di pubblicazione: 2007
Editore: Springer
144 Pagine
Peso: 0,391 kg
Lingua: eng/Englisch

Libro nella banca dati dal 2007-10-31T15:32:19+01:00 (Rome)
Pagina di dettaglio ultima modifica in 2024-03-03T11:31:25+01:00 (Rome)
ISBN/EAN: 9780792395416

ISBN - Stili di scrittura alternativi:
0-7923-9541-7, 978-0-7923-9541-6
Stili di scrittura alternativi e concetti di ricerca simili:
Autore del libro : rosenblum, mendel
Titolo del libro: engineering system design, international, log, the file


Dati dell'editore

Autore: Mendel Rosenblum
Titolo: The Springer International Series in Engineering and Computer Science; The Design and Implementation of a Log-structured file system
Editore: Springer; Springer US
132 Pagine
Anno di pubblicazione: 1994-12-31
New York; NY; US
Lingua: Inglese
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.

Altri libri che potrebbero essere simili a questo:

Ultimo libro simile:
9781461359333 The Design and Implementation of a Log-structured file system (Mendel Rosenblum)


< Per archiviare...