- Learning Ceph(Second Edition)
- Anthony D'Atri Vaibhav Bhembre Karan Singh
- 123字
- 2021-07-08 09:43:51
Lustre
Lustre is a parallel-distributed filesystem driven by the open source community and is available under GNU General Public License (GPL). Lustre relies on a single server for storing and managing metadata. Thus, I/O requests from the client are totally dependent on a single server's computing power, which can be a bottleneck for enterprise-level consumption. Like iRODS and HDFS, Lustre is better suited to a small number of large files than to a more typical mix of numbers files of various sizes. Like iRODS, Lustre manages an index file that maps filenames to physical addresses, which makes its traditional architecture prone to performance bottlenecks. Lustre lacks a mechanism for failure detection and correction: when a node fails clients must connect to another node.
- 深入理解Android(卷I)
- C# 7 and .NET Core Cookbook
- OpenShift開發指南(原書第2版)
- Machine Learning with R Cookbook(Second Edition)
- Mastering Concurrency in Go
- Mastering C# Concurrency
- HTML5+CSS3+JavaScript Web開發案例教程(在線實訓版)
- Elasticsearch for Hadoop
- Java網絡編程實戰
- SwiftUI極簡開發
- 例說FPGA:可直接用于工程項目的第一手經驗
- ANSYS FLUENT 16.0超級學習手冊
- MySQL數據庫教程(視頻指導版)
- SQL Server 2012數據庫管理與開發(慕課版)
- Expert Angular