当前位置:网站首页>Advantages and disadvantages of distributed file storage system
Advantages and disadvantages of distributed file storage system
2022-06-27 09:40:00 【Full stack programmer webmaster】
Hello everyone , I meet you again , I'm your friend, Quan Jun .
Distributed file storage system
Distributed : stay hdfs Is composed of multiple servers , Each server plays a different role
HDFS It is applicable to write once and read many times , File modification is not supported
advantage
1 High fault tolerance There's no problem with one machine going down , It will not result in the overall loss of data . Some lost data will be quickly pulled from other nodes and replied . 2 A file that stores large amounts of data Order of magnitude GB TB PB All support Piece size Suitable for storing millions of data 3 The hardware price is low Cheap physical machines can be used
shortcoming
1 Not suitable for storing small files This interview may also be asked , Please understand cause namenode There is a lot of metadata stored in Too many files will result in long addressing time , Combining metadata is too slow 2 It is suitable for systems with high real-time access requirements 3 Not suitable for modifying files It is suitable for making additional documents 4 Suitable for concurrent operation
Publisher : Full stack programmer stack length , Reprint please indicate the source :https://javaforall.cn/133637.html Link to the original text :https://javaforall.cn
边栏推荐
- fastadmin 安装后访问后台提示模块不存在
- 不容置疑,这是一个绝对精心制作的项目
- QT运行显示 This application failed to start because it could not find or load the Qt platform plugin
- Parameters argc and argv of main()
- ucore lab3
- There is no doubt that this is an absolutely elaborate project
- 微信小程序学习之五种页面跳转方法.
- This application failed to start because it could not find or load the QT platform plugin
- 有關二叉樹的一些練習題
- Nosql 数据库 -Redis 安装
猜你喜欢
随机推荐
R语言plotly可视化:可视化多个数据集归一化直方图(historgram)并在直方图中添加密度曲线kde、设置不同的直方图使用不同的分箱大小(bin size)、在直方图的底部边缘添加边缘轴须图
Obsidian 一周使用心得(配置、主题和插件)
Pakistani security forces killed 7 terrorists in anti-terrorism operation
MYSQL精通-01 增删改
JS 客户端存储
借助原子变量,使用CAS完成并发操作
Getting started with webrtc: 12 Rtendpoint and webrtcendpoint under kurento
Digital ic-1.9 understands the coding routine of state machine in communication protocol
Nosql 数据库 -Redis 安装
Parameters argc and argv of main()
ucore lab5
Five page Jump methods for wechat applet learning
Apache POI的读写
Decompile the jar package and recompile it into a jar package after modification
更改pip镜像源
CLassLoader
Principle and application of the most complete H-bridge motor drive module L298N
Understand neural network structure and optimization methods
Quick start CherryPy (1)
Process 0, process 1, process 2









