Glossary
Terms for common items
A
domain is the top level separation of files. File keys are unique
within domains. A domain consists of a set of classes that define the
files within the domain. Examples of domains: fotobilder, livejournal.
Every
file is part of exactly one class. A class is part of exactly one
domain. A class, in effect, specifies the minimum replica count of a
file. Examples of classes: userpicture, userbackup, phonepost. Classes
may have extra replication policies defined.
A
key is a unique textual string that identifies a file. Keys are unique
within domains. Examples of keys: userpicture:34:39, phonepost:93:3834,
userbackup:15. Fake structures work too: /pics/hello.png, any string.
This
is a property of a class. This defines how many times the files in that
class need to be replicated onto different devices in order to ensure
redundancy among the data and prevent loss.
A
file is a defined collection of bits uploaded to MogileFS to store.
Files are replicated according to their minimum replica count. Each
file has a key, is a part of one class, and is located in one domain.
Files are the things that MogileFS stores for you.
A
fid is an internal numerical representation of a file. Every file is
assigned a unique fid. If a file is overwritten, it is given a new fid.
分享到:
相关推荐
MogileFS-Server-2.46-2.el6.noarch.rpm
perl-MogileFS-Client-1.14-1.el6.noarch.rpm
MogileFS-Utils-2.19-1.el6.noarch.rpm
MogileFS-Server-mogstored-2.46-2.el6.noarch.rpm
MogileFS-Server-mogilefsd-2.46-2.el6.noarch.rpm
这个"MogileFS-Client.zip_client"压缩包很可能是包含了MogileFS客户端的源代码,使得开发者能够理解和定制这个客户端以满足特定的需求。 MogileFS,全称为Mogile File System,是由Danga Interactive公司开发的一...
**MogileFS-Plugin-Migrate 插件详解** MogileFS-Plugin-Migrate 是一个基于 Perl 编写的插件,专为 MogileFS 文件系统设计,旨在实现跨域的文件迁移功能。MogileFS 是一种分布式文件存储系统,它通过一组分散在...
golang-mogilefs-客户端 使用 golang 与安装交互的客户端库。 下载源代码 代码是“go gettable”,可以通过以下方式获取: $ go get github.com/adrian-bl/golang-mogilefs-client/mogilefs 这将自动获取库并将其...
《FastDFS与MogileFS:两种开源分布式文件系统的比较》 FastDFS和MogileFS都是开源的分布式文件系统,适用于处理大量文件存储和访问的场景,如图像分享网站和视频流媒体服务。这两种系统都设计有防止单点故障的机制...
Yum方式安装mogilefs-附件资源
mogilefs-storage-setup ``` ### 3.6 启动 MogileFS Storage 节点 启动 Storage 节点使用以下命令: ```bash mogilefs-storage-start ``` 四、管理配置 MogileFS -------------------- ### 4.1 MogileFS 管理...
### MogileFS 实现原理与架构详解 #### 一、MogileFS 概述 MogileFS 是一套开源的分布式存储系统,主要用于高效存储海量小文件。它由 Danga Interactive 公司(LiveJournal 的子公司)开发,并在开源社区内得到了...
3. 解压并查看`p5-bundle-mogilefs-master`中的源代码,了解模块的结构和用法。 4. 根据项目需求,编写Perl脚本以利用这些模块进行MogileFS的操作。 **总结** p5-bundle-mogilefs是Perl环境中用于操作MogileFS的...
MogileFS(Mogile File System)则是一个分布式文件系统,用于存储和检索大量文件,通常与Web服务、媒体托管等场景配合使用。在安装和配置 MySQL 5.6.37 与 MogileFS 的集成时,了解它们的相关依赖包是至关重要的。 ...
至于提供的文件名`mogilefs-java`,这可能是Java客户端的源代码或者编译后的库文件。如果是源代码,你可以根据项目需求对其进行定制或扩展;如果是库文件,直接将其引入到Java项目中,按照上述使用流程进行操作即可...
MogileFS,全称为Mogile File System,是由Danga Interactive公司开发的一种分布式文件系统,主要用于存储和检索大量文件。这个系统设计的目标是提供高可用性、可扩展性和容错性,适合处理海量数据的互联网服务。...
### MogileFS帮助文档知识点详解 #### 一、MogileFS概述 MogileFS是一种分布式的文件存储系统,其设计目标在于提供高可用性和高可扩展性,特别适用于大规模的数据存储需求,如图片服务、静态HTML服务等场景。在...