- 5 Résultats
prix le plus bas: € 64,03, prix le plus élevé: € 111,22, prix moyen: € 89,18
1
The Design and Implementation of a Log-structured file system - Rosenblum, Mendel
Commander
sur Achtung-Buecher.de
€ 111,22
Envoi: € 0,001
CommanderLien sponsorisé
Rosenblum, Mendel:

The Design and Implementation of a Log-structured file system - edition reliée, livre de poche

1994, ISBN: 0792395417

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

Frais d'envoiVersandkostenfrei 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
Commander
sur booklooker.de
€ 68,14
Envoi: € 0,001
CommanderLien sponsorisé

Rosenblum, Mendel:

The Design and Implementation of a Log-structured file system - livre d'occasion

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

Frais d'envoiVersandkostenfrei, Versand nach Deutschland. (EUR 0.00) Buchpark GmbH
3
The Design and Implementation of a Log-structured file system - Rosenblum, Mendel
Commander
sur booklooker.de
€ 95,51
Envoi: € 0,001
CommanderLien sponsorisé
Rosenblum, Mendel:
The Design and Implementation of a Log-structured file system - livre d'occasion

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

Frais d'envoiVersandkostenfrei, Versand nach Deutschland. (EUR 0.00) Buchpark GmbH
4
The Design and Implementation of a Log-structured file system  1995 - Mendel Rosenblum
Commander
sur buchfreund.de
€ 64,03
Envoi: € 0,001
CommanderLien sponsorisé
Mendel Rosenblum:
The Design and Implementation of a Log-structured file system 1995 - livre d'occasion

1994, ISBN: 9780792395416

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

Frais d'envoiVersandkostenfrei innerhalb der BRD. (EUR 0.00) Buchpark GmbH, 14959 Trebbin
5
The Design and Implementation of a Log-structured file system - Mendel Rosenblum
Commander
sur lehmanns.de
€ 106,99
Envoi: € 0,001
CommanderLien sponsorisé
Mendel Rosenblum:
The Design and Implementation of a Log-structured file system - edition reliée, livre de poche

1994, ISBN: 9780792395416

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

Frais d'envoiVersand in 10-14 Tagen. (EUR 0.00)

1Comme certaines plateformes ne transmettent pas les conditions d'expédition et que celles-ci peuvent dépendre du pays de livraison, du prix d'achat, du poids et de la taille de l'article, d'une éventuelle adhésion de la plateforme, d'une livraison directe par la plateforme ou via un prestataire tiers (Marketplace), etc. il est possible que les frais de livraison indiqués par eurolivre ne correspondent pas à ceux de la plateforme qui propose l'article.

Données bibliographiques du meilleur livre correspondant

Détails sur le livre
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.

Informations détaillées sur le livre - The Design and Implementation of a Log-structured file system


EAN (ISBN-13): 9780792395416
ISBN (ISBN-10): 0792395417
Version reliée
Date de parution: 2007
Editeur: Springer
144 Pages
Poids: 0,391 kg
Langue: eng/Englisch

Livre dans la base de données depuis 2007-10-31T15:32:19+01:00 (Paris)
Page de détail modifiée en dernier sur 2024-03-03T11:31:25+01:00 (Paris)
ISBN/EAN: 0792395417

ISBN - Autres types d'écriture:
0-7923-9541-7, 978-0-7923-9541-6
Autres types d'écriture et termes associés:
Auteur du livre: rosenblum, mendel
Titre du livre: engineering system design, international, log, the file


Données de l'éditeur

Auteur: Mendel Rosenblum
Titre: The Springer International Series in Engineering and Computer Science; The Design and Implementation of a Log-structured file system
Editeur: Springer; Springer US
132 Pages
Date de parution: 1994-12-31
New York; NY; US
Langue: Anglais
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.

Autres livres qui pourraient ressembler au livre recherché:

Dernier livre similaire:
9781461359333 The Design and Implementation of a Log-structured file system (Mendel Rosenblum)


< pour archiver...